Results

By type

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

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

2022-12-03T05:35:09.920Z||main|||||INFO|500||The following profiles are active: basic
2022-12-03T05:35:29.714Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-03T05:35:29.715Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-03T05:35:29.893Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-03T05:35:36.043Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-03T05:35:36.584Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-03T05:35:37.337Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-03T05:35:37.348Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-03T05:35:37.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-03T05:35:37.835Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-03T05:35:38.727Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-03T05:35:41.152Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-03T05:35:44.325Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-03T05:35:44.413Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-03T05:35:45.186Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-03T05:35:45.570Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-03T05:35:47.251Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-03T05:35:48.660Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-03T05:35:48.682Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-03T05:35:48.683Z||main|||||WARN|500||The sdc end point is not alive
2022-12-03T05:35:52.949Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-03T05:35:57.460Z||main|||||WARN|500||---
2022-12-03T05:35:57.469Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-03T05:35:57.470Z||main|||||WARN|500||---
2022-12-03T05:35:58.307Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-03T05:36:05.910Z||main|||||INFO|500||Started Application in 61.329 seconds (JVM running for 65.078)
2022-12-03T05:36:05.946Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-03T05:36:05.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-03T05:36:05.983Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-03T05:36:06.025Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-03T05:36:06.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 330cae5f-abb8-49a7-9fcb-a1b189e9c60e url= /sdc/v1/artifactTypes
2022-12-03T05:36:06.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-03T05:36:06.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-03T05:36:06.597Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-03T05:36:06.670Z||scheduling-1|||||DEBUG|500||create keys
2022-12-03T05:36:06.681Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-03T05:36:06.720Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:36:06.748Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c4010e31-51b8-4954-89f1-01ae00aff932 url= /sdc/v1/registerForDistribution
2022-12-03T05:36:06.920Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c4010e31-51b8-4954-89f1-01ae00aff932 url= /sdc/v1/registerForDistribution
2022-12-03T05:36:06.920Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-03T05:36:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:36:06.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:36:06.962Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-03T05:36:06.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:36:06.968Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:36:06.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:36:06.969Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:36:17.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:36:17.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:37:06.929Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:37:06.940Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:37:06.941Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:37:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:37:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:37:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:37:16.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:37:16.619Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:38:06.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:38:06.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:38:06.935Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:38:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:38:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:38:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:38:16.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:38:16.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:39:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:39:06.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:39:06.930Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:39:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:39:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:39:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:39:16.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:39:16.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:40:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:40:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:40:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:40:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:40:06.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:40:06.946Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:40:16.489Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:40:16.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:41:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:41:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:41:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:41:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:41:06.945Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:41:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:41:16.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:41:16.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:42:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:42:06.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:42:06.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:42:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:42:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:42:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:42:16.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:42:16.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:43:06.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:43:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:43:06.933Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:43:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:43:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:43:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:43:16.501Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:43:16.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:44:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:44:06.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:44:06.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:44:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:44:06.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:44:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:44:16.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:44:16.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:45:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:45:06.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:45:06.934Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:45:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:45:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:45:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:45:16.493Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:45:16.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:45:27.500Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-03T05:46:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:46:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:46:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:46:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:46:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:46:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:46:16.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:46:16.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:47:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:47:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:47:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:47:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:47:06.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-12-03T05:47:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:47:16.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:47:16.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:48:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:48:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:48:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:48:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:48:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:48:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:48:16.475Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:48:16.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:49:06.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:49:06.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:49:06.935Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:49:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:49:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:49:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:49:16.490Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:49:16.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:50:06.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:50:06.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:50:06.934Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:50:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:50:06.945Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:50:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:50:16.509Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:50:16.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:51:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:51:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:51:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:51:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:51:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:51:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:51:16.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:51:16.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:52:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:52:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:52:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:52:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:52:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:52:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:52:16.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:52:16.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:53:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:53:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:53:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:53:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:53:06.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:53:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:53:16.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:53:16.523Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:54:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:54:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:54:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:54:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:54:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:54:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:54:16.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:54:16.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:55:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:55:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:55:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:55:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:55:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:55:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:55:16.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:55:16.521Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:56:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:56:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:56:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:56:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:56:06.945Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:56:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:56:16.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:56:16.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:57:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:57:06.932Z||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-12-03T05:57:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:57:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:57:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:57:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:57:16.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:57:16.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:58:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:58:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:58:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:58:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:58:06.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-12-03T05:58:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:58:16.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:58:16.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:59:06.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:59:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:59:06.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T05:59:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T05:59:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T05:59:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T05:59:16.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T05:59:16.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:00:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:00:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:00:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:00:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:00:06.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-12-03T06:00:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:00:16.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:00:16.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:01:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:01:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:01:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:01:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:01:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:01:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:01:16.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:01:16.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:02:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:02:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:02:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:02:06.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:02:06.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:02:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:02:16.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:02:16.522Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:03:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:03:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:03:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:03:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:03:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:03:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:03:16.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:03:16.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:04:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:04:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:04:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:04:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:04:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:04:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:04:16.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:04:16.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:05:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:05:06.931Z||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-12-03T06:05:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:05:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:05:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:05:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:05:16.501Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:05:16.504Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:06:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:06:06.931Z||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-12-03T06:06:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:06:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:06:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:06:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:06:16.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:06:16.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:07:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:07:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:07:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:07:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:07:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:07:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:07:16.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:07:16.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:08:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:08:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:08:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:08:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:08:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:08:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:08:16.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:08:16.516Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:09:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:09:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:09:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:09:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:09:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:09:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:09:16.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:09:16.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:10:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:10:06.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-12-03T06:10:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:10:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:10:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:10:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:10:16.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:10:16.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:11:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:11:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:11:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:11:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:11:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:11:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:11:16.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:11:16.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:12:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:12:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:12:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:12:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:12:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:12:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:12:16.487Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:12:16.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:13:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:13:06.931Z||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-12-03T06:13:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:13:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:13:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:13:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:13:16.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:13:16.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:14:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:14:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:14:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:14:06.943Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:14:06.944Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:14:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:14:16.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:14:16.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:15:06.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:15:06.932Z||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-12-03T06:15:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:15:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:15:06.943Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:15:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:15:16.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:15:16.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:16:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:16:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:16:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:16:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:16:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:16:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:16:16.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:16:16.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:17:06.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:17:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:17:06.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:17:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:17:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:17:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:17:16.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:17:16.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:18:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:18:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:18:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:18:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:18:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:18:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:18:16.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:18:16.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:19:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:19:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:19:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:19:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:19:06.943Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:19:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:19:16.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:19:16.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:20:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:20:06.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:20:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:20:06.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:20:06.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-12-03T06:20:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:20:16.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:20:16.490Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:21:06.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:21:06.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:21:06.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:21:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:21:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:21:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:21:16.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:21:16.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:22:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:22:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:22:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:22:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:22:06.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-12-03T06:22:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:22:16.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:22:16.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:23:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:23:06.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:23:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:23:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:23:06.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:23:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:23:16.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:23:16.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:24:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:24:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:24:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:24:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:24:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:24:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:24:16.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:24:16.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:25:06.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:25:06.929Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:25:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:25:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:25:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:25:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:25:16.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:25:16.517Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:26:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:26:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:26:06.930Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:26:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:26:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:26:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:26:16.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:26:16.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:27:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:27:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:27:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:27:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:27:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:27:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:27:16.485Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:27:16.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:28:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:28:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:28:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:28:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:28:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:28:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:28:16.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:28:16.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:29:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:29:06.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:29:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:29:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:29:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:29:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:29:16.501Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:29:16.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:30:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:30:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:30:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:30:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:30:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:30:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:30:16.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:30:16.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:31:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:31:06.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:31:06.929Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:31:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:31:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:31:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:31:16.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:31:16.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:32:06.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:32:06.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:32:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:32:06.943Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:32:06.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:32:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:32:16.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:32:16.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:33:06.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:33:06.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:33:06.932Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:33:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:33:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:33:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:33:16.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:33:16.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:34:06.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:34:06.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:34:06.933Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:34:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:34:06.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:34:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:34:16.507Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:34:16.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:06.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:35:06.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:35:06.930Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:06.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:35:06.947Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:35:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:07.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:07.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbc0490c-02fb-44a2-b111-b5234225e113","serviceName":"vFW 2022-12-03 06-33-25","serviceVersion":"1.0","serviceUUID":"5b833921-02ae-4fe5-8eb1-98ff7bb327e1","serviceDescription":"catalog service description","serviceInvariantUUID":"b1088625-2f72-4317-a2d4-e671d30f2cb6","resources":[{"resourceInstanceName":"vFW f39cac5e-f2f3 0","resourceName":"vFW f39cac5e-f2f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df3d8f80-f1ef-44dd-87fb-d541d9b623a2","resourceInvariantUUID":"028b28a8-ffc1-4321-a170-ea79d1001050","resourceCustomizationUUID":"287eeb52-f0e2-466c-a41c-6f29c2641f19","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml","artifactChecksum":"OThhNGZhZjdmOWViMDY1OGNhYzNkMjAxZTgxNTY4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a51cd27-f7ce-44b7-a4fb-7ef852ae003d","artifactVersion":"1"},{"artifactName":"vfwf39cac5ef2f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json","artifactChecksum":"MDQyZjhjOTc4YzYzZjM3NTI4MzQ2NWFjNDg5Yzg4ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88171ccf-55b0-4314-8a94-e1bd0a0bb0fc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc3f2566-9d53-47d0-a909-1f5adac48cfe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml","artifactChecksum":"ODExMzBiY2VmNjgxMTFiNzU2Nzc5Nzk1MTBiMTgzMDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a19e33cc-eab2-4df0-b237-75d691fb82cc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1219905b-e095-46a3-9019-cfde22a10991","artifactVersion":"2","generatedFromUUID":"cc3f2566-9d53-47d0-a909-1f5adac48cfe"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221203063325-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml","artifactChecksum":"NmEwNjc3N2IxNjZhMDYwYTg1MzdkOGRlYzdkOTliNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb33d472-f86e-4a32-a29c-77d8581d0503","artifactVersion":"1"},{"artifactName":"service-Vfw20221203063325-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar","artifactChecksum":"MmI1Mjk5MjkwZWU3NzY0MjNjMzI0ZGNmNThiNjljMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c612c68e-efc7-415f-88f8-825bdcdf02c3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:35:07.589Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:07.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049251678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.617Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:07.638Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:07.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049255600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049273604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049269658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049251678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:35:07.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049255600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.664Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:07.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049273604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.664Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049269658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049251678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:35:07.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049255600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049273604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049269658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049251678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049255600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049273604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049277735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049269658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049251678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-03T06:35:07.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049255600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049273604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049277735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049269658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049251678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049255600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049273604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049277735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049269658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049251678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:35:07.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049255600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049273604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049277735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049269658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049282352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049282163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049277735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049283071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049283487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049277735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049284609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049277735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:35:07.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:07.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049285761,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-12-03T06:35:07.764Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-12-03T06:35:07.768Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:07.769Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:07.781Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:07.782Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.038Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049285785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049286764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "cds",
  "timestamp": 1670049286823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:08.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049288516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:35:08.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049289523,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:08.149Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.149Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049298547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:35:08.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049299551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:08.170Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbc0490c-02fb-44a2-b111-b5234225e113
2022-12-03T06:35:08.170Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc0490c-02fb-44a2-b111-b5234225e113 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:08.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:08.698Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:08.704Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:08.705Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:35:08.805Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:08.806Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:08.806Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:08.829Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:08.830Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:09.705Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:09.707Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:09.710Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:09.710Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:35:09.810Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:09.812Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:09.812Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:09.826Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:09.828Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:10.715Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:10.716Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:10.719Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:10.719Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:10.820Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:10.821Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:10.821Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:10.835Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:10.836Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:11.720Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:11.721Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:11.726Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:11.726Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-03T06:35:11.826Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:11.828Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:11.828Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:11.845Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:11.846Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:12.728Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:12.729Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:12.737Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:12.738Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:35:12.837Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:12.839Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:12.839Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:12.852Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:12.854Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:13.742Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:35:13.743Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:13.745Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:13.745Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:35:13.845Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:13.847Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:13.847Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:13.860Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:13.861Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:14.748Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "serviceName": "vFW 2022-12-03 06-33-25",
  "serviceVersion": "1.0",
  "serviceUUID": "5b833921-02ae-4fe5-8eb1-98ff7bb327e1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b1088625-2f72-4317-a2d4-e671d30f2cb6",
  "resources": [
    {
      "resourceInstanceName": "vFW f39cac5e-f2f3 0",
      "resourceCustomizationUUID": "287eeb52-f0e2-466c-a41c-6f29c2641f19",
      "resourceName": "vFW f39cac5e-f2f3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df3d8f80-f1ef-44dd-87fb-d541d9b623a2",
      "resourceInvariantUUID": "028b28a8-ffc1-4321-a170-ea79d1001050",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf39cac5ef2f30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
          "artifactChecksum": "MDQyZjhjOTc4YzYzZjM3NTI4MzQ2NWFjNDg5Yzg4ZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "88171ccf-55b0-4314-8a94-e1bd0a0bb0fc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc3f2566-9d53-47d0-a909-1f5adac48cfe",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1219905b-e095-46a3-9019-cfde22a10991",
            "generatedFromUUID": "cc3f2566-9d53-47d0-a909-1f5adac48cfe"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1219905b-e095-46a3-9019-cfde22a10991",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221203063325-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
      "artifactChecksum": "MmI1Mjk5MjkwZWU3NzY0MjNjMzI0ZGNmNThiNjljMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c612c68e-efc7-415f-88f8-825bdcdf02c3"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T06:35:14.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:35:14.752Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b833921-02ae-4fe5-8eb1-98ff7bb327e1 ASDC
2022-12-03T06:35:14.954Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bbc0490c-02fb-44a2-b111-b5234225e113
ServiceName:vFW 2022-12-03 06-33-25
ServiceVersion:1.0
ServiceUUID:5b833921-02ae-4fe5-8eb1-98ff7bb327e1
ServiceInvariantUUID:b1088625-2f72-4317-a2d4-e671d30f2cb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221203063325-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
ArtifactUUID:c612c68e-efc7-415f-88f8-825bdcdf02c3
ArtifactChecksum:MmI1Mjk5MjkwZWU3NzY0MjNjMzI0ZGNmNThiNjljMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f39cac5e-f2f3 0
ResourceCustomizationUUID:287eeb52-f0e2-466c-a41c-6f29c2641f19
ResourceInvariantUUID:028b28a8-ffc1-4321-a170-ea79d1001050
ResourceName:vFW f39cac5e-f2f3
ResourceType:VF
ResourceUUID:df3d8f80-f1ef-44dd-87fb-d541d9b623a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf39cac5ef2f30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
ArtifactUUID:88171ccf-55b0-4314-8a94-e1bd0a0bb0fc
ArtifactChecksum:MDQyZjhjOTc4YzYzZjM3NTI4MzQ2NWFjNDg5Yzg4ZmY=
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/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
ArtifactUUID:cc3f2566-9d53-47d0-a909-1f5adac48cfe
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/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
ArtifactUUID:1219905b-e095-46a3-9019-cfde22a10991
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/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
ArtifactUUID:1219905b-e095-46a3-9019-cfde22a10991
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-03T06:35:14.955Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b833921-02ae-4fe5-8eb1-98ff7bb327e1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:35:15.051Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:35:15.053Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-03T06:35:15.056Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-03T06:35:15.056Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c612c68e-efc7-415f-88f8-825bdcdf02c3 from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:15.056Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:15.068Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:15.277Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:15.301Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar c612c68e-efc7-415f-88f8-825bdcdf02c3 101512
2022-12-03T06:35:15.304Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar ASDC sendASDCNotification
2022-12-03T06:35:15.304Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:15.307Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:15.309Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:15.311Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:15.312Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049315301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:15.412Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:15.414Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:15.414Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:15.426Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:15.427Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:16.318Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:35:16.320Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-03T06:35:16.321Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c612c68e-efc7-415f-88f8-825bdcdf02c3, URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar to file: /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:16.321Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221203063325-csar.csar
2022-12-03T06:35:16.462Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:16.462Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:17.609Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13478745378010531258/Definitions/service-Vfw20221203063325-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2022-12-03T06:35:22.088Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:35:22.095Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-03T06:35:22.096Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.097Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-03T06:35:22.097Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.097Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.098Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.098Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.099Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f39cac5e-f2f3 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-Vfw20221203063325-csar.csar
2022-12-03T06:35:22.100Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-03T06:35:22.108Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.110Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.115Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.116Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-03T06:35:22.117Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:35:22.119Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.120Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.121Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.121Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-03T06:35:22.122Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:35:22.123Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.124Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.131Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.132Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.132Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.133Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:22.133Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.133Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.134Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.134Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:22.135Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.135Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:22.136Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:22.137Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.138Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.138Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:22.138Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.139Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:22.139Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.139Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T06:35:22.140Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.140Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:35:22.143Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.143Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.144Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:22.144Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:22.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.146Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:22.146Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:22.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:22.148Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:22.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.150Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:22.150Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.150Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:22.151Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.151Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccc44a26-4c5e-46ca-bcd1-319aad4493d8
2022-12-03T06:35:22.151Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.152Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.152Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:22.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.154Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.154Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:22.155Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.155Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-03T06:35:22.155Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:22.156Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.156Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:22.156Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.157Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ceb6a436-c060-4958-887a-222c002d08ae
2022-12-03T06:35:22.157Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.158Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:22.158Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:22.159Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:22.159Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.159Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.160Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.160Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:22.160Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:22.161Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:22.161Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:22.161Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:22.162Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:22.162Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-03T06:35:22.162Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c92f91ca-d864-4377-9d1e-adc2ec35c473
2022-12-03T06:35:22.163Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.163Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.164Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.164Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.165Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.165Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.165Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:22.166Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:22.166Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-03 06-33-25
Description:catalog service description
Model UUID:5b833921-02ae-4fe5-8eb1-98ff7bb327e1
Model Version:NULL
Model InvariantUuid:b1088625-2f72-4317-a2d4-e671d30f2cb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f39cac5e-f2f3
Model UUID:0bc87923-886f-4d78-a150-dd1d071b4e36
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:028b28a8-ffc1-4321-a170-ea79d1001050
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:287eeb52-f0e2-466c-a41c-6f29c2641f19
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:331a9f2a-e181-4e1d-b025-ae3fa0848135
ModelName:VfwF39cac5eF2f3..base_vfw..module-0
ModelUuid:6e6427e9-b6b2-4f41-9d3a-93095df245fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ccc44a26-4c5e-46ca-bcd1-319aad4493d8
ModelInvariantUuid:3dccd5c3-9f8d-4fd7-bec5-f2fdd326fb9d
ModelName:vFW f39cac5e-f2f3-nodes.vfwCvfc
ModelUuid:24613dfe-b48d-4743-b533-62dfcbf5e646
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6dcaaaf3-c885-40a8-8620-24fe319e1861
ModelInvariantUuid:f4af5919-cebf-451e-bef6-c32c60db9cd1
ModelName:VfwF39cac5eF2f3.compute.nodes.heat.vfw
ModelUuid:f5672b63-ecb5-4c44-8cb9-2caa0b3b7aba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ceb6a436-c060-4958-887a-222c002d08ae
ModelInvariantUuid:17253d00-2b04-4436-b254-05d1219f7696
ModelName:vFW f39cac5e-f2f3-nodes.vsnCvfc
ModelUuid:c2d0c553-efd3-4468-a3ff-e16cc007556b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9f5a3a17-ddaa-4162-8490-8c2c7e106e42
ModelInvariantUuid:fb7d5c41-0543-41d1-a4ff-e4b50313d415
ModelName:VfwF39cac5eF2f3.compute.nodes.heat.vsn
ModelUuid:cad4fafc-18bf-422e-952e-f121d039e801
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c92f91ca-d864-4377-9d1e-adc2ec35c473
ModelInvariantUuid:7b53408c-583b-43b2-ab13-650df38a7df7
ModelName:vFW f39cac5e-f2f3-nodes.vpgCvfc
ModelUuid:3ca4adab-7858-4934-b1b9-a78276a55f24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:abf083fa-bdad-4124-a8d1-f8ac561b45bf
ModelInvariantUuid:89a85600-91ab-4fca-bf67-d512daa8bb67
ModelName:VfwF39cac5eF2f3.compute.nodes.heat.vpg
ModelUuid:51a08ed2-31b2-4e5d-83f7-567cd9612952
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:35:22.186Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: df3d8f80-f1ef-44dd-87fb-d541d9b623a2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:35:22.334Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||vFW f39cac5e-f2f3 0
2022-12-03T06:35:22.343Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df3d8f80-f1ef-44dd-87fb-d541d9b623a2
2022-12-03T06:35:22.343Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 88171ccf-55b0-4314-8a94-e1bd0a0bb0fc from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:22.344Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:22.344Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:22.434Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:22.436Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json 88171ccf-55b0-4314-8a94-e1bd0a0bb0fc 785
2022-12-03T06:35:22.436Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json ASDC sendASDCNotification
2022-12-03T06:35:22.436Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:22.437Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:22.437Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:22.442Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:22.442Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049322436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:22.542Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:22.543Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:22.543Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:22.561Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:22.562Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:23.445Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF39cac5eF2f3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "331a9f2a-e181-4e1d-b025-ae3fa0848135",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e6427e9-b6b2-4f41-9d3a-93095df245fc",
    "vfModuleModelCustomizationUUID": "d909bd76-4dd9-4fa7-8664-42b7549c9113",
    "isBase": true,
    "artifacts": [
      "cc3f2566-9d53-47d0-a909-1f5adac48cfe",
      "1219905b-e095-46a3-9019-cfde22a10991"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:35:23.464Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF39cac5eF2f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e6427e9-b6b2-4f41-9d3a-93095df245fc
VfModuleModelInvariantUUID:331a9f2a-e181-4e1d-b025-ae3fa0848135
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc3f2566-9d53-47d0-a909-1f5adac48cfe
,
1219905b-e095-46a3-9019-cfde22a10991

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

isBase:true


}

2022-12-03T06:35:23.468Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF39cac5eF2f3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "331a9f2a-e181-4e1d-b025-ae3fa0848135",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e6427e9-b6b2-4f41-9d3a-93095df245fc",
    "vfModuleModelCustomizationUUID": "d909bd76-4dd9-4fa7-8664-42b7549c9113",
    "isBase": true,
    "artifacts": [
      "cc3f2566-9d53-47d0-a909-1f5adac48cfe",
      "1219905b-e095-46a3-9019-cfde22a10991"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF39cac5eF2f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e6427e9-b6b2-4f41-9d3a-93095df245fc
VfModuleModelInvariantUUID:331a9f2a-e181-4e1d-b025-ae3fa0848135
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc3f2566-9d53-47d0-a909-1f5adac48cfe
,
1219905b-e095-46a3-9019-cfde22a10991

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

isBase:true


}

2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cc3f2566-9d53-47d0-a909-1f5adac48cfe from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:23.469Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:23.569Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:23.571Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml cc3f2566-9d53-47d0-a909-1f5adac48cfe 20368
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:23.572Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:23.576Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:23.577Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049323572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:23.676Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:35:23.678Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:23.678Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:23.693Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:23.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:24.579Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1219905b-e095-46a3-9019-cfde22a10991 from URL: /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:24.579Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-03T06:35:24.580Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:24.673Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-03T06:35:24.673Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env 1219905b-e095-46a3-9019-cfde22a10991 2098
2022-12-03T06:35:24.674Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-03T06:35:24.674Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:24.674Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:35:24.675Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:24.680Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:24.680Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049324674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:35:24.779Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:24.781Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:24.781Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:24.793Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:24.794Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:25.683Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5b833921-02ae-4fe5-8eb1-98ff7bb327e1
2022-12-03T06:35:25.684Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f39cac5e-f2f3 0 df3d8f80-f1ef-44dd-87fb-d541d9b623a2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:35:25.756Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dde6bcc, org.onap.sdc.toscaparser.api.parameters.Input@7826322c, org.onap.sdc.toscaparser.api.parameters.Input@5f40dfc4, org.onap.sdc.toscaparser.api.parameters.Input@226746fb, org.onap.sdc.toscaparser.api.parameters.Input@c49d970]
2022-12-03T06:35:25.765Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.766Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 287eeb52-f0e2-466c-a41c-6f29c2641f19
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 287eeb52-f0e2-466c-a41c-6f29c2641f19 matches Tosca VF Customization UUID: 287eeb52-f0e2-466c-a41c-6f29c2641f19
2022-12-03T06:35:25.767Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 287eeb52-f0e2-466c-a41c-6f29c2641f19  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T06:35:25.781Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.781Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.783Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 287eeb52-f0e2-466c-a41c-6f29c2641f19: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-03T06:35:25.783Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d5efb00
2022-12-03T06:35:25.784Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.784Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:35:25.784Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d909bd76-4dd9-4fa7-8664-42b7549c9113
2022-12-03T06:35:25.786Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d909bd76-4dd9-4fa7-8664-42b7549c9113
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T06:35:25.798Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.798Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.799Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.800Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.800Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.800Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-03T06:35:25.801Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:25.802Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:25.802Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:25.803Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.804Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:25.804Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.804Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccc44a26-4c5e-46ca-bcd1-319aad4493d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:35:25.817Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.818Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.818Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.818Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:25.819Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:25.820Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.821Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ceb6a436-c060-4958-887a-222c002d08ae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:35:25.824Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.825Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.825Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.828Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.828Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.829Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-03T06:35:25.830Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-03T06:35:25.831Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c92f91ca-d864-4377-9d1e-adc2ec35c473
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:35:25.835Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.836Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Node template vFW f39cac5e-f2f3 0 is matching search criteria
2022-12-03T06:35:25.836Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW f39cac5e-f2f3 0] matching following query criteria: sdcType=VF, customizationUUID=287eeb52-f0e2-466c-a41c-6f29c2641f19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:35:25.839Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.840Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.841Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5b833921-02ae-4fe5-8eb1-98ff7bb327e1: vFW f39cac5e-f2f3
2022-12-03T06:35:25.841Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.842Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.842Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.842Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.843Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.843Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.843Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.844Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.844Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:35:25.844Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-03 06-33-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:35:25.845Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-12-03 06-33-25 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:35:26.193Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f39cac5e-f2f3 df3d8f80-f1ef-44dd-87fb-d541d9b623a2 1 ASDC deployResourceStructure
2022-12-03T06:35:26.193Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json ASDC sendASDCNotification
2022-12-03T06:35:26.193Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json
2022-12-03T06:35:26.194Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:26.194Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:26.196Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:26.196Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049326193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:35:26.297Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:35:26.298Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:26.299Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:26.313Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:26.313Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:27.202Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-03T06:35:27.203Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml
2022-12-03T06:35:27.203Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:27.203Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:27.205Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:27.205Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049327202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:35:27.306Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:27.307Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:27.307Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:27.319Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:27.329Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:28.207Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-03T06:35:28.208Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env
2022-12-03T06:35:28.212Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:28.212Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:28.214Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:28.215Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049328206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:35:28.314Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:35:28.316Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:28.316Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:28.333Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:28.334Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:35:29.216Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar ASDC sendASDCNotification
2022-12-03T06:35:29.217Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar
2022-12-03T06:35:29.218Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:35:29.220Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:35:29.224Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:35:29.224Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049329216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:35:29.327Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-03T06:35:29.329Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:35:29.329Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:35:29.341Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:35:29.342Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:35:30.226Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbc0490c-02fb-44a2-b111-b5234225e113
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:35:30.286Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbc0490c-02fb-44a2-b111-b5234225e113
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:35:30.290Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:35:30.290Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:35:30.291Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:35:30.292Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:35:30.292Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:35:30.292Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:35:30.299Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:36:00.299Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbc0490c-02fb-44a2-b111-b5234225e113 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:36:00.346Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbc0490c-02fb-44a2-b111-b5234225e113 and serviceModelVersionId: 5b833921-02ae-4fe5-8eb1-98ff7bb327e1
2022-12-03T06:36:00.346Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1088625-2f72-4317-a2d4-e671d30f2cb6
2022-12-03T06:36:06.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:36:06.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-12-03T06:36:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:36:07.076Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:36:07.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:36:07.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:36:07.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:36:19.787Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0
2022-12-03T06:36:19.941Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:36:20.710Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|INFO|500||Invoke
2022-12-03T06:36:20.722Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbc0490c-02fb-44a2-b111-b5234225e113], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b25637bd-587b-4160-82a9-8828d815b962], X-ECOMP-RequestID=[bbc0490c-02fb-44a2-b111-b5234225e113], X-TransactionId=[], X-ONAP-RequestID=[bbc0490c-02fb-44a2-b111-b5234225e113], Content-Type=[application/merge-patch+json]}
2022-12-03T06:36:20.910Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T06:36:21.125Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?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/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:36:21 GMT], content-length=[0], vertex-id=[364760], x-aai-txid=[0-aai-resources-221203-06:36:21:426-67066], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:36:21.128Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:36:21.129Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1088625-2f72-4317-a2d4-e671d30f2cb6/model-vers/model-ver/5b833921-02ae-4fe5-8eb1-98ff7bb327e1?depth=0|INFO|500||InvokeReturn
2022-12-03T06:36:21.135Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:36:21.137Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:36:21.145Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:36:21.147Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbc0490c-02fb-44a2-b111-b5234225e113 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:36:21.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:36:21.149Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:36:21.152Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:36:21.153Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049381147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:36:21.258Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 43 ms
2022-12-03T06:36:21.260Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:36:21.260Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:36:21.278Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:36:21.279Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:36:22.232Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:36:22.233Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:36:22.234Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:36:31.785Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:37:06.928Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:37:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:37:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:37:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:37:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:37:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:37:07.000Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:37:07.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:37:07.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:37:07.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:37:07.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:37:07.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:37:07.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:37:07.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:37:07.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:37:07.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049306928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:37:07.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049315301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049322436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049323572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049324674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049326193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/vfwf39cac5ef2f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:37:07.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049327202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049328206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/resourceInstances/vfwf39cac5ef2f30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-03T06:37:07.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049329216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221203063325/1.0/artifacts/service-Vfw20221203063325-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:37:07.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:37:16.523Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:38:06.928Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:38:06.931Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:38:06.931Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:38:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:38:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:38:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:38:07.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:38:07.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:38:07.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbc0490c-02fb-44a2-b111-b5234225e113",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049381147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:38:07.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:38:16.480Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:06.929Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:39:06.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:39:06.930Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:39:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:39:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:07.217Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:07.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049497778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049525600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049517735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049525600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049497778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049517735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049525600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049497778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049517735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049525600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049497778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049517735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049497778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-03T06:39:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049525600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049517735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049525600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049497778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049517735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049525600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049497778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049517735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049534083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049533723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049534304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049533604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049535175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "cds",
  "timestamp": 1670049535312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.270Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:39:07.270Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049533604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049536242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:07.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049533604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049537268,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:39:07.298Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:39:07.298Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049533604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670049538270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049533604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049533604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049539658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670049533604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049539658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049541516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049539658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "aai-model-loader",
  "timestamp": 1670049542520,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:39:07.323Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:39:07.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:07.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049539658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049539658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049539658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049539658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:39:07.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:39:07.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:07.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:39:07.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d52b988a-c499-4d97-b795-380637d4c74a","serviceName":"basic_onboard_eIKlPN","serviceVersion":"1.0","serviceUUID":"df8d8fee-aeea-4f1c-b6b3-f311dece4b08","serviceDescription":"service","serviceInvariantUUID":"b5133963-b107-4ed3-8312-3d0fddbb3ec8","resources":[{"resourceInstanceName":"basic_onboard_eIKlPN 0","resourceName":"basic_onboard_eIKlPN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"297ce12d-ed88-4ea5-a2e9-f317439fda1e","resourceInvariantUUID":"c356f075-e8d3-4e55-978c-1d9ca67184ec","resourceCustomizationUUID":"57a04864-ef45-4a3d-b586-7c98547a76d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml","artifactChecksum":"ZDg1OTEwMWU2ZjNlNTlhNTE3MjIyOTZhNTc4YmVmNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b41bddf-808b-4112-8b4d-74c6ee57c3f0","artifactVersion":"1"},{"artifactName":"basic_onboard_eiklpn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json","artifactChecksum":"Mjk4Y2VhOTNjYTNmOTM3N2ExZDI4NTNiMmQ4ODhhNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7690053-e961-496f-b5ac-8a4df9ff29ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8a8133b3-73bc-4472-997d-0e13a6454cf8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85aaf16d-b03a-46ae-ab65-70934e6eb9ea","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5","artifactVersion":"2","generatedFromUUID":"8a8133b3-73bc-4472-997d-0e13a6454cf8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEiklpn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml","artifactChecksum":"MDMyOTE5Mjg0OGIzZGVkNDY1ZTA1MGM2OGIwOTJkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a01303e4-fa36-4e70-9867-04cfce041776","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEiklpn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar","artifactChecksum":"NWI3NmVmNTgyMTA5OTQxNWE0MTlhYzY0MTE4ZmQ4MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32447041-4b81-435f-a833-69a054ebe17e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:39:07.597Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:07.598Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:07.602Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:07.602Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:07.702Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:07.703Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:07.703Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:07.715Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:07.716Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:08.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:08.604Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:08.606Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:08.606Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:39:08.706Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:08.708Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:08.708Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:08.721Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:08.722Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:09.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:09.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:09.610Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:09.610Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:39:09.710Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:09.712Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:09.712Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:09.724Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:09.725Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:10.610Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:10.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:10.614Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:10.614Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:10.715Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:39:10.717Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:10.718Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:10.728Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:10.730Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:11.615Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:11.616Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:11.621Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:11.621Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-03T06:39:11.719Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:39:11.721Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:11.721Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:11.734Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:11.735Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:12.621Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:12.623Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:12.625Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:12.625Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:39:12.725Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:12.727Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:12.727Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:12.802Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:12.803Z||pool-24-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:13.626Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:39:13.627Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:13.632Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:13.633Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:39:13.734Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:39:13.737Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:13.738Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:13.752Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:13.754Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:14.637Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "serviceName": "basic_onboard_eIKlPN",
  "serviceVersion": "1.0",
  "serviceUUID": "df8d8fee-aeea-4f1c-b6b3-f311dece4b08",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b5133963-b107-4ed3-8312-3d0fddbb3ec8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_eIKlPN 0",
      "resourceCustomizationUUID": "57a04864-ef45-4a3d-b586-7c98547a76d5",
      "resourceName": "basic_onboard_eIKlPN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "297ce12d-ed88-4ea5-a2e9-f317439fda1e",
      "resourceInvariantUUID": "c356f075-e8d3-4e55-978c-1d9ca67184ec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_eiklpn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
          "artifactChecksum": "Mjk4Y2VhOTNjYTNmOTM3N2ExZDI4NTNiMmQ4ODhhNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a7690053-e961-496f-b5ac-8a4df9ff29ec",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8a8133b3-73bc-4472-997d-0e13a6454cf8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5",
            "generatedFromUUID": "8a8133b3-73bc-4472-997d-0e13a6454cf8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEiklpn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
      "artifactChecksum": "NWI3NmVmNTgyMTA5OTQxNWE0MTlhYzY0MTE4ZmQ4MWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "32447041-4b81-435f-a833-69a054ebe17e"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T06:39:14.637Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:39:14.637Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df8d8fee-aeea-4f1c-b6b3-f311dece4b08 ASDC
2022-12-03T06:39:14.638Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d52b988a-c499-4d97-b795-380637d4c74a
ServiceName:basic_onboard_eIKlPN
ServiceVersion:1.0
ServiceUUID:df8d8fee-aeea-4f1c-b6b3-f311dece4b08
ServiceInvariantUUID:b5133963-b107-4ed3-8312-3d0fddbb3ec8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEiklpn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
ArtifactUUID:32447041-4b81-435f-a833-69a054ebe17e
ArtifactChecksum:NWI3NmVmNTgyMTA5OTQxNWE0MTlhYzY0MTE4ZmQ4MWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eIKlPN 0
ResourceCustomizationUUID:57a04864-ef45-4a3d-b586-7c98547a76d5
ResourceInvariantUUID:c356f075-e8d3-4e55-978c-1d9ca67184ec
ResourceName:basic_onboard_eIKlPN
ResourceType:VF
ResourceUUID:297ce12d-ed88-4ea5-a2e9-f317439fda1e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eiklpn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
ArtifactUUID:a7690053-e961-496f-b5ac-8a4df9ff29ec
ArtifactChecksum:Mjk4Y2VhOTNjYTNmOTM3N2ExZDI4NTNiMmQ4ODhhNWM=
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/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8a8133b3-73bc-4472-997d-0e13a6454cf8
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/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
ArtifactUUID:d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5
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/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
ArtifactUUID:d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-03T06:39:14.638Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df8d8fee-aeea-4f1c-b6b3-f311dece4b08 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:39:14.700Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32447041-4b81-435f-a833-69a054ebe17e from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:14.701Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:14.702Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:14.834Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:14.840Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar 32447041-4b81-435f-a833-69a054ebe17e 75669
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar ASDC sendASDCNotification
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:14.841Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:14.844Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:14.844Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049554841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:14.944Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:14.946Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:14.947Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:14.978Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:14.978Z||pool-26-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:15.845Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:39:15.846Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:39:15.847Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 32447041-4b81-435f-a833-69a054ebe17e, URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar to file: /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:15.847Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:15.848Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:15.848Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:16.059Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3945970444494406252/Definitions/service-BasicOnboardEiklpn-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-12-03T06:39:18.000Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eIKlPN 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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.001Z|d52b988a-c499-4d97-b795-380637d4c74a|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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|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-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.002Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.003Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.004Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.005Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.006Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is not matching search criteria
2022-12-03T06:39:18.007Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87a780ec-2ef5-4ba8-a3ca-5ce824e128b0
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.008Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.009Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:18.009Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:18.009Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_eIKlPN
Description:service
Model UUID:df8d8fee-aeea-4f1c-b6b3-f311dece4b08
Model Version:NULL
Model InvariantUuid:b5133963-b107-4ed3-8312-3d0fddbb3ec8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_eIKlPN
Model UUID:1be96688-73c1-4622-9fe1-428e62a12e36
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c356f075-e8d3-4e55-978c-1d9ca67184ec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:57a04864-ef45-4a3d-b586-7c98547a76d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e938beb1-382d-4b7f-84c5-13f441f65f2b
ModelName:BasicOnboardEiklpn..base_ubuntu18..module-0
ModelUuid:664869dd-e98f-449c-90bb-1ccde3d5b2c7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:87a780ec-2ef5-4ba8-a3ca-5ce824e128b0
ModelInvariantUuid:442996f3-6907-4de1-9b6d-980fc06d401b
ModelName:basic_onboard_eIKlPN-nodes.ubuntu18Cvfc
ModelUuid:16efa804-3501-48f1-ae13-d8a91960b0e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7993c6da-e037-4344-84f4-d2921551505b
ModelInvariantUuid:c4c140f1-634f-4aa1-a3b4-428e9f6f3dc9
ModelName:BasicOnboardEiklpn.compute.nodes.heat.ubuntu18
ModelUuid:5566a4b5-c407-4697-b208-8a11004f8eb0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:39:18.028Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 297ce12d-ed88-4ea5-a2e9-f317439fda1e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:39:18.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||basic_onboard_eIKlPN 0
2022-12-03T06:39:18.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 297ce12d-ed88-4ea5-a2e9-f317439fda1e
2022-12-03T06:39:18.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7690053-e961-496f-b5ac-8a4df9ff29ec from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:18.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:18.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:18.167Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json a7690053-e961-496f-b5ac-8a4df9ff29ec 798
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json ASDC sendASDCNotification
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:18.168Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:18.169Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:18.172Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:18.172Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049558168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:18.274Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-03T06:39:18.276Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:18.276Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:18.290Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:18.291Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:19.173Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEiklpn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e938beb1-382d-4b7f-84c5-13f441f65f2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "664869dd-e98f-449c-90bb-1ccde3d5b2c7",
    "vfModuleModelCustomizationUUID": "ffe0f546-c0f0-499e-a350-dea91ad53392",
    "isBase": true,
    "artifacts": [
      "8a8133b3-73bc-4472-997d-0e13a6454cf8",
      "d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:39:19.181Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEiklpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:664869dd-e98f-449c-90bb-1ccde3d5b2c7
VfModuleModelInvariantUUID:e938beb1-382d-4b7f-84c5-13f441f65f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a8133b3-73bc-4472-997d-0e13a6454cf8
,
d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5

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

isBase:true


}

2022-12-03T06:39:19.186Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEiklpn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e938beb1-382d-4b7f-84c5-13f441f65f2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "664869dd-e98f-449c-90bb-1ccde3d5b2c7",
    "vfModuleModelCustomizationUUID": "ffe0f546-c0f0-499e-a350-dea91ad53392",
    "isBase": true,
    "artifacts": [
      "8a8133b3-73bc-4472-997d-0e13a6454cf8",
      "d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:39:19.186Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEiklpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:664869dd-e98f-449c-90bb-1ccde3d5b2c7
VfModuleModelInvariantUUID:e938beb1-382d-4b7f-84c5-13f441f65f2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a8133b3-73bc-4472-997d-0e13a6454cf8
,
d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5

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

isBase:true


}

2022-12-03T06:39:19.186Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8133b3-73bc-4472-997d-0e13a6454cf8 from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:19.187Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:19.187Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:19.290Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:19.291Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml 8a8133b3-73bc-4472-997d-0e13a6454cf8 5033
2022-12-03T06:39:19.291Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-03T06:39:19.292Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:19.292Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:19.292Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:19.299Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:19.299Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049559291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:19.398Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:19.400Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:19.400Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:19.441Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:19.442Z||pool-28-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:20.302Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5 from URL: /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:20.303Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:39:20.303Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:20.367Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:39:20.367Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env d52bc313-32b1-46ea-a2cd-0bb0b1c2cfd5 909
2022-12-03T06:39:20.368Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-03T06:39:20.368Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:20.369Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:39:20.369Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:20.372Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:20.372Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049560368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:39:20.472Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:20.473Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:20.474Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:20.486Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:20.488Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:21.376Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: df8d8fee-aeea-4f1c-b6b3-f311dece4b08
2022-12-03T06:39:21.377Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eIKlPN 0 297ce12d-ed88-4ea5-a2e9-f317439fda1e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:39:21.396Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d16568a, org.onap.sdc.toscaparser.api.parameters.Input@7f975918, org.onap.sdc.toscaparser.api.parameters.Input@124f413b, org.onap.sdc.toscaparser.api.parameters.Input@17fe3579, org.onap.sdc.toscaparser.api.parameters.Input@78b3830a]
2022-12-03T06:39:21.398Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.398Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.398Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-03T06:39:21.399Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 57a04864-ef45-4a3d-b586-7c98547a76d5
2022-12-03T06:39:21.399Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57a04864-ef45-4a3d-b586-7c98547a76d5 matches Tosca VF Customization UUID: 57a04864-ef45-4a3d-b586-7c98547a76d5
2022-12-03T06:39:21.399Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 57a04864-ef45-4a3d-b586-7c98547a76d5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T06:39:21.403Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.403Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 57a04864-ef45-4a3d-b586-7c98547a76d5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33b420ae
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:39:21.405Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe0f546-c0f0-499e-a350-dea91ad53392
2022-12-03T06:39:21.405Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe0f546-c0f0-499e-a350-dea91ad53392
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T06:39:21.409Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.409Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.410Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:21.411Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is not matching search criteria
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-03T06:39:21.412Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87a780ec-2ef5-4ba8-a3ca-5ce824e128b0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:39:21.415Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.415Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.415Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:39:21.416Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.416Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_eIKlPN 0 is matching search criteria
2022-12-03T06:39:21.416Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_eIKlPN 0] matching following query criteria: sdcType=VF, customizationUUID=57a04864-ef45-4a3d-b586-7c98547a76d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:39:21.418Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.418Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid df8d8fee-aeea-4f1c-b6b3-f311dece4b08: basic_onboard_eIKlPN
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.419Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.420Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:39:21.421Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_eIKlPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:39:21.421Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_eIKlPN 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:39:21.548Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eIKlPN 297ce12d-ed88-4ea5-a2e9-f317439fda1e 1 ASDC deployResourceStructure
2022-12-03T06:39:21.549Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json ASDC sendASDCNotification
2022-12-03T06:39:21.550Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json
2022-12-03T06:39:21.550Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:21.550Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:21.554Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:21.554Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049561549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:39:21.654Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:39:21.655Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:21.655Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:21.689Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:21.690Z||pool-30-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:22.556Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-03T06:39:22.557Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml
2022-12-03T06:39:22.557Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:22.558Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:22.560Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:22.561Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049562556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:39:22.661Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:22.663Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:22.663Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:22.675Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:22.684Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:23.562Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-03T06:39:23.563Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env
2022-12-03T06:39:23.563Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:23.563Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:23.565Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:23.566Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049563562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:39:23.666Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:23.667Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:23.668Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:23.684Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:23.685Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:39:24.566Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar ASDC sendASDCNotification
2022-12-03T06:39:24.567Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar
2022-12-03T06:39:24.568Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:39:24.568Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:39:24.571Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:39:24.571Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049564566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:39:24.671Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:39:24.672Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:39:24.672Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:39:24.692Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:39:24.693Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:39:25.572Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:25.591Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:25.595Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:39:25.595Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:39:25.596Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:39:25.596Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:39:55.597Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:55.610Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:39:55.613Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:39:55.613Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:39:55.614Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:39:55.614Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:40:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:40:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:40:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:40:06.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:40:06.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:40:06.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049547562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:40:06.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:40:25.615Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:25.635Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:25.643Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:40:25.643Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:40:25.643Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:40:25.644Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:40:55.644Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:55.659Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:40:55.664Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:40:55.665Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:40:55.665Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:40:55.666Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:41:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:41:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:41:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:41:07.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:41:07.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:41:07.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:41:07.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049549893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670049550896,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:41:07.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d52b988a-c499-4d97-b795-380637d4c74a
2022-12-03T06:41:07.501Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d52b988a-c499-4d97-b795-380637d4c74a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:41:07.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:41:07.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:41:07.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049554841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049558168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049559291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049560368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049561549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/basic_onboard_eiklpn0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049562556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049563562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/resourceInstances/basic_onboard_eiklpn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:07.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:41:07.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049564566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEiklpn/1.0/artifacts/service-BasicOnboardEiklpn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:41:07.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:41:25.666Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:41:25.706Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:41:25.713Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:41:25.714Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:41:25.722Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:41:55.723Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d52b988a-c499-4d97-b795-380637d4c74a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:41:55.736Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d52b988a-c499-4d97-b795-380637d4c74a and serviceModelVersionId: df8d8fee-aeea-4f1c-b6b3-f311dece4b08
2022-12-03T06:41:55.736Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b5133963-b107-4ed3-8312-3d0fddbb3ec8
2022-12-03T06:41:55.738Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0
2022-12-03T06:41:55.746Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:41:55.852Z|d52b988a-c499-4d97-b795-380637d4c74a|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/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-03T06:41:55.855Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0|INFO|500||Invoke
2022-12-03T06:41:55.902Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T06:41:56.023Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0|INFO|500||InvokeReturn
2022-12-03T06:41:56.024Z|d52b988a-c499-4d97-b795-380637d4c74a|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/b5133963-b107-4ed3-8312-3d0fddbb3ec8/model-vers/model-ver/df8d8fee-aeea-4f1c-b6b3-f311dece4b08?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:41:56 GMT], content-length=[0], vertex-id=[368856], x-aai-txid=[0-aai-resources-221203-06:41:56:407-41465], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:41:56.024Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:41:56.025Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:41:56.026Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:41:56.037Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:41:56.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d52b988a-c499-4d97-b795-380637d4c74a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:41:56.038Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:41:56.039Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:41:56.042Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:41:56.042Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049716038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:41:56.142Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:41:56.144Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:41:56.144Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:41:56.162Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:41:56.164Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:41:57.059Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:41:57.061Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:41:57.061Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:42:06.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-12-03T06:42:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:07.402Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:42:07.404Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:42:07.405Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:42:07.405Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:07.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:42:07.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:42:07.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d52b988a-c499-4d97-b795-380637d4c74a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670049716038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:42:07.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:42:16.964Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:42:16.965Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:42:16.967Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:42:16.967Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:42:26.512Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:43:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:43:06.931Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:43:06.931Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:43:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:43:06.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-12-03T06:43:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:43:16.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:43:16.516Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:44:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:44:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:44:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:44:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:44:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:44:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:44:16.483Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:44:16.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:45:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:45:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:45:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:45:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:45:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:45:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:45:16.482Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:45:16.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:46:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:46:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:46:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:46:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:46:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:46:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:46:16.477Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:46:16.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:47:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:47:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:47:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:47:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:47:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:47:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:47:16.488Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:47:16.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:48:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:48:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:48:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:48:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:48:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:48:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:48:16.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:48:16.500Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:06.928Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:49:06.929Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:49:06.930Z|d52b988a-c499-4d97-b795-380637d4c74a|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:49:06.943Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:49:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:07.572Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:07.573Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.574Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"82b00ece-1a5f-4f10-9eb1-198c207c79e4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8996ea8c-fc1e-45db-b471-0788d4545e6c","serviceDescription":"service","serviceInvariantUUID":"e3d30ada-eb3e-4f42-9275-6df49ab56380","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"11c3a183-592e-4bf7-8388-179b612ede7f","resourceInvariantUUID":"64cc3f11-620b-45f6-bb5e-f81706686868","resourceCustomizationUUID":"947e195b-1910-45a6-8c84-a273d519c8fa","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":"MDlkN2JhOWFmMTFhMjFiM2RlYWYyOTZlNGY0NGM3ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a753871e-7c00-4bc6-9756-d354756e5cf9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmZmMGUxYTc3MWQ5YmVmNGEyZGY0N2RiNjUzNTQ3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4aeedf8a-6908-44d0-b3e7-38753388d7e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:49:07.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:07.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050109298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050125600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050133604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "cds",
  "timestamp": 1670050132737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050109298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050125600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:49:07.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050133604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "cds",
  "timestamp": 1670050132737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050137077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "cds",
  "timestamp": 1670050137668,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:49:07.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "cds",
  "timestamp": 1670050138686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-12-03T06:49:07.587Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:49:07.588Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:07.596Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:07.597Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050146928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.617Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82b00ece-1a5f-4f10-9eb1-198c207c79e4
2022-12-03T06:49:07.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050139657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050139657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:49:07.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050141603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050142431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050142608,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:07.664Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82b00ece-1a5f-4f10-9eb1-198c207c79e4
2022-12-03T06:49:07.665Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050144139,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:49:07.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:49:07.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:49:07.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050145142,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:07.682Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82b00ece-1a5f-4f10-9eb1-198c207c79e4
2022-12-03T06:49:07.682Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:49:07.696Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:49:07.697Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:07.697Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:07.712Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:07.713Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:49:08.597Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:49:08.600Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:08.618Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:08.619Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050146928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:49:08.703Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-12-03T06:49:08.707Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:08.707Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:08.721Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:08.721Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:49:09.620Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8996ea8c-fc1e-45db-b471-0788d4545e6c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e3d30ada-eb3e-4f42-9275-6df49ab56380",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "947e195b-1910-45a6-8c84-a273d519c8fa",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "11c3a183-592e-4bf7-8388-179b612ede7f",
      "resourceInvariantUUID": "64cc3f11-620b-45f6-bb5e-f81706686868",
      "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": "YmZmMGUxYTc3MWQ5YmVmNGEyZGY0N2RiNjUzNTQ3NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4aeedf8a-6908-44d0-b3e7-38753388d7e0"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T06:49:09.620Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:49:09.620Z|d52b988a-c499-4d97-b795-380637d4c74a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8996ea8c-fc1e-45db-b471-0788d4545e6c ASDC
2022-12-03T06:49:09.621Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:82b00ece-1a5f-4f10-9eb1-198c207c79e4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8996ea8c-fc1e-45db-b471-0788d4545e6c
ServiceInvariantUUID:e3d30ada-eb3e-4f42-9275-6df49ab56380
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:4aeedf8a-6908-44d0-b3e7-38753388d7e0
ArtifactChecksum:YmZmMGUxYTc3MWQ5YmVmNGEyZGY0N2RiNjUzNTQ3NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:947e195b-1910-45a6-8c84-a273d519c8fa
ResourceInvariantUUID:64cc3f11-620b-45f6-bb5e-f81706686868
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:11c3a183-592e-4bf7-8388-179b612ede7f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-03T06:49:09.621Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8996ea8c-fc1e-45db-b471-0788d4545e6c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:49:09.664Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:49:09.666Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:49:09.667Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:49:09.667Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4aeedf8a-6908-44d0-b3e7-38753388d7e0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:09.668Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:49:09.669Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:09.834Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:49:09.837Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4aeedf8a-6908-44d0-b3e7-38753388d7e0 57788
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:49:09.838Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:09.842Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:09.842Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050149837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:49:09.946Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-03T06:49:09.949Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:09.949Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:09.967Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:09.968Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:49:10.842Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:49:10.850Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:49:10.851Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4aeedf8a-6908-44d0-b3e7-38753388d7e0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:10.851Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-03T06:49:10.852Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:10.852Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.216Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13523246424847516077/Definitions/service-BasicNetwork-template.yml
2022-12-03T06:49:11.863Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:49:11.864Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:49:11.864Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.865Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.866Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.866Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.866Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.867Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.867Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-03T06:49:11.867Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:49:11.868Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.868Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.869Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-03T06:49:11.869Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:49:11.869Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:49:11.870Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.870Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.871Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-03T06:49:11.871Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:49:11.871Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.872Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.873Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.874Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.874Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.874Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.875Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.875Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.875Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8996ea8c-fc1e-45db-b471-0788d4545e6c
Model Version:NULL
Model InvariantUuid:e3d30ada-eb3e-4f42-9275-6df49ab56380
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:64cc3f11-620b-45f6-bb5e-f81706686868
Model UUID:b3e2902a-f563-41c9-82b9-3e7a712dac87
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:947e195b-1910-45a6-8c84-a273d519c8fa
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:49:11.885Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 11c3a183-592e-4bf7-8388-179b612ede7f
2022-12-03T06:49:11.886Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||No resources found for Service: 8996ea8c-fc1e-45db-b471-0788d4545e6c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:49:11.895Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||
2022-12-03T06:49:11.896Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-03T06:49:11.897Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8996ea8c-fc1e-45db-b471-0788d4545e6c
2022-12-03T06:49:11.897Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8996ea8c-fc1e-45db-b471-0788d4545e6c
2022-12-03T06:49:11.897Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-03T06:49:11.898Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:49:11.904Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35d55b2e, org.onap.sdc.toscaparser.api.parameters.Input@4306fc23, org.onap.sdc.toscaparser.api.parameters.Input@440ac626, org.onap.sdc.toscaparser.api.parameters.Input@6fd6d8f7, org.onap.sdc.toscaparser.api.parameters.Input@70c5f208]
2022-12-03T06:49:11.907Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.907Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.907Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8996ea8c-fc1e-45db-b471-0788d4545e6c: Generic NeutronNet
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.908Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.909Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.909Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-03T06:49:11.962Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.963Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.964Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.964Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.964Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:49:11.965Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:49:11.965Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-03T06:49:12.036Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-03T06:49:12.039Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-03T06:49:12.039Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-03T06:49:12.040Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:49:12.040Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:12.043Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:12.043Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050152039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:49:12.151Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-03T06:49:12.153Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:12.153Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:12.184Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:12.185Z||pool-38-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:49:13.044Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:49:13.061Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:49:13.065Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:49:13.066Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:49:13.067Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:49:13.077Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:49:43.081Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:49:43.091Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and serviceModelVersionId: 8996ea8c-fc1e-45db-b471-0788d4545e6c
2022-12-03T06:49:43.092Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3d30ada-eb3e-4f42-9275-6df49ab56380
2022-12-03T06:49:43.094Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0
2022-12-03T06:49:43.101Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:49:43.213Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|INFO|500||Invoke
2022-12-03T06:49:43.213Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82b00ece-1a5f-4f10-9eb1-198c207c79e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[515a10f4-4cd6-40d3-abd8-14775ccd1543], X-ECOMP-RequestID=[82b00ece-1a5f-4f10-9eb1-198c207c79e4], X-TransactionId=[], X-ONAP-RequestID=[82b00ece-1a5f-4f10-9eb1-198c207c79e4], Content-Type=[application/merge-patch+json]}
2022-12-03T06:49:43.243Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T06:49:43.351Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?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/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:49:43 GMT], content-length=[0], vertex-id=[188416], x-aai-txid=[0-aai-resources-221203-06:49:43:721-28272], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:49:43.352Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:49:43.353Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3d30ada-eb3e-4f42-9275-6df49ab56380/model-vers/model-ver/8996ea8c-fc1e-45db-b471-0788d4545e6c?depth=0|INFO|500||InvokeReturn
2022-12-03T06:49:43.354Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:49:43.354Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:49:43.361Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:49:43.362Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82b00ece-1a5f-4f10-9eb1-198c207c79e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:49:43.362Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:49:43.363Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:49:43.366Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:49:43.367Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050183362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:49:43.465Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:49:43.467Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:49:43.467Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:49:43.487Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:49:43.488Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:50:06.928Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:50:06.929Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:50:06.930Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:50:06.943Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:50:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:07.068Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:07.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:50:07.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050146928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:07.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:50:07.562Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:07.563Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:50:07.563Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"44a2c77b-8753-477e-b298-743184f59215","serviceName":"Demo_pNF_TTvjqwEkf01roGZaSBIx","serviceVersion":"1.0","serviceUUID":"99ce53d4-c49f-4eca-9498-0f41918e3bbe","serviceDescription":"catalog service description","serviceInvariantUUID":"f728bf11-d9d4-4d4b-ad41-e2bd61559ea4","resources":[{"resourceInstanceName":"pNF ecbd544a-2e6f 0","resourceName":"pNF ecbd544a-2e6f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"be9f7a7c-5d8b-4033-a9eb-dc7bdf290026","resourceInvariantUUID":"c4fd0f60-6506-40cf-bb4b-1728ef7a47d3","resourceCustomizationUUID":"065118fa-98ca-4d06-8a6a-002e06b8ed19","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml","artifactChecksum":"YThjMDJlODViMjQ3MWU1YmJkMzhlZDEwZTlmZjE3YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"964add98-f23b-462f-906f-533a0272686c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar","artifactChecksum":"NjI3NTBlNzU1MjZlYWIyYmNiNDU4MGM3M2ZhM2E2ZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31d45ab1-7842-4404-b6a6-9ccfdcc12374","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bb60520-1795-4728-892f-cb55b70d355f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjZTIyMTM1ZDY4NTU3MWEyNGViMDFmYmZhNWIwMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"482f3579-8e3b-4f2b-8b91-da411e955439","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53b2fc8a-b5c1-4092-98e7-1d01aeba6355","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8fdfc4a7-51a8-44ab-b899-22b2c07ca5e5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTtvjqwekf01rogzasbix-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml","artifactChecksum":"MDM1YjEwY2JiZjViZWI4NzZiZGE0NjE2ZmU5OTJmMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5a140e8-71cd-4424-ab5d-2284de3028f8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTtvjqwekf01rogzasbix-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar","artifactChecksum":"ODgzMTM4ZDQ2MTI4ZDNhOWU0MDg5NTdiMzMwZTlkYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"825480cc-d08d-4574-a168-d9d787efaa4e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:50:07.568Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:07.569Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:07.571Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:07.572Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:07.672Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:07.673Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:07.673Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:07.687Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:07.688Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:08.572Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:08.574Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:08.576Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:08.576Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:08.676Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:08.678Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:08.678Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:08.696Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:08.697Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:09.577Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:09.578Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:09.580Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:09.581Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:09.681Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:50:09.682Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:09.682Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:09.693Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:09.694Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:10.581Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:10.582Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:10.588Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:10.589Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:10.689Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:10.690Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:10.690Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:10.704Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:10.705Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:11.589Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:11.590Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:11.593Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:11.593Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:11.693Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:11.695Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:11.695Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:11.707Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:11.709Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:12.594Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:12.596Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:12.600Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:12.600Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:12.700Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:50:12.701Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:12.701Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:12.727Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:12.728Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:13.602Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:13.604Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:13.607Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:13.607Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:50:13.707Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:50:13.709Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:13.709Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:13.726Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:13.727Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:14.608Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:50:14.610Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:14.612Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:14.613Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:50:14.713Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:50:14.714Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:14.714Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:14.725Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:14.725Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:50:15.615Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "serviceName": "Demo_pNF_TTvjqwEkf01roGZaSBIx",
  "serviceVersion": "1.0",
  "serviceUUID": "99ce53d4-c49f-4eca-9498-0f41918e3bbe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f728bf11-d9d4-4d4b-ad41-e2bd61559ea4",
  "resources": [
    {
      "resourceInstanceName": "pNF ecbd544a-2e6f 0",
      "resourceCustomizationUUID": "065118fa-98ca-4d06-8a6a-002e06b8ed19",
      "resourceName": "pNF ecbd544a-2e6f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "be9f7a7c-5d8b-4033-a9eb-dc7bdf290026",
      "resourceInvariantUUID": "c4fd0f60-6506-40cf-bb4b-1728ef7a47d3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
      "artifactChecksum": "ODgzMTM4ZDQ2MTI4ZDNhOWU0MDg5NTdiMzMwZTlkYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "825480cc-d08d-4574-a168-d9d787efaa4e"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T06:50:15.615Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:50:15.616Z|82b00ece-1a5f-4f10-9eb1-198c207c79e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 99ce53d4-c49f-4eca-9498-0f41918e3bbe ASDC
2022-12-03T06:50:15.616Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44a2c77b-8753-477e-b298-743184f59215
ServiceName:Demo_pNF_TTvjqwEkf01roGZaSBIx
ServiceVersion:1.0
ServiceUUID:99ce53d4-c49f-4eca-9498-0f41918e3bbe
ServiceInvariantUUID:f728bf11-d9d4-4d4b-ad41-e2bd61559ea4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
ArtifactUUID:825480cc-d08d-4574-a168-d9d787efaa4e
ArtifactChecksum:ODgzMTM4ZDQ2MTI4ZDNhOWU0MDg5NTdiMzMwZTlkYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ecbd544a-2e6f 0
ResourceCustomizationUUID:065118fa-98ca-4d06-8a6a-002e06b8ed19
ResourceInvariantUUID:c4fd0f60-6506-40cf-bb4b-1728ef7a47d3
ResourceName:pNF ecbd544a-2e6f
ResourceType:PNF
ResourceUUID:be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-03T06:50:15.617Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99ce53d4-c49f-4eca-9498-0f41918e3bbe ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:50:15.647Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:50:15.648Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:50:15.648Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:50:15.648Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 825480cc-d08d-4574-a168-d9d787efaa4e from URL: /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:15.649Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:50:15.649Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:15.743Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:50:15.748Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar 825480cc-d08d-4574-a168-d9d787efaa4e 88000
2022-12-03T06:50:15.748Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar ASDC sendASDCNotification
2022-12-03T06:50:15.748Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:15.749Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:50:15.749Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:15.752Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:15.752Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050215748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:50:15.852Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:50:15.853Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:15.853Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:15.866Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:15.867Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:50:16.753Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:50:16.755Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:50:16.756Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 825480cc-d08d-4574-a168-d9d787efaa4e, URL: /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar to file: /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.757Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.758Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.759Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:16.941Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18173908964847847716/Definitions/service-DemoPnfTtvjqwekf01rogzasbix-template.yml
2022-12-03T06:50:18.023Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:50:18.023Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:50:18.023Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ecbd544a-2e6f 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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|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-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.024Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Node template pNF ecbd544a-2e6f 0 is matching search criteria
2022-12-03T06:50:18.025Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ecbd544a-2e6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Node template pNF ecbd544a-2e6f 0 is matching search criteria
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:50:18.026Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ecbd544a-2e6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.027Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.028Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TTvjqwEkf01roGZaSBIx
Description:catalog service description
Model UUID:99ce53d4-c49f-4eca-9498-0f41918e3bbe
Model Version:NULL
Model InvariantUuid:f728bf11-d9d4-4d4b-ad41-e2bd61559ea4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:50:18.035Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:50:18.039Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||pNF ecbd544a-2e6f 0
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 99ce53d4-c49f-4eca-9498-0f41918e3bbe
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 99ce53d4-c49f-4eca-9498-0f41918e3bbe
2022-12-03T06:50:18.040Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ecbd544a-2e6f 0 be9f7a7c-5d8b-4033-a9eb-dc7bdf290026 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:50:18.046Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ed59262, org.onap.sdc.toscaparser.api.parameters.Input@7a0df8dd, org.onap.sdc.toscaparser.api.parameters.Input@1fedecec, org.onap.sdc.toscaparser.api.parameters.Input@48bf199, org.onap.sdc.toscaparser.api.parameters.Input@165f25e8]
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 99ce53d4-c49f-4eca-9498-0f41918e3bbe: pNF ecbd544a-2e6f
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Processing PNF resource: be9f7a7c-5d8b-4033-a9eb-dc7bdf290026
2022-12-03T06:50:18.047Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:50:18.048Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TTvjqwEkf01roGZaSBIx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:50:18.048Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||Resource customization UUID: 065118fa-98ca-4d06-8a6a-002e06b8ed19 is the same as notified resource customizationUUID: 065118fa-98ca-4d06-8a6a-002e06b8ed19
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-03T06:50:18.098Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ecbd544a-2e6f be9f7a7c-5d8b-4033-a9eb-dc7bdf290026 0 ASDC deployResourceStructure
2022-12-03T06:50:18.099Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar ASDC sendASDCNotification
2022-12-03T06:50:18.099Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar
2022-12-03T06:50:18.100Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:50:18.100Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:50:18.103Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:50:18.103Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050218099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:50:18.207Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-03T06:50:18.208Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:50:18.208Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:50:18.226Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:50:18.226Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:50:19.104Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44a2c77b-8753-477e-b298-743184f59215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:50:19.121Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44a2c77b-8753-477e-b298-743184f59215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:50:19.127Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:50:19.127Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:50:19.127Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:50:49.128Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44a2c77b-8753-477e-b298-743184f59215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:50:49.148Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44a2c77b-8753-477e-b298-743184f59215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:50:49.174Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:50:49.175Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:50:49.175Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:51:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:51:06.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-12-03T06:51:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:06.982Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:06.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050146928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:51:06.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050149837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050152039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050167215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050155600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050169658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050162737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:51:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050177885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050178765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050178544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:51:07.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:07.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "cds",
  "timestamp": 1670050179562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:51:07.014Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44a2c77b-8753-477e-b298-743184f59215
2022-12-03T06:51:07.014Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44a2c77b-8753-477e-b298-743184f59215 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:51:07.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050180671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:51:07.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:07.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:07.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050181678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:51:07.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44a2c77b-8753-477e-b298-743184f59215
2022-12-03T06:51:07.040Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44a2c77b-8753-477e-b298-743184f59215 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:51:07.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050173604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:07.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:51:07.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050182527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:51:07.053Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050183219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:51:07.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82b00ece-1a5f-4f10-9eb1-198c207c79e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050183362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:51:07.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050183780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:51:07.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:51:07.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050184223,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:51:07.061Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44a2c77b-8753-477e-b298-743184f59215
2022-12-03T06:51:07.061Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44a2c77b-8753-477e-b298-743184f59215 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:51:07.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:51:07.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050184786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:51:07.075Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 44a2c77b-8753-477e-b298-743184f59215
2022-12-03T06:51:07.075Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44a2c77b-8753-477e-b298-743184f59215 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:51:19.175Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44a2c77b-8753-477e-b298-743184f59215
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:51:19.206Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44a2c77b-8753-477e-b298-743184f59215
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:51:19.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:51:19.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:51:19.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:51:19.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:51:19.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:51:19.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:51:19.213Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:51:19.213Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:51:19.213Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:51:19.213Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:51:19.220Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:51:49.221Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44a2c77b-8753-477e-b298-743184f59215 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:51:49.228Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44a2c77b-8753-477e-b298-743184f59215 and serviceModelVersionId: 99ce53d4-c49f-4eca-9498-0f41918e3bbe
2022-12-03T06:51:49.228Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f728bf11-d9d4-4d4b-ad41-e2bd61559ea4
2022-12-03T06:51:49.243Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0
2022-12-03T06:51:49.252Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:51:49.325Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0|INFO|500||Invoke
2022-12-03T06:51:49.326Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44a2c77b-8753-477e-b298-743184f59215], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2fee3f3-e91d-41c7-a7cb-c626b10eeea9], X-ECOMP-RequestID=[44a2c77b-8753-477e-b298-743184f59215], X-TransactionId=[], X-ONAP-RequestID=[44a2c77b-8753-477e-b298-743184f59215], Content-Type=[application/merge-patch+json]}
2022-12-03T06:51:49.365Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T06:51:49.523Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?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/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:51:49 GMT], content-length=[0], vertex-id=[254104], x-aai-txid=[1-aai-resources-221203-06:51:49:846-81282], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:51:49.524Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:51:49.526Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f728bf11-d9d4-4d4b-ad41-e2bd61559ea4/model-vers/model-ver/99ce53d4-c49f-4eca-9498-0f41918e3bbe?depth=0|INFO|500||InvokeReturn
2022-12-03T06:51:49.526Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:51:49.529Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:51:49.543Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:51:49.544Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44a2c77b-8753-477e-b298-743184f59215 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:51:49.545Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:51:49.545Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:49.548Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:49.549Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050309544,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:51:49.650Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:51:49.651Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:49.652Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:49.675Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:49.678Z||pool-50-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:51:50.563Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:51:50.564Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:51:50.564Z|44a2c77b-8753-477e-b298-743184f59215|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:51.210Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:51.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:51:51.212Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"44ceda9d-3f2f-45ff-a83d-0f50af235aed","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0be5681f-6e59-4b07-bf31-e46217d5ef1b","serviceDescription":"service","serviceInvariantUUID":"a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30c2c0ef-2735-4889-a544-3a5f3847ff2c","resourceInvariantUUID":"a83d5006-dc41-4c36-8a98-64d14df2662a","resourceCustomizationUUID":"d2141ab9-75bc-40e1-ac66-2de5aa18ded1","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":"ZDUwMDk5ZmZjNjAwODNlMjMxZDBiNjgyYWI4OWM1YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d3a56f-29a7-4739-aba7-8e4aa4d8d741","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":"ZTc2NTQ2NzY5MTVjNGEyOTkzNzk4MjkxNDMxNGQ5ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c0afa1f-3d10-4003-8d68-c37a28d1078e","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":"9a078c71-1628-4226-b9d6-9430782f4a07","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":"4864a8a2-e621-4b88-a4cc-e9c5d0b7c9b5","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":"03c7ce5e-90dc-4e6e-99e8-cceace9bc130","artifactVersion":"2","generatedFromUUID":"9a078c71-1628-4226-b9d6-9430782f4a07"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDZhNGQ4NjhhY2NjYzBkNzhkNmViNjE5YWY4YTE4YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c727a4e1-9795-42e5-823a-544bc5f635bb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZmY3Y2YwNDBkYjkxODE4YmJlODlmOTRmMzRmZmM3NGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b372a184-d0ef-457a-8e36-7992eb4fc6d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:51:51.217Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:51:51.217Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:51.221Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:51.221Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:51.321Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:51:51.322Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:51.322Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:51.337Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:51.338Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:51:52.222Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:51:52.222Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:52.225Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:52.226Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:51:52.326Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:51:52.327Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:52.328Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:52.347Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:52.348Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:51:53.228Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:51:53.229Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:53.231Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:53.232Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:51:53.332Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:51:53.333Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:53.333Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:53.349Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:53.350Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:51:54.239Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:51:54.239Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:54.242Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:54.243Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:54.342Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:51:54.343Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:54.343Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:54.354Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:54.355Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:51:55.243Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:51:55.244Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:55.248Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:55.249Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-03T06:51:55.350Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:51:55.352Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:55.353Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:55.367Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:55.368Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:51:56.250Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:51:56.251Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:56.259Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:56.260Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:51:56.355Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-03T06:51:56.356Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:56.356Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:56.367Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:56.367Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:51:57.262Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:51:57.263Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:57.270Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:57.271Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:51:57.371Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:51:57.372Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:57.372Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:57.384Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:57.385Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:51:58.282Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0be5681f-6e59-4b07-bf31-e46217d5ef1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d2141ab9-75bc-40e1-ac66-2de5aa18ded1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "30c2c0ef-2735-4889-a544-3a5f3847ff2c",
      "resourceInvariantUUID": "a83d5006-dc41-4c36-8a98-64d14df2662a",
      "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": "ZTc2NTQ2NzY5MTVjNGEyOTkzNzk4MjkxNDMxNGQ5ZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7c0afa1f-3d10-4003-8d68-c37a28d1078e",
          "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": "9a078c71-1628-4226-b9d6-9430782f4a07",
          "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": "03c7ce5e-90dc-4e6e-99e8-cceace9bc130",
            "generatedFromUUID": "9a078c71-1628-4226-b9d6-9430782f4a07"
          },
          "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": "03c7ce5e-90dc-4e6e-99e8-cceace9bc130",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZmY3Y2YwNDBkYjkxODE4YmJlODlmOTRmMzRmZmM3NGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b372a184-d0ef-457a-8e36-7992eb4fc6d3"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T06:51:58.291Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:51:58.292Z|44a2c77b-8753-477e-b298-743184f59215|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0be5681f-6e59-4b07-bf31-e46217d5ef1b ASDC
2022-12-03T06:51:58.295Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44ceda9d-3f2f-45ff-a83d-0f50af235aed
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0be5681f-6e59-4b07-bf31-e46217d5ef1b
ServiceInvariantUUID:a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d
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:b372a184-d0ef-457a-8e36-7992eb4fc6d3
ArtifactChecksum:ZmY3Y2YwNDBkYjkxODE4YmJlODlmOTRmMzRmZmM3NGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d2141ab9-75bc-40e1-ac66-2de5aa18ded1
ResourceInvariantUUID:a83d5006-dc41-4c36-8a98-64d14df2662a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:30c2c0ef-2735-4889-a544-3a5f3847ff2c
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:7c0afa1f-3d10-4003-8d68-c37a28d1078e
ArtifactChecksum:ZTc2NTQ2NzY5MTVjNGEyOTkzNzk4MjkxNDMxNGQ5ZGQ=
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:9a078c71-1628-4226-b9d6-9430782f4a07
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:03c7ce5e-90dc-4e6e-99e8-cceace9bc130
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:03c7ce5e-90dc-4e6e-99e8-cceace9bc130
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-03T06:51:58.296Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0be5681f-6e59-4b07-bf31-e46217d5ef1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:51:58.373Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:51:58.375Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:51:58.378Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:51:58.379Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b372a184-d0ef-457a-8e36-7992eb4fc6d3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-03T06:51:58.379Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:51:58.380Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-03T06:51:58.512Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:51:58.516Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b372a184-d0ef-457a-8e36-7992eb4fc6d3 75194
2022-12-03T06:51:58.517Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-03T06:51:58.517Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-03T06:51:58.517Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:51:58.517Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:51:58.521Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:51:58.522Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050318517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:51:58.621Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:51:58.622Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:51:58.622Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:51:58.640Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:51:58.641Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:51:59.524Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:51:59.541Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:51:59.542Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b372a184-d0ef-457a-8e36-7992eb4fc6d3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-03T06:51:59.543Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-03T06:51:59.546Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-03T06:51:59.546Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-03T06:51:59.855Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13883918298564782124/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-12-03T06:52:01.771Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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-BasicVm-csar.csar
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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-BasicVm-csar.csar
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||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-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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-BasicVm-csar.csar
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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-BasicVm-csar.csar
2022-12-03T06:52:01.772Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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-BasicVm-csar.csar
2022-12-03T06:52:01.773Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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-BasicVm-csar.csar
2022-12-03T06:52:01.773Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:52:01.773Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.773Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:01.773Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:01.773Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:52:01.774Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:52:01.774Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.774Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:01.774Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:01.774Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:52:01.774Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:52:01.775Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.775Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:01.775Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.775Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-03T06:52:01.775Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-03T06:52:01.775Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-03T06:52:01.776Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-03T06:52:01.776Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-03T06:52:01.776Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T06:52:01.776Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.776Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:52:01.776Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:01.777Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:01.778Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.778Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-03T06:52:01.778Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-03T06:52:01.778Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-03T06:52:01.778Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b545683-ded4-4f0f-bcea-4b6de95d1565
2022-12-03T06:52:01.778Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:01.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:01.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:01.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:01.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:01.780Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0be5681f-6e59-4b07-bf31-e46217d5ef1b
Model Version:NULL
Model InvariantUuid:a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a2bf3399-e86e-4832-9bd6-de1878ef382c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a83d5006-dc41-4c36-8a98-64d14df2662a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d2141ab9-75bc-40e1-ac66-2de5aa18ded1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:80ca845e-588d-4fb3-bef5-e3dcf91d41fd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:555ae014-f0ac-4c29-8a24-e4aaeec4630a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b545683-ded4-4f0f-bcea-4b6de95d1565
ModelInvariantUuid:0dce0974-35da-45f6-bdd1-b99a24d3b706
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:dead3263-2509-4aa0-9a5b-7004c8ccca97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5e871a25-16e8-4bdd-a1e6-ec9101e7f6f8
ModelInvariantUuid:fe4bea73-579b-47fe-a3e2-195c99aa5a95
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:184243c3-7361-4db9-9494-9870fd30814b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:52:01.794Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 30c2c0ef-2735-4889-a544-3a5f3847ff2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:52:01.798Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-12-03T06:52:01.799Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 30c2c0ef-2735-4889-a544-3a5f3847ff2c
2022-12-03T06:52:01.799Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7c0afa1f-3d10-4003-8d68-c37a28d1078e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-03T06:52:01.799Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:01.800Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-03T06:52:01.946Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:01.947Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7c0afa1f-3d10-4003-8d68-c37a28d1078e 787
2022-12-03T06:52:01.947Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-03T06:52:01.948Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-03T06:52:01.948Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:01.949Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:01.952Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:01.952Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050321947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:02.052Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:52:02.053Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:02.053Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:02.067Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:02.067Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:02.953Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "80ca845e-588d-4fb3-bef5-e3dcf91d41fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "555ae014-f0ac-4c29-8a24-e4aaeec4630a",
    "vfModuleModelCustomizationUUID": "4e400f2c-2945-48c0-ad95-e0e24952e693",
    "isBase": true,
    "artifacts": [
      "9a078c71-1628-4226-b9d6-9430782f4a07",
      "03c7ce5e-90dc-4e6e-99e8-cceace9bc130"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:52:02.958Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:555ae014-f0ac-4c29-8a24-e4aaeec4630a
VfModuleModelInvariantUUID:80ca845e-588d-4fb3-bef5-e3dcf91d41fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a078c71-1628-4226-b9d6-9430782f4a07
,
03c7ce5e-90dc-4e6e-99e8-cceace9bc130

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

isBase:true


}

2022-12-03T06:52:02.961Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "80ca845e-588d-4fb3-bef5-e3dcf91d41fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "555ae014-f0ac-4c29-8a24-e4aaeec4630a",
    "vfModuleModelCustomizationUUID": "4e400f2c-2945-48c0-ad95-e0e24952e693",
    "isBase": true,
    "artifacts": [
      "9a078c71-1628-4226-b9d6-9430782f4a07",
      "03c7ce5e-90dc-4e6e-99e8-cceace9bc130"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:52:02.961Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:555ae014-f0ac-4c29-8a24-e4aaeec4630a
VfModuleModelInvariantUUID:80ca845e-588d-4fb3-bef5-e3dcf91d41fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a078c71-1628-4226-b9d6-9430782f4a07
,
03c7ce5e-90dc-4e6e-99e8-cceace9bc130

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

isBase:true


}

2022-12-03T06:52:02.961Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9a078c71-1628-4226-b9d6-9430782f4a07 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-03T06:52:02.961Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:02.961Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-03T06:52:03.101Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:03.102Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9a078c71-1628-4226-b9d6-9430782f4a07 5033
2022-12-03T06:52:03.102Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-03T06:52:03.102Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-03T06:52:03.103Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:03.103Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:03.105Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:03.105Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050323102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:03.206Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:52:03.217Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:03.217Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:03.236Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:03.237Z||pool-60-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:04.106Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 03c7ce5e-90dc-4e6e-99e8-cceace9bc130 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-03T06:52:04.107Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:04.107Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-03T06:52:04.180Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:04.181Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 03c7ce5e-90dc-4e6e-99e8-cceace9bc130 903
2022-12-03T06:52:04.181Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-03T06:52:04.181Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-03T06:52:04.181Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:04.182Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:04.186Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:04.186Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050324181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:04.286Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:52:04.287Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:04.287Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:04.298Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:04.299Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:05.186Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0be5681f-6e59-4b07-bf31-e46217d5ef1b
2022-12-03T06:52:05.187Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 30c2c0ef-2735-4889-a544-3a5f3847ff2c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:52:05.205Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@180c4a8e, org.onap.sdc.toscaparser.api.parameters.Input@77cb04ae, org.onap.sdc.toscaparser.api.parameters.Input@28115712, org.onap.sdc.toscaparser.api.parameters.Input@23b184a9, org.onap.sdc.toscaparser.api.parameters.Input@5913f26b]
2022-12-03T06:52:05.208Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.209Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.209Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-03T06:52:05.209Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d2141ab9-75bc-40e1-ac66-2de5aa18ded1
2022-12-03T06:52:05.210Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d2141ab9-75bc-40e1-ac66-2de5aa18ded1 matches Tosca VF Customization UUID: d2141ab9-75bc-40e1-ac66-2de5aa18ded1
2022-12-03T06:52:05.210Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d2141ab9-75bc-40e1-ac66-2de5aa18ded1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T06:52:05.214Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.214Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.215Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d2141ab9-75bc-40e1-ac66-2de5aa18ded1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-03T06:52:05.215Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7be24162
2022-12-03T06:52:05.216Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.216Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:52:05.216Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e400f2c-2945-48c0-ad95-e0e24952e693
2022-12-03T06:52:05.217Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e400f2c-2945-48c0-ad95-e0e24952e693
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T06:52:05.221Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.221Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:05.221Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:05.222Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.222Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:05.223Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:05.223Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.223Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-03T06:52:05.224Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-03T06:52:05.224Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-03T06:52:05.224Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b545683-ded4-4f0f-bcea-4b6de95d1565
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:52:05.228Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.228Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:05.228Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:05.229Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.229Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-03T06:52:05.230Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d2141ab9-75bc-40e1-ac66-2de5aa18ded1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:52:05.232Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.233Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.233Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0be5681f-6e59-4b07-bf31-e46217d5ef1b: basic_vm
2022-12-03T06:52:05.233Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.233Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.234Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.234Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.234Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.234Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.235Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.235Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.236Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:05.236Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:05.236Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:05.342Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 30c2c0ef-2735-4889-a544-3a5f3847ff2c 1 ASDC deployResourceStructure
2022-12-03T06:52:05.343Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-03T06:52:05.343Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-03T06:52:05.343Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:52:05.344Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:05.346Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:05.346Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050325343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:05.447Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:05.448Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:05.448Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:05.470Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:05.471Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:06.347Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-03T06:52:06.348Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-03T06:52:06.348Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:52:06.348Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:06.351Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:06.351Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050326347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:06.451Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:52:06.452Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:06.452Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:06.463Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:06.463Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:52:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:52:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:06.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:06.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/resourceInstances/pnfecbd544a2e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050206928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:06.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050215748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:06.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:06.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050218099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTtvjqwekf01rogzasbix/1.0/artifacts/service-DemoPnfTtvjqwekf01rogzasbix-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:06.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:06.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050208017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050215600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050222735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050208017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:52:06.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050215600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050229658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050222735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050208017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:52:06.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050215600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050229658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050222735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050208017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050215600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050229658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050222735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050208017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-03T06:52:06.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050215600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050229658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050222735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050215600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050208017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050229658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050222735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050208017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050215600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050229658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050222735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:06.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050229658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050236515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050236187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050236778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050237435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050237597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.005Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "cds",
  "timestamp": 1670050237784,
  "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-12-03T06:52:07.014Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44ceda9d-3f2f-45ff-a83d-0f50af235aed
2022-12-03T06:52:07.014Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ceda9d-3f2f-45ff-a83d-0f50af235aed and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:07.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050238674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050239701,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:52:07.041Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ceda9d-3f2f-45ff-a83d-0f50af235aed
2022-12-03T06:52:07.041Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ceda9d-3f2f-45ff-a83d-0f50af235aed and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:07.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050239721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:07.052Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050240703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:07.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050240725,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:52:07.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44ceda9d-3f2f-45ff-a83d-0f50af235aed
2022-12-03T06:52:07.061Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ceda9d-3f2f-45ff-a83d-0f50af235aed and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:07.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050243924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:07.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050244929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:52:07.093Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44ceda9d-3f2f-45ff-a83d-0f50af235aed
2022-12-03T06:52:07.093Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ceda9d-3f2f-45ff-a83d-0f50af235aed and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:07.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050238791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050248679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050241704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050233605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "cds",
  "timestamp": 1670050249704,
  "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-12-03T06:52:07.132Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cc89de45-b2ab-438c-9380-8d4233c22dbe
2022-12-03T06:52:07.132Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc89de45-b2ab-438c-9380-8d4233c22dbe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:07.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050250871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050251974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050253059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050254123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050245933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:07.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050255188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:52:07.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc89de45-b2ab-438c-9380-8d4233c22dbe
2022-12-03T06:52:07.155Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc89de45-b2ab-438c-9380-8d4233c22dbe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:07.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050255135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:07.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050256190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:07.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:07.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:52:07.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050263488,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:52:07.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc89de45-b2ab-438c-9380-8d4233c22dbe
2022-12-03T06:52:07.175Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc89de45-b2ab-438c-9380-8d4233c22dbe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:07.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-03T06:52:07.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:07.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:52:07.353Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-03T06:52:07.353Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-03T06:52:07.353Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:52:07.355Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:07.359Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:07.359Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050327353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:07.459Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:07.460Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:07.460Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:07.471Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:07.472Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:52:08.372Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-03T06:52:08.372Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-03T06:52:08.372Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:52:08.373Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:08.375Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:08.375Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050328372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:52:08.476Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:08.477Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:08.477Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:08.489Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:08.489Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:09.382Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ceda9d-3f2f-45ff-a83d-0f50af235aed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:52:09.398Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ceda9d-3f2f-45ff-a83d-0f50af235aed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:52:09.406Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:52:09.406Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:52:09.407Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:52:09.413Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:52:39.414Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44ceda9d-3f2f-45ff-a83d-0f50af235aed and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:52:39.652Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44ceda9d-3f2f-45ff-a83d-0f50af235aed and serviceModelVersionId: 0be5681f-6e59-4b07-bf31-e46217d5ef1b
2022-12-03T06:52:39.652Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d
2022-12-03T06:52:39.653Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d/model-vers/model-ver/0be5681f-6e59-4b07-bf31-e46217d5ef1b?depth=0
2022-12-03T06:52:39.674Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:52:39.779Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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/a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d/model-vers/model-ver/0be5681f-6e59-4b07-bf31-e46217d5ef1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-03T06:52:39.781Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d/model-vers/model-ver/0be5681f-6e59-4b07-bf31-e46217d5ef1b?depth=0|INFO|500||Invoke
2022-12-03T06:52:39.814Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d/model-vers/model-ver/0be5681f-6e59-4b07-bf31-e46217d5ef1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T06:52:39.909Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d/model-vers/model-ver/0be5681f-6e59-4b07-bf31-e46217d5ef1b?depth=0|INFO|500||InvokeReturn
2022-12-03T06:52:39.910Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|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/a3ca9eb6-8a6e-4ce4-8022-2062b83ba91d/model-vers/model-ver/0be5681f-6e59-4b07-bf31-e46217d5ef1b?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:52:40 GMT], content-length=[0], vertex-id=[270528], x-aai-txid=[0-aai-resources-221203-06:52:40:295-8072], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:52:39.910Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:52:39.912Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:52:39.912Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:52:39.918Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:52:39.919Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44ceda9d-3f2f-45ff-a83d-0f50af235aed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:52:39.920Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:52:39.920Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:39.924Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:39.924Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050359919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:52:40.030Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-03T06:52:40.031Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:40.031Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:40.077Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:40.078Z||pool-66-thread-1|||||INFO|500||cambria reply ok (48 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-12-03T06:52:40.966Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T06:52:40.967Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cc89de45-b2ab-438c-9380-8d4233c22dbe","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fb653704-411a-4fd3-8b28-fd9aaf46f089","serviceDescription":"service","serviceInvariantUUID":"2cded2e5-f104-487b-8210-db3583f7a735","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"659f73a5-17f3-4b96-8dcd-5d48877ce959","resourceInvariantUUID":"afb4d88f-708b-4adc-83c4-bf934e8619e3","resourceCustomizationUUID":"5f98f600-c758-474c-aeda-a8083d9f0525","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":"OWE2ODUwMDhmMTYzZjdiMWNhY2MyMDdhYmVhMWEzOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20d922dc-371b-495d-a629-751156f24324","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":"dddacf81-c362-4603-b81a-7fe0c3d42266","artifactVersion":"2","generatedFromUUID":"cb09050e-fe56-4045-a29f-68a49eed6bd3"},{"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":"cb09050e-fe56-4045-a29f-68a49eed6bd3","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":"NDk0NTNhODVmNTg4OWU1NDg5NmZhMDRiNDVlZDBjYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2e1a3f5-00ba-416f-af41-59043cfaf095","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":"ce71d7dc-61a3-4247-a34a-667cbd39cf22","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":"003da83d-3ca2-4189-86e6-f4e563d9686b","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":"4792a291-2302-4219-a1e4-4e18fae0e1bc","artifactVersion":"2","generatedFromUUID":"ce71d7dc-61a3-4247-a34a-667cbd39cf22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWY5OGNmMGE2OWJkMzAzNDc5MjI4MmU3Y2YyOGZmYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ddcfffc-3fc2-46d4-9475-902e8c43e39b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDljZjE5MTU1OTBhNDNiMTg5ZjhmZTU5MWM2NzAwMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55eea8b3-290c-48e2-ad0e-6e6ec78768b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T06:52:40.968Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:40.969Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:40.972Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:40.972Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:41.075Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-03T06:52:41.076Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:41.076Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:41.090Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:41.091Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:41.974Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:41.975Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:41.978Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:41.978Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-03T06:52:42.078Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:42.079Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:42.080Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:42.107Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:42.108Z||pool-68-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:52:42.982Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:42.983Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:42.985Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:42.986Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-03T06:52:43.088Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-03T06:52:43.103Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:43.103Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:43.123Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:43.123Z||pool-69-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:43.986Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:43.987Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:43.991Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:43.991Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:52:44.090Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T06:52:44.091Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:44.092Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:44.104Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:44.105Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:44.993Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:44.996Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:44.999Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:44.999Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:52:45.099Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:45.100Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:45.100Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:45.113Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:45.113Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:46.000Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:46.001Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:46.004Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:46.004Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:46.104Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:46.107Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:46.107Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:46.120Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:46.121Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:47.009Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:47.010Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:47.013Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:47.013Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-03T06:52:47.114Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:52:47.116Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:47.116Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:47.131Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:47.132Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:48.014Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:48.014Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:48.017Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:48.017Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:52:48.118Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:52:48.119Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:48.119Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:48.133Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:48.134Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:49.018Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T06:52:49.019Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:49.023Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:49.024Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:52:49.123Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T06:52:49.124Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:49.124Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:49.139Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:49.140Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:52:50.026Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fb653704-411a-4fd3-8b28-fd9aaf46f089",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2cded2e5-f104-487b-8210-db3583f7a735",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5f98f600-c758-474c-aeda-a8083d9f0525",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "659f73a5-17f3-4b96-8dcd-5d48877ce959",
      "resourceInvariantUUID": "afb4d88f-708b-4adc-83c4-bf934e8619e3",
      "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": "dddacf81-c362-4603-b81a-7fe0c3d42266",
          "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": "cb09050e-fe56-4045-a29f-68a49eed6bd3",
          "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": "NDk0NTNhODVmNTg4OWU1NDg5NmZhMDRiNDVlZDBjYTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b2e1a3f5-00ba-416f-af41-59043cfaf095",
          "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": "ce71d7dc-61a3-4247-a34a-667cbd39cf22",
          "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": "4792a291-2302-4219-a1e4-4e18fae0e1bc",
            "generatedFromUUID": "ce71d7dc-61a3-4247-a34a-667cbd39cf22"
          },
          "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": "4792a291-2302-4219-a1e4-4e18fae0e1bc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDljZjE5MTU1OTBhNDNiMTg5ZjhmZTU5MWM2NzAwMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55eea8b3-290c-48e2-ad0e-6e6ec78768b6"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T06:52:50.027Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T06:52:50.027Z|44ceda9d-3f2f-45ff-a83d-0f50af235aed|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fb653704-411a-4fd3-8b28-fd9aaf46f089 ASDC
2022-12-03T06:52:50.027Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cc89de45-b2ab-438c-9380-8d4233c22dbe
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fb653704-411a-4fd3-8b28-fd9aaf46f089
ServiceInvariantUUID:2cded2e5-f104-487b-8210-db3583f7a735
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:55eea8b3-290c-48e2-ad0e-6e6ec78768b6
ArtifactChecksum:MDljZjE5MTU1OTBhNDNiMTg5ZjhmZTU5MWM2NzAwMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5f98f600-c758-474c-aeda-a8083d9f0525
ResourceInvariantUUID:afb4d88f-708b-4adc-83c4-bf934e8619e3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:659f73a5-17f3-4b96-8dcd-5d48877ce959
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:dddacf81-c362-4603-b81a-7fe0c3d42266
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:cb09050e-fe56-4045-a29f-68a49eed6bd3
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:b2e1a3f5-00ba-416f-af41-59043cfaf095
ArtifactChecksum:NDk0NTNhODVmNTg4OWU1NDg5NmZhMDRiNDVlZDBjYTg=
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:ce71d7dc-61a3-4247-a34a-667cbd39cf22
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:4792a291-2302-4219-a1e4-4e18fae0e1bc
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:4792a291-2302-4219-a1e4-4e18fae0e1bc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-03T06:52:50.028Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb653704-411a-4fd3-8b28-fd9aaf46f089 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:52:50.091Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:52:50.092Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:52:50.092Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:52:50.092Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 55eea8b3-290c-48e2-ad0e-6e6ec78768b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-03T06:52:50.092Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:50.092Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-03T06:52:50.185Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:50.190Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 55eea8b3-290c-48e2-ad0e-6e6ec78768b6 73993
2022-12-03T06:52:50.191Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-03T06:52:50.191Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-03T06:52:50.191Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:50.191Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:50.193Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:50.194Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050370191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:50.294Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:50.296Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:50.296Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:50.361Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:50.362Z||pool-76-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:52:51.194Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T06:52:51.195Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T06:52:51.196Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 55eea8b3-290c-48e2-ad0e-6e6ec78768b6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-03T06:52:51.196Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-03T06:52:51.197Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-03T06:52:51.198Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-03T06:52:51.372Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13849303705965606253/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-12-03T06:52:52.989Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T06:52:52.989Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:52:52.990Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-03T06:52:52.990Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-03T06:52:52.990Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-03T06:52:52.990Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||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-12-03T06:52:52.991Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-03T06:52:52.992Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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-BasicCnf-csar.csar
2022-12-03T06:52:52.992Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T06:52:52.992Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.992Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:52.992Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:52.993Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:52:52.993Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:52:52.993Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.993Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:52.994Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:52.994Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T06:52:52.994Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T06:52:52.994Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.994Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:52.995Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.995Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-03T06:52:52.995Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-03T06:52:52.995Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-03T06:52:52.996Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T06:52:52.996Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.996Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:52:52.996Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.997Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:52.997Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:52.997Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.997Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:52.997Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:52.998Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.998Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:52.998Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:52.998Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.999Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-03T06:52:52.999Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-03T06:52:52.999Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b5fbbcad-a45c-48ab-9144-ef30e536e550
2022-12-03T06:52:52.999Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:52.999Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:53.000Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:53.000Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:53.000Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:53.000Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:53.000Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:53.001Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:53.001Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fb653704-411a-4fd3-8b28-fd9aaf46f089
Model Version:NULL
Model InvariantUuid:2cded2e5-f104-487b-8210-db3583f7a735
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0de871d4-a50a-46e1-ab42-06f3f8d06240
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:afb4d88f-708b-4adc-83c4-bf934e8619e3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f98f600-c758-474c-aeda-a8083d9f0525
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee437565-3925-4cec-90fc-c1031bff4cf0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:debe7d07-311b-4785-ba6d-403e7d7eab50
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b5fbbcad-a45c-48ab-9144-ef30e536e550
ModelInvariantUuid:e98efd97-4b5a-4ca0-9726-152aa8f79e5a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7974957d-093f-4c30-a291-444f82c20e89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a6c572de-49c8-4ded-a049-2084847f493b
ModelInvariantUuid:1dfc1c8d-080a-4764-b901-0de1e277b809
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e04f808e-db60-421b-938d-2754472ec453
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T06:52:53.012Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 659f73a5-17f3-4b96-8dcd-5d48877ce959
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:52:53.018Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-12-03T06:52:53.019Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 659f73a5-17f3-4b96-8dcd-5d48877ce959
2022-12-03T06:52:53.019Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dddacf81-c362-4603-b81a-7fe0c3d42266 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-03T06:52:53.019Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:53.019Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-03T06:52:53.182Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:53.183Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env dddacf81-c362-4603-b81a-7fe0c3d42266 12
2022-12-03T06:52:53.183Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-03T06:52:53.186Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-03T06:52:53.186Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:53.186Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:53.192Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:53.193Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050373183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:53.293Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:53.294Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:53.294Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:53.306Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:53.307Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:54.205Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cb09050e-fe56-4045-a29f-68a49eed6bd3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-03T06:52:54.206Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:54.206Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-03T06:52:54.272Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:54.272Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cb09050e-fe56-4045-a29f-68a49eed6bd3 2688
2022-12-03T06:52:54.273Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-03T06:52:54.273Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-03T06:52:54.273Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:54.273Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:54.277Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:54.277Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050374273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:54.377Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:54.378Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:54.378Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:54.394Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:54.395Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:52:55.284Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b2e1a3f5-00ba-416f-af41-59043cfaf095 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-03T06:52:55.284Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:55.284Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-03T06:52:55.375Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:55.376Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b2e1a3f5-00ba-416f-af41-59043cfaf095 828
2022-12-03T06:52:55.376Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-03T06:52:55.377Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-03T06:52:55.377Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:55.377Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:55.379Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:55.380Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050375376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:55.480Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:55.481Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:55.481Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:55.498Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:55.499Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:56.385Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ee437565-3925-4cec-90fc-c1031bff4cf0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "debe7d07-311b-4785-ba6d-403e7d7eab50",
    "vfModuleModelCustomizationUUID": "32a5cabd-c87a-4875-b4db-e83826312418",
    "isBase": true,
    "artifacts": [
      "ce71d7dc-61a3-4247-a34a-667cbd39cf22",
      "cb09050e-fe56-4045-a29f-68a49eed6bd3",
      "4792a291-2302-4219-a1e4-4e18fae0e1bc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:52:56.389Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:debe7d07-311b-4785-ba6d-403e7d7eab50
VfModuleModelInvariantUUID:ee437565-3925-4cec-90fc-c1031bff4cf0
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce71d7dc-61a3-4247-a34a-667cbd39cf22
,
cb09050e-fe56-4045-a29f-68a49eed6bd3
,
4792a291-2302-4219-a1e4-4e18fae0e1bc

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

isBase:true


}

2022-12-03T06:52:56.391Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ee437565-3925-4cec-90fc-c1031bff4cf0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "debe7d07-311b-4785-ba6d-403e7d7eab50",
    "vfModuleModelCustomizationUUID": "32a5cabd-c87a-4875-b4db-e83826312418",
    "isBase": true,
    "artifacts": [
      "ce71d7dc-61a3-4247-a34a-667cbd39cf22",
      "cb09050e-fe56-4045-a29f-68a49eed6bd3",
      "4792a291-2302-4219-a1e4-4e18fae0e1bc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T06:52:56.391Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:debe7d07-311b-4785-ba6d-403e7d7eab50
VfModuleModelInvariantUUID:ee437565-3925-4cec-90fc-c1031bff4cf0
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce71d7dc-61a3-4247-a34a-667cbd39cf22
,
cb09050e-fe56-4045-a29f-68a49eed6bd3
,
4792a291-2302-4219-a1e4-4e18fae0e1bc

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

isBase:true


}

2022-12-03T06:52:56.391Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ce71d7dc-61a3-4247-a34a-667cbd39cf22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-03T06:52:56.391Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:56.391Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-03T06:52:56.469Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:56.470Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ce71d7dc-61a3-4247-a34a-667cbd39cf22 1164
2022-12-03T06:52:56.470Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-03T06:52:56.470Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-03T06:52:56.470Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:56.471Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:56.473Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:56.473Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050376470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:56.573Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:52:56.577Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:56.577Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:56.596Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:56.597Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:52:57.476Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4792a291-2302-4219-a1e4-4e18fae0e1bc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-03T06:52:57.476Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T06:52:57.477Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-03T06:52:57.542Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T06:52:57.542Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4792a291-2302-4219-a1e4-4e18fae0e1bc 200
2022-12-03T06:52:57.543Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-03T06:52:57.545Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-03T06:52:57.545Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T06:52:57.545Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:57.547Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:57.547Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050377543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:52:57.652Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-03T06:52:57.653Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:57.653Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:57.665Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:57.666Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:52:58.550Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fb653704-411a-4fd3-8b28-fd9aaf46f089
2022-12-03T06:52:58.551Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 659f73a5-17f3-4b96-8dcd-5d48877ce959 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-12-03T06:52:58.603Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:52:58.626Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c48581, org.onap.sdc.toscaparser.api.parameters.Input@153f604c, org.onap.sdc.toscaparser.api.parameters.Input@48cbdc83, org.onap.sdc.toscaparser.api.parameters.Input@76518f2a, org.onap.sdc.toscaparser.api.parameters.Input@501ff4ec]
2022-12-03T06:52:58.627Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.627Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.628Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-03T06:52:58.628Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5f98f600-c758-474c-aeda-a8083d9f0525
2022-12-03T06:52:58.628Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f98f600-c758-474c-aeda-a8083d9f0525 matches Tosca VF Customization UUID: 5f98f600-c758-474c-aeda-a8083d9f0525
2022-12-03T06:52:58.628Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5f98f600-c758-474c-aeda-a8083d9f0525  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T06:52:58.631Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.631Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.632Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5f98f600-c758-474c-aeda-a8083d9f0525: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-03T06:52:58.633Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5227cdc6
2022-12-03T06:52:58.633Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.633Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T06:52:58.633Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32a5cabd-c87a-4875-b4db-e83826312418
2022-12-03T06:52:58.634Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32a5cabd-c87a-4875-b4db-e83826312418
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T06:52:58.637Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.637Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:58.637Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:58.638Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.638Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:58.638Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:58.639Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.639Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-03T06:52:58.639Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-03T06:52:58.639Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b5fbbcad-a45c-48ab-9144-ef30e536e550
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T06:52:58.642Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.643Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:58.643Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T06:52:58.643Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.644Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-03T06:52:58.644Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5f98f600-c758-474c-aeda-a8083d9f0525
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:52:58.647Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.647Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.648Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fb653704-411a-4fd3-8b28-fd9aaf46f089: basic_cnf
2022-12-03T06:52:58.648Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.648Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.648Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.648Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.649Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.649Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.649Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.649Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.650Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T06:52:58.650Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T06:52:58.650Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:52:58.740Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 659f73a5-17f3-4b96-8dcd-5d48877ce959 1 ASDC deployResourceStructure
2022-12-03T06:52:58.741Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-03T06:52:58.741Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-03T06:52:58.742Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-03T06:52:58.742Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:58.744Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:58.744Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050378741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T06:52:58.879Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 134 ms
2022-12-03T06:52:58.881Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:58.881Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:58.898Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:58.900Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:52:59.746Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-03T06:52:59.746Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-03T06:52:59.746Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-03T06:52:59.747Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:52:59.749Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:52:59.749Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050379746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T06:52:59.850Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:52:59.851Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:52:59.851Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:52:59.868Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:52:59.868Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:53:00.750Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-03T06:53:00.751Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-03T06:53:00.751Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:53:00.752Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:53:00.755Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:53:00.755Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050380750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:53:00.855Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:53:00.857Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:53:00.857Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:53:00.870Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:53:00.871Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-03T06:53:01.756Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-03T06:53:01.756Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-03T06:53:01.757Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:53:01.757Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:53:01.760Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:53:01.760Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050381756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:53:01.861Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T06:53:01.862Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:53:01.862Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:53:01.892Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:53:01.893Z||pool-85-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:53:02.763Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-03T06:53:02.763Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-03T06:53:02.764Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:53:02.764Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:53:02.766Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:53:02.766Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050382763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:53:02.868Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-03T06:53:02.869Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:53:02.869Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:53:02.887Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:53:02.888Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:53:03.774Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-03T06:53:03.774Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-03T06:53:03.775Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T06:53:03.775Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:53:03.779Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:53:03.779Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050383770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:53:03.882Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-03T06:53:03.885Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:53:03.885Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:53:03.904Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:53:03.906Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-03T06:53:04.780Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:53:04.794Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:53:04.797Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:53:04.797Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:53:04.797Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:53:04.797Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:53:06.946Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:53:06.947Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:53:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:53:06.978Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:53:06.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:53:06.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:53:06.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:53:34.798Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:53:34.811Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:53:34.815Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:53:34.815Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:53:34.815Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:53:34.815Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:54:04.816Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:54:04.834Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:54:04.988Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:54:04.988Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:54:04.988Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T06:54:04.989Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T06:54:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:54:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:54:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:54:06.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:54:06.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:06.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050259658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:54:06.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:06.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:06.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050269440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:54:06.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:06.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:06.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050271706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:54:06.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:06.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:06.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050272709,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:54:06.985Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cc89de45-b2ab-438c-9380-8d4233c22dbe
2022-12-03T06:54:06.986Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc89de45-b2ab-438c-9380-8d4233c22dbe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T06:54:07.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44a2c77b-8753-477e-b298-743184f59215",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050309544,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:54:07.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:07.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:54:07.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:07.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:54:07.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:07.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:54:07.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:07.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:54:07.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:54:07.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050318517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050321947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050323102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050324181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:54:07.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:07.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050325343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:54:07.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:07.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:54:07.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050326347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:54:07.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:54:34.989Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:54:35.001Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T06:54:35.008Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T06:54:35.008Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T06:54:35.008Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T06:54:35.008Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T06:54:35.009Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:54:35.009Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:54:35.009Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:54:35.010Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:54:35.010Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T06:54:35.010Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T06:54:35.017Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T06:55:05.018Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc89de45-b2ab-438c-9380-8d4233c22dbe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T06:55:05.030Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc89de45-b2ab-438c-9380-8d4233c22dbe and serviceModelVersionId: fb653704-411a-4fd3-8b28-fd9aaf46f089
2022-12-03T06:55:05.031Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cded2e5-f104-487b-8210-db3583f7a735
2022-12-03T06:55:05.031Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cded2e5-f104-487b-8210-db3583f7a735/model-vers/model-ver/fb653704-411a-4fd3-8b28-fd9aaf46f089?depth=0
2022-12-03T06:55:05.037Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T06:55:05.114Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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/2cded2e5-f104-487b-8210-db3583f7a735/model-vers/model-ver/fb653704-411a-4fd3-8b28-fd9aaf46f089?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-03T06:55:05.118Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cded2e5-f104-487b-8210-db3583f7a735/model-vers/model-ver/fb653704-411a-4fd3-8b28-fd9aaf46f089?depth=0|INFO|500||Invoke
2022-12-03T06:55:05.153Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cded2e5-f104-487b-8210-db3583f7a735/model-vers/model-ver/fb653704-411a-4fd3-8b28-fd9aaf46f089?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T06:55:05.340Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cded2e5-f104-487b-8210-db3583f7a735/model-vers/model-ver/fb653704-411a-4fd3-8b28-fd9aaf46f089?depth=0|INFO|500||InvokeReturn
2022-12-03T06:55:05.341Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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/2cded2e5-f104-487b-8210-db3583f7a735/model-vers/model-ver/fb653704-411a-4fd3-8b28-fd9aaf46f089?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 06:55:05 GMT], content-length=[0], vertex-id=[413912], x-aai-txid=[0-aai-resources-221203-06:55:05:617-45630], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T06:55:05.342Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-03T06:55:05.343Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T06:55:05.343Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T06:55:05.354Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T06:55:05.355Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc89de45-b2ab-438c-9380-8d4233c22dbe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T06:55:05.356Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T06:55:05.356Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T06:55:05.359Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T06:55:05.360Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050505356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:55:05.460Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T06:55:05.461Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T06:55:05.462Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T06:55:05.483Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:55:05.484Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T06:55:06.374Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:55:06.376Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:55:06.376Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:55:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:55:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:55:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:55:06.979Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:55:06.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050327353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:55:06.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050328372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:55:06.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44ceda9d-3f2f-45ff-a83d-0f50af235aed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050359919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:55:06.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:55:06.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-03T06:55:06.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-03T06:55:06.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T06:55:06.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-03T06:55:06.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:55:06.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-03T06:55:06.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T06:55:06.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050310563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T06:55:06.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T06:55:06.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050370191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:55:06.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050373183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:55:06.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050374273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:55:06.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050375376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:55:06.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050376470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:55:06.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050377543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T06:55:06.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:06.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:06.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050378741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T06:55:07.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:07.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:07.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050379746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T06:55:07.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:07.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050380750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T06:55:07.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050381756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T06:55:07.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050382763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-03T06:55:07.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:07.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T06:55:07.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050383770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T06:55:07.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:55:16.755Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:55:16.756Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:55:16.757Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:55:16.758Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:55:26.324Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:55:26.326Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:55:26.326Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:55:26.327Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:55:35.894Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:55:35.896Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:55:35.896Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:55:35.897Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:55:45.505Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:56:06.928Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:56:06.929Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:56:06.930Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:56:06.946Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:56:06.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-12-03T06:56:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:56:07.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:56:07.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-03T06:56:07.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cc89de45-b2ab-438c-9380-8d4233c22dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050505356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T06:56:07.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T06:56:16.522Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:57:06.930Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:57:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:57:06.939Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:57:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:57:06.944Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:57:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:57:16.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:57:16.515Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:58:06.931Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:58:06.933Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:58:06.933Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:58:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:58:06.943Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:58:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:58:16.495Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:58:16.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:59:06.930Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:59:06.932Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:59:06.932Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:59:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T06:59:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T06:59:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T06:59:16.483Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T06:59:16.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:06.928Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:00:06.929Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:00:06.929Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:00:06.945Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:00:06.945Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:07.581Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:07.581Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.582Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f01e9975-103f-409e-9fb7-f1026ab681ba","serviceName":"Demo_pNF_z0chMlRFEsBveLTe85Hj","serviceVersion":"1.0","serviceUUID":"05bd680f-fecd-48eb-a47e-d49d33b84f5d","serviceDescription":"catalog service description","serviceInvariantUUID":"c8059167-9ebb-4deb-82f5-3bfc98f9e5c4","resources":[{"resourceInstanceName":"pNF db81f2b0-6c93 0","resourceName":"pNF db81f2b0-6c93","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0ff184bc-4bcc-4e59-b614-66e77f05d15b","resourceInvariantUUID":"974fd2d2-903f-4d88-bb0b-53a8b63263ba","resourceCustomizationUUID":"dffea134-8e11-49b6-8bbc-9d88fbc029d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml","artifactChecksum":"MmMwZjg5MzFjYTNiNDg4ZjRiOTdkYzY2ZDZmNzE5NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30ae28e2-ac8e-4cf3-ac8b-c4403c6ee4ae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar","artifactChecksum":"NjI3NTBlNzU1MjZlYWIyYmNiNDU4MGM3M2ZhM2E2ZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf4bc7e2-ef48-4e88-81c6-31251e69d9ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eecddfae-751b-4a0f-b1f0-5830828f02dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml","artifactChecksum":"YmYzNWEwZGYxZjU3MTI1NWU1MjU0NWJmZGYyMTNkZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af71ed79-6d33-47a0-8a32-3ab55ad17208","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ff85437-94d6-4a96-ae53-84996684bb3e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa10f593-63cd-4bb5-9818-7410ca371e6d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZ0chmlrfesbvelte85hj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml","artifactChecksum":"YmM2M2IyMzlkNDY2ZjMyZDRlOGUwYTNiNDQ4NzUzOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4488d053-2706-4c8b-a6cd-c0081ddd4284","artifactVersion":"1"},{"artifactName":"service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar","artifactChecksum":"NDkwZWRmYzg4YjU0YTc1ZjYwNTY4NzFlMzFiZjA5MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b1d16dc-e25d-4d7c-a534-a6beb149058a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T07:00:07.585Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:07.586Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:07.607Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:07.609Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.609Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.610Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.610Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.610Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.610Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.611Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.612Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.612Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.612Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.612Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.612Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.612Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.612Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.613Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.613Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.613Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.613Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.613Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.613Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.614Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.614Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.614Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.614Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.614Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.614Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.615Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.615Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.615Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.615Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.615Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.616Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.616Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.616Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.616Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.616Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.617Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.617Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.617Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.617Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.617Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.617Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.617Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.618Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.618Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.618Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.618Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.619Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.619Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:07.626Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.626Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.631Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.631Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.632Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.638Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.639Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.639Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:00:07.639Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.639Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.640Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.640Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.640Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.640Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.640Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.640Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.640Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.641Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.641Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.641Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.641Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.641Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.641Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670050767214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:00:07.642Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.642Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.642Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.642Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.642Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.642Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050769658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:00:07.643Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.643Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.644Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050773604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.645Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.645Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.646Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.646Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.646Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.646Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050785570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:00:07.651Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:00:07.652Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.653Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050785220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:00:07.653Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:00:07.654Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.654Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050777735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:00:07.669Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.670Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.670Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.670Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.670Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.670Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050786276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T07:00:07.670Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:00:07.670Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.671Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.671Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.671Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.671Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050786553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:00:07.671Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:00:07.671Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.671Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050787577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:00:07.672Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:00:07.672Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.672Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670050787290,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:00:07.691Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 65 ms
2022-12-03T07:00:07.693Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:07.693Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:07.696Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f01e9975-103f-409e-9fb7-f1026ab681ba
2022-12-03T07:00:07.696Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01e9975-103f-409e-9fb7-f1026ab681ba and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:00:07.706Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.706Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.707Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.707Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.707Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "cds",
  "timestamp": 1670050787561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:00:07.714Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f01e9975-103f-409e-9fb7-f1026ab681ba
2022-12-03T07:00:07.714Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01e9975-103f-409e-9fb7-f1026ab681ba and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:00:07.723Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.723Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670050788581,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:00:07.729Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f01e9975-103f-409e-9fb7-f1026ab681ba
2022-12-03T07:00:07.730Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01e9975-103f-409e-9fb7-f1026ab681ba 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=?
2022-12-03T07:00:07.734Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:07.735Z||pool-89-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:00:07.744Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.744Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.745Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.745Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.745Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.745Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.745Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.745Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.745Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.746Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.746Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:07.746Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.746Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.746Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050785600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:00:07.746Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:00:07.746Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.747Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050793766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:00:07.747Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:00:07.747Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.747Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050799649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:00:07.747Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:00:07.747Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-03T07:00:07.748Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1670050800653,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:00:07.755Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f01e9975-103f-409e-9fb7-f1026ab681ba
2022-12-03T07:00:07.755Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f01e9975-103f-409e-9fb7-f1026ab681ba and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:00:08.631Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:08.632Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:08.640Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:08.640Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:08.739Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:00:08.743Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:08.743Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:08.755Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:08.756Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:00:09.641Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:09.642Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:09.646Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:09.647Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:09.747Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:00:09.747Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:09.748Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:09.766Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:09.767Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:00:10.653Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:10.655Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:10.658Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:10.659Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:10.758Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:00:10.759Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:10.760Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:10.773Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:10.774Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:00:11.660Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:11.660Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:11.663Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:11.663Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:11.764Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:00:11.765Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:11.765Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:11.782Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:11.784Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:00:12.668Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:12.670Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:12.673Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:12.674Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:12.775Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T07:00:12.777Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:12.777Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:12.789Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:12.789Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:00:13.675Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:13.675Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:13.680Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:13.680Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:00:13.780Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:00:13.781Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:13.782Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:13.795Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:13.796Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:00:14.681Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:00:14.683Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:14.686Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:14.686Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:00:14.786Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:00:14.787Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:14.787Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:14.801Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:14.802Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:00:15.687Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "serviceName": "Demo_pNF_z0chMlRFEsBveLTe85Hj",
  "serviceVersion": "1.0",
  "serviceUUID": "05bd680f-fecd-48eb-a47e-d49d33b84f5d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c8059167-9ebb-4deb-82f5-3bfc98f9e5c4",
  "resources": [
    {
      "resourceInstanceName": "pNF db81f2b0-6c93 0",
      "resourceCustomizationUUID": "dffea134-8e11-49b6-8bbc-9d88fbc029d4",
      "resourceName": "pNF db81f2b0-6c93",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0ff184bc-4bcc-4e59-b614-66e77f05d15b",
      "resourceInvariantUUID": "974fd2d2-903f-4d88-bb0b-53a8b63263ba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
      "artifactChecksum": "NDkwZWRmYzg4YjU0YTc1ZjYwNTY4NzFlMzFiZjA5MGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b1d16dc-e25d-4d7c-a534-a6beb149058a"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T07:00:15.688Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T07:00:15.688Z|cc89de45-b2ab-438c-9380-8d4233c22dbe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 05bd680f-fecd-48eb-a47e-d49d33b84f5d ASDC
2022-12-03T07:00:15.690Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f01e9975-103f-409e-9fb7-f1026ab681ba
ServiceName:Demo_pNF_z0chMlRFEsBveLTe85Hj
ServiceVersion:1.0
ServiceUUID:05bd680f-fecd-48eb-a47e-d49d33b84f5d
ServiceInvariantUUID:c8059167-9ebb-4deb-82f5-3bfc98f9e5c4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
ArtifactUUID:3b1d16dc-e25d-4d7c-a534-a6beb149058a
ArtifactChecksum:NDkwZWRmYzg4YjU0YTc1ZjYwNTY4NzFlMzFiZjA5MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF db81f2b0-6c93 0
ResourceCustomizationUUID:dffea134-8e11-49b6-8bbc-9d88fbc029d4
ResourceInvariantUUID:974fd2d2-903f-4d88-bb0b-53a8b63263ba
ResourceName:pNF db81f2b0-6c93
ResourceType:PNF
ResourceUUID:0ff184bc-4bcc-4e59-b614-66e77f05d15b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-03T07:00:15.690Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05bd680f-fecd-48eb-a47e-d49d33b84f5d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T07:00:15.718Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:00:15.720Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:00:15.720Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:00:15.720Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3b1d16dc-e25d-4d7c-a534-a6beb149058a from URL: /sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:15.721Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:00:15.722Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:15.846Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:00:15.853Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar 3b1d16dc-e25d-4d7c-a534-a6beb149058a 88018
2022-12-03T07:00:15.853Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar ASDC sendASDCNotification
2022-12-03T07:00:15.853Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:15.853Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:00:15.854Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:15.857Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:15.858Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050815853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:00:15.957Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:00:15.959Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:15.960Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:15.981Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:15.982Z||pool-97-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:00:16.859Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:00:16.861Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:00:16.861Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3b1d16dc-e25d-4d7c-a534-a6beb149058a, URL: /sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar to file: /app/ASDC/1/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:16.862Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:16.863Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:16.863Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:17.219Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7622934526256194528/Definitions/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml
2022-12-03T07:00:18.580Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T07:00:18.581Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:00:18.581Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.581Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF db81f2b0-6c93 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-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:00:18.582Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.583Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.583Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Node template pNF db81f2b0-6c93 0 is matching search criteria
2022-12-03T07:00:18.583Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:00:18.584Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF db81f2b0-6c93 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:00:18.584Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.584Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.584Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Node template pNF db81f2b0-6c93 0 is matching search criteria
2022-12-03T07:00:18.584Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:00:18.585Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF db81f2b0-6c93 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:00:18.585Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.585Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.585Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.585Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.586Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.586Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.586Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.586Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.586Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.587Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.587Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_z0chMlRFEsBveLTe85Hj
Description:catalog service description
Model UUID:05bd680f-fecd-48eb-a47e-d49d33b84f5d
Model Version:NULL
Model InvariantUuid:c8059167-9ebb-4deb-82f5-3bfc98f9e5c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T07:00:18.596Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0ff184bc-4bcc-4e59-b614-66e77f05d15b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:00:18.603Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||pNF db81f2b0-6c93 0
2022-12-03T07:00:18.604Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0ff184bc-4bcc-4e59-b614-66e77f05d15b
2022-12-03T07:00:18.604Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 05bd680f-fecd-48eb-a47e-d49d33b84f5d
2022-12-03T07:00:18.604Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 05bd680f-fecd-48eb-a47e-d49d33b84f5d
2022-12-03T07:00:18.604Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF db81f2b0-6c93 0 0ff184bc-4bcc-4e59-b614-66e77f05d15b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:00:18.610Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12fe5021, org.onap.sdc.toscaparser.api.parameters.Input@65bb3b36, org.onap.sdc.toscaparser.api.parameters.Input@72da92a3, org.onap.sdc.toscaparser.api.parameters.Input@79c0681a, org.onap.sdc.toscaparser.api.parameters.Input@195f505b]
2022-12-03T07:00:18.611Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.611Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.611Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 05bd680f-fecd-48eb-a47e-d49d33b84f5d: pNF db81f2b0-6c93
2022-12-03T07:00:18.612Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0ff184bc-4bcc-4e59-b614-66e77f05d15b
2022-12-03T07:00:18.612Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:00:18.612Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_z0chMlRFEsBveLTe85Hj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:00:18.612Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||Resource customization UUID: dffea134-8e11-49b6-8bbc-9d88fbc029d4 is the same as notified resource customizationUUID: dffea134-8e11-49b6-8bbc-9d88fbc029d4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-03T07:00:18.671Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF db81f2b0-6c93 0ff184bc-4bcc-4e59-b614-66e77f05d15b 0 ASDC deployResourceStructure
2022-12-03T07:00:18.672Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar ASDC sendASDCNotification
2022-12-03T07:00:18.672Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar
2022-12-03T07:00:18.672Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:00:18.673Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:18.675Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:18.676Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050818672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:00:18.775Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:00:18.777Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:18.777Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:18.795Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:18.796Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:00:19.677Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f01e9975-103f-409e-9fb7-f1026ab681ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:00:19.696Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f01e9975-103f-409e-9fb7-f1026ab681ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:00:19.700Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T07:00:19.701Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T07:00:19.701Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T07:00:19.701Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T07:00:19.701Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:00:19.702Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:00:19.702Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:00:19.702Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:00:19.702Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:00:19.702Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:00:19.709Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T07:00:49.709Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f01e9975-103f-409e-9fb7-f1026ab681ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T07:00:49.717Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f01e9975-103f-409e-9fb7-f1026ab681ba and serviceModelVersionId: 05bd680f-fecd-48eb-a47e-d49d33b84f5d
2022-12-03T07:00:49.717Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8059167-9ebb-4deb-82f5-3bfc98f9e5c4
2022-12-03T07:00:49.718Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8059167-9ebb-4deb-82f5-3bfc98f9e5c4/model-vers/model-ver/05bd680f-fecd-48eb-a47e-d49d33b84f5d?depth=0
2022-12-03T07:00:49.726Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T07:00:49.815Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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/c8059167-9ebb-4deb-82f5-3bfc98f9e5c4/model-vers/model-ver/05bd680f-fecd-48eb-a47e-d49d33b84f5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-03T07:00:49.817Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8059167-9ebb-4deb-82f5-3bfc98f9e5c4/model-vers/model-ver/05bd680f-fecd-48eb-a47e-d49d33b84f5d?depth=0|INFO|500||Invoke
2022-12-03T07:00:49.850Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8059167-9ebb-4deb-82f5-3bfc98f9e5c4/model-vers/model-ver/05bd680f-fecd-48eb-a47e-d49d33b84f5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T07:00:49.951Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c8059167-9ebb-4deb-82f5-3bfc98f9e5c4/model-vers/model-ver/05bd680f-fecd-48eb-a47e-d49d33b84f5d?depth=0|INFO|500||InvokeReturn
2022-12-03T07:00:49.952Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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/c8059167-9ebb-4deb-82f5-3bfc98f9e5c4/model-vers/model-ver/05bd680f-fecd-48eb-a47e-d49d33b84f5d?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 07:00:50 GMT], content-length=[0], vertex-id=[221184], x-aai-txid=[0-aai-resources-221203-07:00:50:300-89592], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T07:00:49.953Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-03T07:00:49.954Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T07:00:49.954Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:00:49.963Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T07:00:49.963Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f01e9975-103f-409e-9fb7-f1026ab681ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T07:00:49.964Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T07:00:49.964Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:00:49.968Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:00:49.968Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050849963,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:00:50.071Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-03T07:00:50.073Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:00:50.073Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:00:50.119Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:00:50.120Z||pool-99-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-12-03T07:01:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:01:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:01:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:01:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:01:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:01:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:01:07.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:01:07.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:01:07.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:01:07.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:01:16.481Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:02:06.932Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:02:06.933Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:02:06.933Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:02:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:02:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:02:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:02:07.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:02:07.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:02:07.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:02:07.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/resourceInstances/pnfdb81f2b06c930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050806928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:02:07.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050815853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050818672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0chmlrfesbvelte85hj/1.0/artifacts/service-DemoPnfZ0chmlrfesbvelte85hj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f01e9975-103f-409e-9fb7-f1026ab681ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670050849963,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:02:07.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:02:16.498Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:03:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:03:06.932Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:03:06.933Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:03:06.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:03:06.950Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:03:06.950Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:03:16.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:03:16.513Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:04:06.931Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:04:06.932Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:04:06.932Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:04:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:04:06.943Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:04:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:04:16.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:04:16.514Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:05:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:05:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:05:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:05:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:05:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:05:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:05:16.492Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:05:16.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:06:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:06:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:06:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:06:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:06:06.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-12-03T07:06:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:06:16.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:06:16.530Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:07:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:07:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:07:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:07:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:07:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:07:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:07:16.499Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:07:16.503Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:08:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:08:06.931Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:08:06.931Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:08:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:08:06.943Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:08:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:08:16.573Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:08:16.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:09:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:09:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:09:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:09:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:09:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:09:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:09:16.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:09:16.494Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:10:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:10:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:10:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:10:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:10:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:10:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:10:16.497Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:10:16.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:11:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:11:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:11:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:11:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:11:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:11:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:11:16.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:11:16.497Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:12:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:12:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:12:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:12:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:12:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:12:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:12:16.481Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:12:16.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:13:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:13:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:13:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:13:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:13:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:13:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:13:16.531Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:13:16.534Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:14:06.931Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:14:06.933Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:14:06.933Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:14:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:14:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:14:06.945Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:14:16.511Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:14:16.514Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:15:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:15:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:15:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:15:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:15:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:15:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:15:16.473Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:15:16.519Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:16:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:16:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:16:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:16:06.946Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:16:06.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-12-03T07:16:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:16:16.484Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:16:16.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:17:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:17:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:17:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:17:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:17:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:17:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:17:16.483Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:17:16.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:18:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:18:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:18:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:18:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:18:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:18:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:18:16.491Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:18:16.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:19:06.934Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:19:06.935Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:19:06.935Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:19:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:19:06.943Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:19:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:19:16.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:19:16.500Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:20:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:20:06.937Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:20:06.938Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:20:06.946Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:20:06.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-12-03T07:20:06.948Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:20:16.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:20:16.570Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:21:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:21:06.933Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:21:06.933Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:21:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:21:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:21:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:21:16.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:21:16.489Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:22:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:22:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:22:06.930Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:22:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:22:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:22:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:22:16.485Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:22:16.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:23:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:23:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:23:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:23:06.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:23:06.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-12-03T07:23:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:23:16.486Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:23:16.491Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:24:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:24:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:24:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:24:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:24:06.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-12-03T07:24:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:24:16.489Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:24:16.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:25:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:25:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:25:06.929Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:25:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:25:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:25:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:25:16.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:25:16.574Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:26:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:26:06.932Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:26:06.932Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:26:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:26:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:26:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:26:16.505Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:26:16.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:27:06.928Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:27:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:27:06.930Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:27:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:27:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:27:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:27:16.487Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:27:16.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:28:06.928Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:28:06.931Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:28:06.932Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:28:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:28:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:28:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:28:16.490Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:28:16.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:29:06.928Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:29:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:29:06.929Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:29:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:29:06.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:29:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:29:16.485Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:29:16.503Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:06.928Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:30:06.931Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:30:06.931Z|f01e9975-103f-409e-9fb7-f1026ab681ba|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:30:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:30:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:07.598Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:07.599Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.599Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"08eaf776-2dc5-4c51-818b-765b9732fc3c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"13c5cd5f-e841-4cc0-9601-da1796a544df","serviceDescription":"service","serviceInvariantUUID":"f7ba7603-0688-4579-9b99-23e38f737060","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcb0abc8-523d-4faa-9c0c-c7e28533e349","resourceInvariantUUID":"8904f0fb-57b7-4d44-907a-39620e69701d","resourceCustomizationUUID":"3955d6fd-5998-413e-bd11-7cbf9f9ce37f","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":"ZTgyNjhkZmFkMWQ5Yzk4OGU1M2VmMzVkNzUxYWY3MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ded9756-c90a-4e62-8038-2f20b15727f6","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":"MzVmYzc1YWY4MmE0YzAyZjBlMzI4YWI1YzY2MjlkMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfb0c2e2-5f20-45c1-a058-94e213a3ac1f","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":"4e99615b-634f-4bfe-9e9c-c57c9f58d07c","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":"d3231a2a-08dd-4576-8516-f799f3f48457","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":"aa1eeef0-6922-4fb6-86d2-1c1cec27317b","artifactVersion":"2","generatedFromUUID":"5607a280-c573-449b-8580-3cdda533d3cf"},{"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":"80f8d39d-d530-4360-9f38-eaa31b7c01fc","artifactVersion":"2","generatedFromUUID":"4e99615b-634f-4bfe-9e9c-c57c9f58d07c"},{"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":"5607a280-c573-449b-8580-3cdda533d3cf","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":"6d882d21-8e98-4c66-aa8a-784d56c77b5a","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":"OWJiY2VmNzczMDAzZjA4Y2ExNmI0NzA2NmEzNzhkOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3adcfd3f-707e-4541-90f7-6db1f95781b3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YWZhYTVlZTliNGE3ZjNiNTQxMTIyMjkzMGIwNjRjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"778386ed-cbe4-4023-b7d5-a407e5b0577c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T07:30:07.604Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:07.605Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:07.610Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:07.610Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:07.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052554893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052555600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052562735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052575050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:07.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052574855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:07.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052575443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:07.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052576142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:07.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052577206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:07.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052578332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:07.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "cds",
  "timestamp": 1670052578348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:30:07.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08eaf776-2dc5-4c51-818b-765b9732fc3c
2022-12-03T07:30:07.668Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08eaf776-2dc5-4c51-818b-765b9732fc3c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:30:07.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052579415,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:30:07.695Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08eaf776-2dc5-4c51-818b-765b9732fc3c
2022-12-03T07:30:07.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08eaf776-2dc5-4c51-818b-765b9732fc3c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:30:07.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052569658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:30:07.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052580418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T07:30:07.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052580526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:07.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.713Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-03T07:30:07.714Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:07.714Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:07.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052582791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:30:07.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052582982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:30:07.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:30:07.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052573604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:07.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:30:07.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052583795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:30:07.725Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08eaf776-2dc5-4c51-818b-765b9732fc3c
2022-12-03T07:30:07.726Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08eaf776-2dc5-4c51-818b-765b9732fc3c and ComponentName AAI
2022-12-03T07:30:07.726Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:07.727Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:30:07.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:30:07.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052583986,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:30:07.743Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08eaf776-2dc5-4c51-818b-765b9732fc3c
2022-12-03T07:30:07.744Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08eaf776-2dc5-4c51-818b-765b9732fc3c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:30:08.611Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:08.612Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:08.614Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:08.615Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T07:30:08.715Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:08.716Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:08.716Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:08.727Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:08.728Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:09.616Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:09.618Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:09.620Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:09.620Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:30:09.720Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:09.721Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:09.721Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:09.734Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:09.735Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:10.621Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:10.621Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:10.625Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:10.625Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:10.726Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:30:10.727Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:10.727Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:10.738Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:10.739Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:11.626Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:11.627Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:11.630Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:11.630Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-03T07:30:11.730Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:11.731Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:11.732Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:11.748Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:11.749Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:12.630Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:12.631Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:12.633Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:12.634Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-03T07:30:12.734Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:12.735Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:12.735Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:12.747Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:12.747Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:13.634Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:13.635Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:13.638Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:13.638Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-03T07:30:13.739Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T07:30:13.742Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:13.742Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:13.758Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:13.758Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:14.638Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:14.639Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:14.643Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:14.644Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:14.744Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:14.745Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:14.745Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:14.757Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:14.757Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:15.645Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:15.646Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:15.649Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:15.649Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:30:15.749Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:15.750Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:15.750Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:15.764Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:15.765Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:16.650Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:30:16.651Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:16.653Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:16.653Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:30:16.753Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:30:16.755Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:16.755Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:16.773Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:16.774Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:17.655Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "13c5cd5f-e841-4cc0-9601-da1796a544df",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f7ba7603-0688-4579-9b99-23e38f737060",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "3955d6fd-5998-413e-bd11-7cbf9f9ce37f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcb0abc8-523d-4faa-9c0c-c7e28533e349",
      "resourceInvariantUUID": "8904f0fb-57b7-4d44-907a-39620e69701d",
      "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": "MzVmYzc1YWY4MmE0YzAyZjBlMzI4YWI1YzY2MjlkMjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bfb0c2e2-5f20-45c1-a058-94e213a3ac1f",
          "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": "4e99615b-634f-4bfe-9e9c-c57c9f58d07c",
          "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": "80f8d39d-d530-4360-9f38-eaa31b7c01fc",
            "generatedFromUUID": "4e99615b-634f-4bfe-9e9c-c57c9f58d07c"
          },
          "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": "aa1eeef0-6922-4fb6-86d2-1c1cec27317b",
          "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": "80f8d39d-d530-4360-9f38-eaa31b7c01fc",
          "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": "5607a280-c573-449b-8580-3cdda533d3cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YWZhYTVlZTliNGE3ZjNiNTQxMTIyMjkzMGIwNjRjYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "778386ed-cbe4-4023-b7d5-a407e5b0577c"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T07:30:17.656Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T07:30:17.657Z|f01e9975-103f-409e-9fb7-f1026ab681ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 13c5cd5f-e841-4cc0-9601-da1796a544df ASDC
2022-12-03T07:30:17.658Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:08eaf776-2dc5-4c51-818b-765b9732fc3c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:13c5cd5f-e841-4cc0-9601-da1796a544df
ServiceInvariantUUID:f7ba7603-0688-4579-9b99-23e38f737060
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:778386ed-cbe4-4023-b7d5-a407e5b0577c
ArtifactChecksum:YWZhYTVlZTliNGE3ZjNiNTQxMTIyMjkzMGIwNjRjYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:3955d6fd-5998-413e-bd11-7cbf9f9ce37f
ResourceInvariantUUID:8904f0fb-57b7-4d44-907a-39620e69701d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:dcb0abc8-523d-4faa-9c0c-c7e28533e349
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:bfb0c2e2-5f20-45c1-a058-94e213a3ac1f
ArtifactChecksum:MzVmYzc1YWY4MmE0YzAyZjBlMzI4YWI1YzY2MjlkMjU=
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:4e99615b-634f-4bfe-9e9c-c57c9f58d07c
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:80f8d39d-d530-4360-9f38-eaa31b7c01fc
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:aa1eeef0-6922-4fb6-86d2-1c1cec27317b
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:80f8d39d-d530-4360-9f38-eaa31b7c01fc
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:5607a280-c573-449b-8580-3cdda533d3cf
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-03T07:30:17.659Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13c5cd5f-e841-4cc0-9601-da1796a544df ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T07:30:17.741Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:30:17.744Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:30:17.744Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:30:17.744Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 778386ed-cbe4-4023-b7d5-a407e5b0577c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:17.744Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:30:17.745Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:17.954Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:30:17.974Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 778386ed-cbe4-4023-b7d5-a407e5b0577c 163294
2022-12-03T07:30:17.975Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-03T07:30:17.975Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:17.975Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:30:17.976Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:17.979Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:17.980Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052617975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:18.082Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-03T07:30:18.083Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:18.084Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:18.095Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:18.096Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:18.980Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:30:18.981Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:30:18.982Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 778386ed-cbe4-4023-b7d5-a407e5b0577c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:18.984Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-03T07:30:18.985Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:18.986Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:19.264Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17171646622012348171/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-03T07:30:21.271Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T07:30:21.272Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:30:21.272Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:21.272Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-03T07:30:21.272Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:21.272Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||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-12-03T07:30:21.272Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:21.273Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:21.273Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:30:21.273Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.273Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:21.274Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:21.274Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:30:21.274Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:30:21.274Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.275Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:21.275Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:21.275Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:30:21.275Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:30:21.275Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.276Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:21.276Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.276Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-03T07:30:21.276Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-03T07:30:21.276Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-03T07:30:21.277Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T07:30:21.277Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.277Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T07:30:21.277Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.278Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:21.278Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:30:21.278Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.279Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:21.279Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:30:21.279Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.280Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:21.280Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:30:21.280Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.280Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:21.281Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:30:21.281Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.281Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-03T07:30:21.281Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-03T07:30:21.281Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7375b438-6673-4933-85fa-d79d4509b5e7
2022-12-03T07:30:21.282Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.282Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:21.282Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.282Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:21.283Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.283Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:21.283Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:21.283Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:21.284Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:13c5cd5f-e841-4cc0-9601-da1796a544df
Model Version:NULL
Model InvariantUuid:f7ba7603-0688-4579-9b99-23e38f737060
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:53ba5ea8-d6c9-46c7-93b6-e54a9f7101f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8904f0fb-57b7-4d44-907a-39620e69701d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3955d6fd-5998-413e-bd11-7cbf9f9ce37f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a45775da-0eea-4d93-8a49-948fb76d1fd1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e63ba956-2c99-45ed-aa85-f56227964895
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d8e4643c-d7c7-406b-961d-470a621cc3e9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:fd35a4d1-0650-42fe-85f6-1564a5eb0741
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7375b438-6673-4933-85fa-d79d4509b5e7
ModelInvariantUuid:996ba1e4-4899-455c-9f60-8abe3645a394
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:6efddd26-022e-4e25-b087-6b3b1785dcfc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:177d20a7-92ab-4223-ba9e-4b568c933cef
ModelInvariantUuid:5e35e516-d134-4a07-9883-a66338748f02
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:eac83a15-db2a-4f78-9ba3-9cf09bc22387
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T07:30:21.296Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dcb0abc8-523d-4faa-9c0c-c7e28533e349
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:30:21.302Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-12-03T07:30:21.303Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcb0abc8-523d-4faa-9c0c-c7e28533e349
2022-12-03T07:30:21.303Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bfb0c2e2-5f20-45c1-a058-94e213a3ac1f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-03T07:30:21.303Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:30:21.303Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-03T07:30:21.399Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:30:21.400Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json bfb0c2e2-5f20-45c1-a058-94e213a3ac1f 1565
2022-12-03T07:30:21.400Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-03T07:30:21.400Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-03T07:30:21.400Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:30:21.401Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:21.403Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:21.403Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052621400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:21.504Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:21.505Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:21.505Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:21.523Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:21.524Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:22.404Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d8e4643c-d7c7-406b-961d-470a621cc3e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd35a4d1-0650-42fe-85f6-1564a5eb0741",
    "vfModuleModelCustomizationUUID": "51c6898c-9a96-43a6-9b40-abcf46b1f02c",
    "isBase": true,
    "artifacts": [
      "4e99615b-634f-4bfe-9e9c-c57c9f58d07c",
      "80f8d39d-d530-4360-9f38-eaa31b7c01fc"
    ],
    "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": "a45775da-0eea-4d93-8a49-948fb76d1fd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e63ba956-2c99-45ed-aa85-f56227964895",
    "vfModuleModelCustomizationUUID": "3cbe6793-f944-44d3-a6bc-56f390260bfc",
    "isBase": false,
    "artifacts": [
      "5607a280-c573-449b-8580-3cdda533d3cf"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T07:30:22.409Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd35a4d1-0650-42fe-85f6-1564a5eb0741
VfModuleModelInvariantUUID:d8e4643c-d7c7-406b-961d-470a621cc3e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e99615b-634f-4bfe-9e9c-c57c9f58d07c
,
80f8d39d-d530-4360-9f38-eaa31b7c01fc

}
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:e63ba956-2c99-45ed-aa85-f56227964895
VfModuleModelInvariantUUID:a45775da-0eea-4d93-8a49-948fb76d1fd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
5607a280-c573-449b-8580-3cdda533d3cf

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

isBase:false


}

2022-12-03T07:30:22.411Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d8e4643c-d7c7-406b-961d-470a621cc3e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd35a4d1-0650-42fe-85f6-1564a5eb0741",
    "vfModuleModelCustomizationUUID": "51c6898c-9a96-43a6-9b40-abcf46b1f02c",
    "isBase": true,
    "artifacts": [
      "4e99615b-634f-4bfe-9e9c-c57c9f58d07c",
      "80f8d39d-d530-4360-9f38-eaa31b7c01fc"
    ],
    "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": "a45775da-0eea-4d93-8a49-948fb76d1fd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e63ba956-2c99-45ed-aa85-f56227964895",
    "vfModuleModelCustomizationUUID": "3cbe6793-f944-44d3-a6bc-56f390260bfc",
    "isBase": false,
    "artifacts": [
      "5607a280-c573-449b-8580-3cdda533d3cf"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T07:30:22.411Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd35a4d1-0650-42fe-85f6-1564a5eb0741
VfModuleModelInvariantUUID:d8e4643c-d7c7-406b-961d-470a621cc3e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e99615b-634f-4bfe-9e9c-c57c9f58d07c
,
80f8d39d-d530-4360-9f38-eaa31b7c01fc

}
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:e63ba956-2c99-45ed-aa85-f56227964895
VfModuleModelInvariantUUID:a45775da-0eea-4d93-8a49-948fb76d1fd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
5607a280-c573-449b-8580-3cdda533d3cf

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

isBase:false


}

2022-12-03T07:30:22.411Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4e99615b-634f-4bfe-9e9c-c57c9f58d07c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-03T07:30:22.411Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:30:22.412Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-03T07:30:22.505Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:30:22.506Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4e99615b-634f-4bfe-9e9c-c57c9f58d07c 914
2022-12-03T07:30:22.506Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-03T07:30:22.507Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-03T07:30:22.507Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:30:22.507Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:22.510Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:22.510Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052622506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:22.611Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:30:22.612Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:22.612Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:22.627Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:22.628Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:23.511Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aa1eeef0-6922-4fb6-86d2-1c1cec27317b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-03T07:30:23.511Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:30:23.515Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-03T07:30:23.571Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:30:23.571Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env aa1eeef0-6922-4fb6-86d2-1c1cec27317b 12
2022-12-03T07:30:23.572Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-03T07:30:23.572Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-03T07:30:23.572Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:30:23.573Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:23.576Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:23.577Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052623572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:23.682Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-03T07:30:23.683Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:23.683Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:23.702Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:23.703Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:24.577Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 80f8d39d-d530-4360-9f38-eaa31b7c01fc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-03T07:30:24.578Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:30:24.578Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-03T07:30:24.639Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:30:24.639Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 80f8d39d-d530-4360-9f38-eaa31b7c01fc 96
2022-12-03T07:30:24.640Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-03T07:30:24.640Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-03T07:30:24.641Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:30:24.641Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:24.649Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:24.649Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052624640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:24.746Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-03T07:30:24.747Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:24.747Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:24.759Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:24.759Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:25.650Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5607a280-c573-449b-8580-3cdda533d3cf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-03T07:30:25.650Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:30:25.651Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-03T07:30:25.725Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:30:25.727Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5607a280-c573-449b-8580-3cdda533d3cf 20206
2022-12-03T07:30:25.727Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-03T07:30:25.727Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-03T07:30:25.727Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:30:25.728Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:25.730Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:25.730Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052625727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:30:25.830Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:25.831Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:25.831Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:25.844Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:25.844Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:26.736Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 13c5cd5f-e841-4cc0-9601-da1796a544df
2022-12-03T07:30:26.736Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dcb0abc8-523d-4faa-9c0c-c7e28533e349 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:30:26.756Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13567508, org.onap.sdc.toscaparser.api.parameters.Input@4568ed75, org.onap.sdc.toscaparser.api.parameters.Input@66f69fa2, org.onap.sdc.toscaparser.api.parameters.Input@7634b548, org.onap.sdc.toscaparser.api.parameters.Input@566a60b3]
2022-12-03T07:30:26.759Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.759Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.759Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-03T07:30:26.760Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3955d6fd-5998-413e-bd11-7cbf9f9ce37f
2022-12-03T07:30:26.760Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3955d6fd-5998-413e-bd11-7cbf9f9ce37f matches Tosca VF Customization UUID: 3955d6fd-5998-413e-bd11-7cbf9f9ce37f
2022-12-03T07:30:26.760Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3955d6fd-5998-413e-bd11-7cbf9f9ce37f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T07:30:26.764Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.764Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.768Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3955d6fd-5998-413e-bd11-7cbf9f9ce37f: {\"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-12-03T07:30:26.769Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@557fc995
2022-12-03T07:30:26.769Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.769Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T07:30:26.770Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cbe6793-f944-44d3-a6bc-56f390260bfc
2022-12-03T07:30:26.770Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cbe6793-f944-44d3-a6bc-56f390260bfc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T07:30:26.775Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.775Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:26.776Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:30:26.776Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.776Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:26.776Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:30:26.776Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.777Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-03T07:30:26.778Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3955d6fd-5998-413e-bd11-7cbf9f9ce37f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:30:26.782Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.782Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.783Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 13c5cd5f-e841-4cc0-9601-da1796a544df: basic_cnf_macro
2022-12-03T07:30:26.783Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.783Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.784Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.784Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.784Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.785Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.785Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.785Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.786Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:30:26.786Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:30:26.786Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:30:26.841Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dcb0abc8-523d-4faa-9c0c-c7e28533e349 2 ASDC deployResourceStructure
2022-12-03T07:30:26.842Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-03T07:30:26.842Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-03T07:30:26.842Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:30:26.842Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:26.846Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:26.846Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052626842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T07:30:26.946Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:30:26.947Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:26.948Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:26.965Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:26.966Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:27.847Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-03T07:30:27.848Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-03T07:30:27.848Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:30:27.848Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:27.851Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:27.851Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052627847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T07:30:27.958Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-03T07:30:27.959Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:27.959Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:27.973Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:27.974Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:28.852Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-03T07:30:28.853Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-03T07:30:28.853Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-03T07:30:28.853Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:28.855Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:28.856Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052628852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T07:30:28.957Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T07:30:28.962Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:28.969Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:28.992Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:28.993Z||pool-118-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:29.857Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-03T07:30:29.857Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-03T07:30:29.857Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:30:29.858Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:29.863Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:29.863Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052629857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-03T07:30:29.967Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-03T07:30:29.968Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:29.968Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:29.981Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:29.982Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:30.865Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-03T07:30:30.865Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-03T07:30:30.866Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-03T07:30:30.867Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:30.870Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:30.871Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052630864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T07:30:30.971Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:30:30.974Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:30.975Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:31.031Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:31.033Z||pool-120-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:30:31.872Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-03T07:30:31.873Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-03T07:30:31.873Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:30:31.876Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:30:31.881Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:30:31.881Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052631872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:30:31.981Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:30:31.981Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:30:31.982Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:30:31.995Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:30:31.995Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:30:32.882Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08eaf776-2dc5-4c51-818b-765b9732fc3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:30:32.895Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08eaf776-2dc5-4c51-818b-765b9732fc3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:30:32.899Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T07:30:32.899Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T07:30:32.899Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T07:30:32.900Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T07:30:32.900Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:30:32.900Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:30:32.900Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:30:32.901Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:30:32.901Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:30:32.901Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:30:32.909Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T07:31:02.910Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08eaf776-2dc5-4c51-818b-765b9732fc3c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T07:31:02.920Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08eaf776-2dc5-4c51-818b-765b9732fc3c and serviceModelVersionId: 13c5cd5f-e841-4cc0-9601-da1796a544df
2022-12-03T07:31:02.921Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7ba7603-0688-4579-9b99-23e38f737060
2022-12-03T07:31:02.922Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0
2022-12-03T07:31:02.930Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T07:31:03.051Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0|INFO|500||Invoke
2022-12-03T07:31:03.052Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08eaf776-2dc5-4c51-818b-765b9732fc3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d49b48f-74e8-4311-b8aa-e42f2b5a188d], X-ECOMP-RequestID=[08eaf776-2dc5-4c51-818b-765b9732fc3c], X-TransactionId=[], X-ONAP-RequestID=[08eaf776-2dc5-4c51-818b-765b9732fc3c], Content-Type=[application/merge-patch+json]}
2022-12-03T07:31:03.123Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T07:31:03.236Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?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/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 07:31:03 GMT], content-length=[0], vertex-id=[258152], x-aai-txid=[1-aai-resources-221203-07:31:03:499-61045], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T07:31:03.236Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T07:31:03.238Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ba7603-0688-4579-9b99-23e38f737060/model-vers/model-ver/13c5cd5f-e841-4cc0-9601-da1796a544df?depth=0|INFO|500||InvokeReturn
2022-12-03T07:31:03.239Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T07:31:03.239Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:31:03.245Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T07:31:03.246Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08eaf776-2dc5-4c51-818b-765b9732fc3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T07:31:03.246Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T07:31:03.247Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:03.250Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:03.250Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052663246,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:31:03.350Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:31:03.351Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:03.351Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:03.366Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:03.367Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T07:31:06.928Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:31:06.929Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:31:06.930Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:31:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:31:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:07.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:07.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:31:07.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:31:07.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:31:07.565Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:07.567Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T07:31:07.567Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a43e128-76c9-408c-b235-e92f9114469f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"76dff3ab-ed0e-40ec-b79c-447dcfeffa3e","serviceDescription":"service","serviceInvariantUUID":"6db8bdbc-f670-46c1-b168-5317c301c5e2","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12641ab8-f65c-499f-aef1-a4f3e17e647e","resourceInvariantUUID":"04e1ddf0-1609-4915-95a0-8669d3b6eab0","resourceCustomizationUUID":"2d15eb53-0cca-43f6-b660-98d4716da63a","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":"MjFmOGNjZTAyNTc0NTI5Yjk1NDcwMzhiZTlhNjlkYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5e3210b-9d08-45c5-b637-46da017c1f2f","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":"ZjdkZTcxYWQ4ZTE3M2ExZmY1ZmI1ZjMzMDI4YjYwYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55343793-f531-4c99-9c3c-81827010922f","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":"ef9f2010-5a18-4ad5-8628-cab64c9012a8","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":"b96ec2e1-6e7b-4f3d-9078-37df361fef82","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":"e2fb0172-817c-4b21-9d4c-fcae21b8b02f","artifactVersion":"2","generatedFromUUID":"ef9f2010-5a18-4ad5-8628-cab64c9012a8"},{"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":"NWQyZmNmM2Q3ZjdiZDY1ODlmYjQ2ZmUwMjdjMzUwOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5cae07c2-4bb0-42eb-affa-a3df9f37bf8f","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":"NGRmZWU1MTM3Zjg5YTg2MGYwYjQ4ZmRlN2Y1YWQxYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"11556653-5280-48be-b848-a735816b9754","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDg4YjJmYjc4ZTBhOGViNTlhMmEzNDgzOGI5MjU5MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc209588-859b-45c7-8b08-db487242d859","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T07:31:07.570Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:07.570Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:07.573Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:07.573Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:31:07.673Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:31:07.675Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:07.677Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:07.690Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:07.691Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:08.574Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:08.574Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:08.577Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:08.578Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T07:31:08.677Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:31:08.678Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:08.678Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:08.691Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:08.692Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:09.584Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:09.585Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:09.592Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:09.593Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:31:09.689Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-03T07:31:09.691Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:09.691Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:09.704Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:09.705Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:10.593Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:10.594Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:10.597Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:10.597Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:31:10.698Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T07:31:10.699Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:10.699Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:10.711Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:10.712Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:31:11.598Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:11.598Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:11.601Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:11.602Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-03T07:31:11.703Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-03T07:31:11.704Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:11.704Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:11.718Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:11.718Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:12.602Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:12.603Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:12.606Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:12.606Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:31:12.706Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:31:12.709Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:12.709Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:12.721Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:12.723Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:13.606Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:13.607Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:13.609Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:13.609Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:31:13.710Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:31:13.711Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:13.711Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:13.723Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:13.724Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:31:14.610Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:31:14.611Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:14.616Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:14.616Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:31:14.716Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:31:14.717Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:14.718Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:14.728Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:14.729Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:15.619Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "76dff3ab-ed0e-40ec-b79c-447dcfeffa3e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6db8bdbc-f670-46c1-b168-5317c301c5e2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2d15eb53-0cca-43f6-b660-98d4716da63a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "12641ab8-f65c-499f-aef1-a4f3e17e647e",
      "resourceInvariantUUID": "04e1ddf0-1609-4915-95a0-8669d3b6eab0",
      "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": "ZjdkZTcxYWQ4ZTE3M2ExZmY1ZmI1ZjMzMDI4YjYwYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "55343793-f531-4c99-9c3c-81827010922f",
          "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": "ef9f2010-5a18-4ad5-8628-cab64c9012a8",
          "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": "e2fb0172-817c-4b21-9d4c-fcae21b8b02f",
            "generatedFromUUID": "ef9f2010-5a18-4ad5-8628-cab64c9012a8"
          },
          "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": "e2fb0172-817c-4b21-9d4c-fcae21b8b02f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDg4YjJmYjc4ZTBhOGViNTlhMmEzNDgzOGI5MjU5MzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc209588-859b-45c7-8b08-db487242d859"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T07:31:15.620Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T07:31:15.620Z|08eaf776-2dc5-4c51-818b-765b9732fc3c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76dff3ab-ed0e-40ec-b79c-447dcfeffa3e ASDC
2022-12-03T07:31:15.620Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4a43e128-76c9-408c-b235-e92f9114469f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:76dff3ab-ed0e-40ec-b79c-447dcfeffa3e
ServiceInvariantUUID:6db8bdbc-f670-46c1-b168-5317c301c5e2
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:fc209588-859b-45c7-8b08-db487242d859
ArtifactChecksum:MDg4YjJmYjc4ZTBhOGViNTlhMmEzNDgzOGI5MjU5MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2d15eb53-0cca-43f6-b660-98d4716da63a
ResourceInvariantUUID:04e1ddf0-1609-4915-95a0-8669d3b6eab0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:12641ab8-f65c-499f-aef1-a4f3e17e647e
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:55343793-f531-4c99-9c3c-81827010922f
ArtifactChecksum:ZjdkZTcxYWQ4ZTE3M2ExZmY1ZmI1ZjMzMDI4YjYwYjk=
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:ef9f2010-5a18-4ad5-8628-cab64c9012a8
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:e2fb0172-817c-4b21-9d4c-fcae21b8b02f
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:e2fb0172-817c-4b21-9d4c-fcae21b8b02f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-03T07:31:15.621Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76dff3ab-ed0e-40ec-b79c-447dcfeffa3e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:31:15.664Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:31:15.666Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:31:15.666Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:31:15.667Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc209588-859b-45c7-8b08-db487242d859 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-03T07:31:15.667Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:31:15.667Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-03T07:31:15.769Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:31:15.775Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar fc209588-859b-45c7-8b08-db487242d859 83006
2022-12-03T07:31:15.776Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-03T07:31:15.776Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-03T07:31:15.776Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:31:15.777Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:15.781Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:15.781Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052675776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:31:15.879Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-03T07:31:15.880Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:15.881Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:15.893Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:15.893Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:16.781Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:31:16.786Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:31:16.786Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fc209588-859b-45c7-8b08-db487242d859, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:16.787Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-03T07:31:16.787Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:16.787Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:16.999Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15090342335796654827/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-12-03T07:31:18.912Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T07:31:18.912Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:31:18.912Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:18.912Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|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-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|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-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:18.913Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:18.914Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:31:18.914Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:31:18.914Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.914Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:18.914Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:18.914Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:31:18.914Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:31:18.915Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.915Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:18.915Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.915Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-03T07:31:18.915Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-03T07:31:18.915Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-03T07:31:18.915Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-03T07:31:18.916Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-03T07:31:18.916Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-03T07:31:18.916Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.916Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T07:31:18.916Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.916Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:18.916Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:31:18.917Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.917Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:18.917Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:31:18.917Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.917Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:18.917Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:31:18.918Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.918Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-03T07:31:18.918Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-03T07:31:18.918Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-03T07:31:18.918Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5fd5c0f4-77e6-48e4-8b46-cd425dc11ab7
2022-12-03T07:31:18.918Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.918Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:18.919Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.919Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:18.919Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.919Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:18.919Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:18.919Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:18.919Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:76dff3ab-ed0e-40ec-b79c-447dcfeffa3e
Model Version:NULL
Model InvariantUuid:6db8bdbc-f670-46c1-b168-5317c301c5e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b4dddefd-ce63-4dd9-a964-9236ad89309a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04e1ddf0-1609-4915-95a0-8669d3b6eab0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d15eb53-0cca-43f6-b660-98d4716da63a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:408ee76d-b2a8-40e7-94ff-240e7d7142e5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:57d57104-fd64-45f4-91d9-5b68b15fffb5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5fd5c0f4-77e6-48e4-8b46-cd425dc11ab7
ModelInvariantUuid:11115177-780f-4f6b-98de-6e5663aecf83
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6094d427-8157-4fa2-b601-99f868c0adbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d2bad0b7-cff2-4315-92ea-f168839e1ec6
ModelInvariantUuid:65b2d64f-1126-48a5-9545-1d22ffdf1baf
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0d873630-d049-4dad-9bfd-ee03b488de4c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T07:31:18.927Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 12641ab8-f65c-499f-aef1-a4f3e17e647e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:31:18.930Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-12-03T07:31:18.931Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12641ab8-f65c-499f-aef1-a4f3e17e647e
2022-12-03T07:31:18.931Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 55343793-f531-4c99-9c3c-81827010922f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-03T07:31:18.931Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:31:18.931Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-03T07:31:18.998Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:31:18.999Z|4a43e128-76c9-408c-b235-e92f9114469f|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 55343793-f531-4c99-9c3c-81827010922f 792
2022-12-03T07:31:18.999Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-03T07:31:18.999Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-03T07:31:18.999Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:31:19.000Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:19.002Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:19.002Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052678999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:31:19.102Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:31:19.104Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:19.104Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:19.126Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:19.127Z||pool-132-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:20.003Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "408ee76d-b2a8-40e7-94ff-240e7d7142e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57d57104-fd64-45f4-91d9-5b68b15fffb5",
    "vfModuleModelCustomizationUUID": "7fdb81df-3dfe-4af1-bc40-33dbec15aaeb",
    "isBase": true,
    "artifacts": [
      "ef9f2010-5a18-4ad5-8628-cab64c9012a8",
      "e2fb0172-817c-4b21-9d4c-fcae21b8b02f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T07:31:20.007Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57d57104-fd64-45f4-91d9-5b68b15fffb5
VfModuleModelInvariantUUID:408ee76d-b2a8-40e7-94ff-240e7d7142e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef9f2010-5a18-4ad5-8628-cab64c9012a8
,
e2fb0172-817c-4b21-9d4c-fcae21b8b02f

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

isBase:true


}

2022-12-03T07:31:20.009Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "408ee76d-b2a8-40e7-94ff-240e7d7142e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57d57104-fd64-45f4-91d9-5b68b15fffb5",
    "vfModuleModelCustomizationUUID": "7fdb81df-3dfe-4af1-bc40-33dbec15aaeb",
    "isBase": true,
    "artifacts": [
      "ef9f2010-5a18-4ad5-8628-cab64c9012a8",
      "e2fb0172-817c-4b21-9d4c-fcae21b8b02f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-03T07:31:20.009Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57d57104-fd64-45f4-91d9-5b68b15fffb5
VfModuleModelInvariantUUID:408ee76d-b2a8-40e7-94ff-240e7d7142e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef9f2010-5a18-4ad5-8628-cab64c9012a8
,
e2fb0172-817c-4b21-9d4c-fcae21b8b02f

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

isBase:true


}

2022-12-03T07:31:20.009Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef9f2010-5a18-4ad5-8628-cab64c9012a8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-03T07:31:20.009Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:31:20.010Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-03T07:31:20.097Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:31:20.097Z|4a43e128-76c9-408c-b235-e92f9114469f|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 ef9f2010-5a18-4ad5-8628-cab64c9012a8 5033
2022-12-03T07:31:20.098Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-03T07:31:20.098Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-03T07:31:20.098Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:31:20.098Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:20.100Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:20.100Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052680098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:31:20.201Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:31:20.202Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:20.203Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:20.216Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:20.218Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:21.101Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e2fb0172-817c-4b21-9d4c-fcae21b8b02f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-03T07:31:21.101Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:31:21.102Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-03T07:31:21.193Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:31:21.194Z|4a43e128-76c9-408c-b235-e92f9114469f|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 e2fb0172-817c-4b21-9d4c-fcae21b8b02f 903
2022-12-03T07:31:21.194Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-03T07:31:21.194Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-03T07:31:21.195Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:31:21.195Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:21.197Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:21.197Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052681194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:31:21.297Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:31:21.298Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:21.299Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:21.322Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:21.322Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:22.198Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 76dff3ab-ed0e-40ec-b79c-447dcfeffa3e
2022-12-03T07:31:22.199Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 12641ab8-f65c-499f-aef1-a4f3e17e647e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:31:22.215Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40994c0b, org.onap.sdc.toscaparser.api.parameters.Input@c6c453f, org.onap.sdc.toscaparser.api.parameters.Input@b0cab31, org.onap.sdc.toscaparser.api.parameters.Input@440d87ec, org.onap.sdc.toscaparser.api.parameters.Input@4e7e6272]
2022-12-03T07:31:22.216Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.216Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.217Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-12-03T07:31:22.217Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2d15eb53-0cca-43f6-b660-98d4716da63a
2022-12-03T07:31:22.217Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d15eb53-0cca-43f6-b660-98d4716da63a matches Tosca VF Customization UUID: 2d15eb53-0cca-43f6-b660-98d4716da63a
2022-12-03T07:31:22.217Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2d15eb53-0cca-43f6-b660-98d4716da63a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-03T07:31:22.220Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.220Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.221Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2d15eb53-0cca-43f6-b660-98d4716da63a: {\"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-12-03T07:31:22.222Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66f43df1
2022-12-03T07:31:22.222Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.222Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-03T07:31:22.223Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fdb81df-3dfe-4af1-bc40-33dbec15aaeb
2022-12-03T07:31:22.223Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fdb81df-3dfe-4af1-bc40-33dbec15aaeb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-03T07:31:22.226Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.227Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:22.227Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:31:22.227Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.227Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:22.227Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:31:22.228Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.228Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-03T07:31:22.228Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-03T07:31:22.228Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-03T07:31:22.228Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5fd5c0f4-77e6-48e4-8b46-cd425dc11ab7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-03T07:31:22.231Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.231Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:22.231Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-03T07:31:22.231Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.232Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-03T07:31:22.232Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2d15eb53-0cca-43f6-b660-98d4716da63a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:31:22.233Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.234Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.234Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 76dff3ab-ed0e-40ec-b79c-447dcfeffa3e: basic_vm_macro
2022-12-03T07:31:22.234Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.234Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.235Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.235Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.235Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.235Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.235Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.235Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.236Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:31:22.236Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:31:22.236Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:31:22.331Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 12641ab8-f65c-499f-aef1-a4f3e17e647e 1 ASDC deployResourceStructure
2022-12-03T07:31:22.332Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-03T07:31:22.332Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-03T07:31:22.332Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:31:22.333Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:22.336Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:22.336Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052682332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T07:31:22.436Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:31:22.437Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:22.437Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:22.450Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:22.450Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:23.337Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-03T07:31:23.337Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-03T07:31:23.337Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:31:23.338Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:23.340Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:23.340Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052683337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T07:31:23.440Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:31:23.441Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:23.441Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:23.462Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:23.463Z||pool-136-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:24.343Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-03T07:31:24.343Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-03T07:31:24.343Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:31:24.344Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:24.348Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:24.348Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052684342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-03T07:31:24.448Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:31:24.449Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:24.449Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:24.487Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:24.488Z||pool-137-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:25.349Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-03T07:31:25.350Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-03T07:31:25.350Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:31:25.351Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:31:25.354Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:31:25.354Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052685349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:31:25.453Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:31:25.454Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:31:25.454Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:31:25.493Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:31:25.493Z||pool-138-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:31:26.355Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a43e128-76c9-408c-b235-e92f9114469f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:31:26.367Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a43e128-76c9-408c-b235-e92f9114469f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:31:26.369Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T07:31:26.369Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T07:31:26.370Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T07:31:56.370Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a43e128-76c9-408c-b235-e92f9114469f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:31:56.391Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a43e128-76c9-408c-b235-e92f9114469f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:31:56.394Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T07:31:56.394Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-03T07:31:56.394Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-03T07:32:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:32:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:32:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:32:07.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:32:07.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052606928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052617975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052611421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052621400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052607735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052613604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052622762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052615600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052622506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052623228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.060Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052623865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052623756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052623572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "cds",
  "timestamp": 1670052624534,
  "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=?
2022-12-03T07:32:07.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a43e128-76c9-408c-b235-e92f9114469f
2022-12-03T07:32:07.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a43e128-76c9-408c-b235-e92f9114469f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:32:07.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052624940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052624640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052625968,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:32:07.094Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a43e128-76c9-408c-b235-e92f9114469f
2022-12-03T07:32:07.094Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a43e128-76c9-408c-b235-e92f9114469f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:32:07.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052625727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052626971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T07:32:07.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052626842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T07:32:07.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052627847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T07:32:07.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052628852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T07:32:07.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052629857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-03T07:32:07.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052631080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:32:07.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052630864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-03T07:32:07.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052632084,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:32:07.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a43e128-76c9-408c-b235-e92f9114469f
2022-12-03T07:32:07.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a43e128-76c9-408c-b235-e92f9114469f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:32:07.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052631872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:32:07.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:07.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052629658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:32:07.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:32:07.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052638433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:32:07.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052640758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:32:07.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:07.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052641761,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:32:07.140Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a43e128-76c9-408c-b235-e92f9114469f
2022-12-03T07:32:07.141Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a43e128-76c9-408c-b235-e92f9114469f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:32:07.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-03T07:32:07.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08eaf776-2dc5-4c51-818b-765b9732fc3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052663246,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:32:07.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:32:26.398Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a43e128-76c9-408c-b235-e92f9114469f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:32:26.421Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a43e128-76c9-408c-b235-e92f9114469f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:32:26.425Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T07:32:26.426Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T07:32:26.426Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T07:32:26.426Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T07:32:26.426Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:32:26.427Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:32:26.427Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:32:26.427Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:32:26.427Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:32:26.427Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:32:26.441Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T07:32:56.442Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a43e128-76c9-408c-b235-e92f9114469f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T07:32:56.455Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a43e128-76c9-408c-b235-e92f9114469f and serviceModelVersionId: 76dff3ab-ed0e-40ec-b79c-447dcfeffa3e
2022-12-03T07:32:56.455Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6db8bdbc-f670-46c1-b168-5317c301c5e2
2022-12-03T07:32:56.456Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0
2022-12-03T07:32:56.464Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T07:32:56.565Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0|INFO|500||Invoke
2022-12-03T07:32:56.566Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a43e128-76c9-408c-b235-e92f9114469f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[edc2590e-201a-4e9f-9024-12f5fc99a3b7], X-ECOMP-RequestID=[4a43e128-76c9-408c-b235-e92f9114469f], X-TransactionId=[], X-ONAP-RequestID=[4a43e128-76c9-408c-b235-e92f9114469f], Content-Type=[application/merge-patch+json]}
2022-12-03T07:32:56.605Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T07:32:56.704Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?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/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 07:32:56 GMT], content-length=[0], vertex-id=[245760], x-aai-txid=[2-aai-resources-221203-07:32:56:976-81811], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T07:32:56.704Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T07:32:56.706Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db8bdbc-f670-46c1-b168-5317c301c5e2/model-vers/model-ver/76dff3ab-ed0e-40ec-b79c-447dcfeffa3e?depth=0|INFO|500||InvokeReturn
2022-12-03T07:32:56.708Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T07:32:56.709Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:32:56.716Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T07:32:56.717Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a43e128-76c9-408c-b235-e92f9114469f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T07:32:56.717Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T07:32:56.718Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:32:56.722Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:32:56.722Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052776717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:32:56.822Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:32:56.823Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:32:56.823Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:32:56.841Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:32:56.842Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T07:32:57.741Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:32:57.742Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:32:57.742Z|4a43e128-76c9-408c-b235-e92f9114469f|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:32:58.391Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:32:58.391Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-03T07:32:58.392Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"48c60a73-1424-4c5b-893e-1bf7081b6aa9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"520e0f3a-fe7d-41ed-8277-7b756c29d23d","serviceDescription":"service","serviceInvariantUUID":"afa60a8c-2ecc-4e63-8533-ded5e677cae4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b516a7bf-36f6-49d2-b700-51d1b1fabd13","resourceInvariantUUID":"ca96470c-1d96-4ddc-9586-1b995bf031a9","resourceCustomizationUUID":"04370648-c54b-4a31-9141-3448974523e6","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":"ZTUzMzFhMzI0YTdiYzU3OTBmZDFiMWRlYWI3MGZkMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58bbc99c-6601-460d-832c-7fa186cb6bb8","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":"31ae69dd-9098-43ca-afdd-bf147eaf93f3","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":"ce37db08-b748-4269-b6b1-b0817a3f18f8","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":"MGY1OGY3N2YxODRhMGQwNjM3MmRiMWNhOTUwNGMxOTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f3aae1f9-0125-472f-b912-d295299ffd1a","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":"ca82ea53-5362-4fae-b307-a52b072af83e","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":"560c2b5e-0c82-4e70-8b95-410c9088edbb","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":"df141860-c8bc-430f-a085-549c300ae1d2","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":"NjJhZmIxMjRkMGU4Y2FkMmEwMzljNWM4MDQ4MDYwNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"211d488a-0a5c-42a8-9e7e-7e56e3998155","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTJkM2VjMzI5ZDJmODQ2NzBjZTdhZDg2NjVkYmMyNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ddb84f1-d9f5-47cc-800b-16c342c853b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-03T07:32:58.396Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:32:58.398Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:32:58.400Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:32:58.401Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:58.501Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:32:58.502Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:32:58.502Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:32:58.515Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:32:58.516Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:32:59.401Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:32:59.402Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:32:59.404Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:32:59.404Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:32:59.523Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2022-12-03T07:32:59.525Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:32:59.525Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:32:59.538Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:32:59.540Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:33:00.410Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:33:00.411Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:00.414Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:00.414Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:00.514Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:00.515Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:00.515Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:00.529Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:00.530Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:33:01.415Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:33:01.416Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:01.420Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:01.420Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:01.520Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:01.521Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:01.521Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:01.544Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:01.545Z||pool-143-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:33:02.421Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:33:02.421Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:02.423Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:02.423Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:02.524Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:02.525Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:02.525Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:02.544Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:02.545Z||pool-144-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:33:03.424Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:33:03.425Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:03.429Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:03.430Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:03.531Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:03.540Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:03.540Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:03.567Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:03.568Z||pool-145-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:33:04.431Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:33:04.433Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:04.442Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:04.443Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:04.538Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-03T07:33:04.539Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:04.540Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:04.552Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:04.553Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:33:05.446Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:33:05.446Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:05.453Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:05.453Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:05.554Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:05.555Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:05.555Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:05.580Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:05.580Z||pool-147-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-03T07:33:06.456Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-03T07:33:06.457Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:06.459Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:06.460Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:33:06.559Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-03T07:33:06.563Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:06.563Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:06.580Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:06.581Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:33:06.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:33:06.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-12-03T07:33:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:06.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:06.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052666928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052675776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052678999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052680098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052681194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:06.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052682332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:06.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052683337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:06.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052684342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:06.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052685349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:06.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:06.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:06.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:06.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:06.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-03T07:33:07.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1670052687976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:33:07.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052689658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:33:07.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052693604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052697735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052707475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052707112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:07.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052707573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052708154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "cds",
  "timestamp": 1670052708872,
  "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-12-03T07:33:07.057Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48c60a73-1424-4c5b-893e-1bf7081b6aa9
2022-12-03T07:33:07.058Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c60a73-1424-4c5b-893e-1bf7081b6aa9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:33:07.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052709306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:07.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:07.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670052709160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:33:07.079Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 48c60a73-1424-4c5b-893e-1bf7081b6aa9
2022-12-03T07:33:07.079Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c60a73-1424-4c5b-893e-1bf7081b6aa9 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:33:07.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670052710309,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:33:07.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48c60a73-1424-4c5b-893e-1bf7081b6aa9
2022-12-03T07:33:07.098Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c60a73-1424-4c5b-893e-1bf7081b6aa9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:33:07.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:33:07.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052705600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:33:07.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:33:07.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052714766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:07.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:07.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052720042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:07.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:33:07.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-03T07:33:07.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1670052721045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:33:07.116Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48c60a73-1424-4c5b-893e-1bf7081b6aa9
2022-12-03T07:33:07.117Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c60a73-1424-4c5b-893e-1bf7081b6aa9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-03T07:33:07.462Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "520e0f3a-fe7d-41ed-8277-7b756c29d23d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "afa60a8c-2ecc-4e63-8533-ded5e677cae4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "04370648-c54b-4a31-9141-3448974523e6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b516a7bf-36f6-49d2-b700-51d1b1fabd13",
      "resourceInvariantUUID": "ca96470c-1d96-4ddc-9586-1b995bf031a9",
      "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": "ZTJkM2VjMzI5ZDJmODQ2NzBjZTdhZDg2NjVkYmMyNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ddb84f1-d9f5-47cc-800b-16c342c853b6"
    }
  ],
  "workloadContext": "Production"
}
2022-12-03T07:33:07.463Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-03T07:33:07.463Z|4a43e128-76c9-408c-b235-e92f9114469f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 520e0f3a-fe7d-41ed-8277-7b756c29d23d ASDC
2022-12-03T07:33:07.464Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:48c60a73-1424-4c5b-893e-1bf7081b6aa9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:520e0f3a-fe7d-41ed-8277-7b756c29d23d
ServiceInvariantUUID:afa60a8c-2ecc-4e63-8533-ded5e677cae4
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:4ddb84f1-d9f5-47cc-800b-16c342c853b6
ArtifactChecksum:ZTJkM2VjMzI5ZDJmODQ2NzBjZTdhZDg2NjVkYmMyNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:04370648-c54b-4a31-9141-3448974523e6
ResourceInvariantUUID:ca96470c-1d96-4ddc-9586-1b995bf031a9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b516a7bf-36f6-49d2-b700-51d1b1fabd13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-03T07:33:07.465Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 520e0f3a-fe7d-41ed-8277-7b756c29d23d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T07:33:07.511Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:33:07.513Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:33:07.514Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:33:07.514Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ddb84f1-d9f5-47cc-800b-16c342c853b6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-03T07:33:07.515Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-03T07:33:07.515Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-03T07:33:07.641Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-03T07:33:07.646Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4ddb84f1-d9f5-47cc-800b-16c342c853b6 111103
2022-12-03T07:33:07.647Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-03T07:33:07.647Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-03T07:33:07.647Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-03T07:33:07.647Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:07.650Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:07.650Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052787646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:33:07.751Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:07.752Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:07.752Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:07.771Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:07.772Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:33:08.650Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-03T07:33:08.652Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-03T07:33:08.652Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4ddb84f1-d9f5-47cc-800b-16c342c853b6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:08.653Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-03T07:33:08.654Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:08.654Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:08.819Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9852994865242308132/Definitions/service-TestPnfMacro-template.yml
2022-12-03T07:33:10.451Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-03T07:33:10.452Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:33:10.452Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.452Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-03T07:33:10.452Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.452Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.452Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.453Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.453Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.453Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.453Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.453Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-03T07:33:10.453Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.454Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.454Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-03T07:33:10.454Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:33:10.454Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:33:10.455Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.455Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.455Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-03T07:33:10.455Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-03T07:33:10.455Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-03T07:33:10.456Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.456Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.456Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.456Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.456Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.457Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.457Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.457Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.457Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.457Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.458Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:520e0f3a-fe7d-41ed-8277-7b756c29d23d
Model Version:NULL
Model InvariantUuid:afa60a8c-2ecc-4e63-8533-ded5e677cae4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-03T07:33:10.468Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: b516a7bf-36f6-49d2-b700-51d1b1fabd13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:33:10.472Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-12-03T07:33:10.473Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b516a7bf-36f6-49d2-b700-51d1b1fabd13
2022-12-03T07:33:10.473Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 520e0f3a-fe7d-41ed-8277-7b756c29d23d
2022-12-03T07:33:10.473Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 520e0f3a-fe7d-41ed-8277-7b756c29d23d
2022-12-03T07:33:10.473Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b516a7bf-36f6-49d2-b700-51d1b1fabd13 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:33:10.479Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6797fe41, org.onap.sdc.toscaparser.api.parameters.Input@3f52d338, org.onap.sdc.toscaparser.api.parameters.Input@273f29c6, org.onap.sdc.toscaparser.api.parameters.Input@219acd63, org.onap.sdc.toscaparser.api.parameters.Input@79274ae7]
2022-12-03T07:33:10.479Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.479Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.480Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 520e0f3a-fe7d-41ed-8277-7b756c29d23d: test-pnf
2022-12-03T07:33:10.480Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||Processing PNF resource: b516a7bf-36f6-49d2-b700-51d1b1fabd13
2022-12-03T07:33:10.480Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-03T07:33:10.480Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-03T07:33:10.481Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||Resource customization UUID: 04370648-c54b-4a31-9141-3448974523e6 is the same as notified resource customizationUUID: 04370648-c54b-4a31-9141-3448974523e6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-03T07:33:10.529Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b516a7bf-36f6-49d2-b700-51d1b1fabd13 0 ASDC deployResourceStructure
2022-12-03T07:33:10.529Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-03T07:33:10.530Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-03T07:33:10.530Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-03T07:33:10.530Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:10.533Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:10.533Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052790529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:33:10.633Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:10.634Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:10.634Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:10.666Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:10.667Z||pool-150-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-03T07:33:11.534Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48c60a73-1424-4c5b-893e-1bf7081b6aa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:33:11.547Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48c60a73-1424-4c5b-893e-1bf7081b6aa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-03T07:33:11.551Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-03T07:33:11.551Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-03T07:33:11.551Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-03T07:33:11.551Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-03T07:33:11.552Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:33:11.552Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:33:11.552Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:33:11.552Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:33:11.552Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-03T07:33:11.553Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-03T07:33:11.559Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-03T07:33:41.559Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48c60a73-1424-4c5b-893e-1bf7081b6aa9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-03T07:33:41.571Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48c60a73-1424-4c5b-893e-1bf7081b6aa9 and serviceModelVersionId: 520e0f3a-fe7d-41ed-8277-7b756c29d23d
2022-12-03T07:33:41.571Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afa60a8c-2ecc-4e63-8533-ded5e677cae4
2022-12-03T07:33:41.573Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0
2022-12-03T07:33:41.581Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-03T07:33:41.630Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0|INFO|500||Invoke
2022-12-03T07:33:41.631Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48c60a73-1424-4c5b-893e-1bf7081b6aa9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8679675-5e39-44c6-a595-f55df620db93], X-ECOMP-RequestID=[48c60a73-1424-4c5b-893e-1bf7081b6aa9], X-TransactionId=[], X-ONAP-RequestID=[48c60a73-1424-4c5b-893e-1bf7081b6aa9], Content-Type=[application/merge-patch+json]}
2022-12-03T07:33:41.655Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-03T07:33:41.749Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?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/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0 has http status code:200 and response headers:{date=[Sat, 03 Dec 2022 07:33:42 GMT], content-length=[0], vertex-id=[253952], x-aai-txid=[1-aai-resources-221203-07:33:42:025-70770], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-03T07:33:41.750Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-03T07:33:41.751Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa60a8c-2ecc-4e63-8533-ded5e677cae4/model-vers/model-ver/520e0f3a-fe7d-41ed-8277-7b756c29d23d?depth=0|INFO|500||InvokeReturn
2022-12-03T07:33:41.752Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-03T07:33:41.752Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-03T07:33:41.758Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-03T07:33:41.758Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48c60a73-1424-4c5b-893e-1bf7081b6aa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-03T07:33:41.759Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-03T07:33:41.760Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-03T07:33:41.763Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-03T07:33:41.763Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052821759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:33:41.863Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-03T07:33:41.864Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-03T07:33:41.865Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:41.881Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:33:41.883Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-03T07:33:42.779Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:33:42.779Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:33:42.780Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:33:52.329Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:34:06.929Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:34:06.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:34:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:34:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:34:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:34:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:34:07.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:34:07.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a43e128-76c9-408c-b235-e92f9114469f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052776717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:34:07.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:34:07.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-03T07:34:07.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:07.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:34:07.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052777741,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-03T07:34:07.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-03T07:34:16.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:35:06.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:35:06.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:35:06.931Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:35:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:35:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:35:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:35:07.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:35:07.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:35:07.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052787646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-03T07:35:07.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:35:07.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:35:07.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052790529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-03T07:35:07.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:35:07.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-03T07:35:07.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48c60a73-1424-4c5b-893e-1bf7081b6aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670052821759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-03T07:35:07.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-03T07:35:16.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:36:06.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:36:06.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:36:06.929Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:36:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:36:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:36:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:36:16.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:36:16.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:37:06.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:37:06.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:37:06.930Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:37:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:37:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:37:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:37:16.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:37:16.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:38:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:38:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:38:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:38:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:38:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:38:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:38:16.490Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:38:16.493Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:39:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:39:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:39:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:39:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:39:06.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:39:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:39:16.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:39:16.487Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:40:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:40:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:40:06.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:40:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:40:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:40:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:40:16.516Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:40:16.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:41:06.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:41:06.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:41:06.936Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:41:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:41:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:41:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:41:16.505Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:41:16.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:42:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:42:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:42:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:42:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:42:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:42:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:42:16.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:42:16.497Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:43:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:43:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:43:06.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:43:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:43:06.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:43:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:43:16.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:43:16.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:44:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:44:06.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:44:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:44:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:44:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:44:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:44:16.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:44:16.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:45:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:45:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:45:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:45:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:45:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:45:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:45:16.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:45:16.491Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:46:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:46:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:46:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:46:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:46:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:46:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:46:16.492Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:46:16.493Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:47:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:47:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:47:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:47:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:47:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:47:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:47:16.489Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:47:16.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:48:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:48:06.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:48:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:48:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:48:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:48:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:48:16.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:48:16.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:49:06.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:49:06.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-12-03T07:49:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:49:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:49:06.943Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:49:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:49:16.491Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:49:16.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:50:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:50:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:50:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:50:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:50:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:50:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:50:16.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:50:16.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:51:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:51:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:51:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:51:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:51:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:51:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:51:16.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:51:16.490Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:52:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:52:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:52:06.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:52:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:52:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:52:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:52:16.494Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:52:16.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:53:06.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:53:06.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:53:06.931Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:53:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:53:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:53:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:53:16.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:53:16.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:54:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:54:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:54:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:54:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:54:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:54:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:54:16.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:54:16.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:55:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:55:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:55:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:55:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:55:06.943Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:55:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:55:16.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:55:16.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:56:06.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:56:06.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:56:06.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:56:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:56:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:56:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:56:16.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:56:16.489Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:57:06.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:57:06.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:57:06.932Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:57:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:57:06.943Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:57:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:57:16.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:57:16.491Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:58:06.929Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:58:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:58:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:58:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:58:06.943Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:58:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:58:16.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:58:16.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:59:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:59:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:59:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T07:59:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T07:59:06.945Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T07:59:06.946Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T07:59:16.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T07:59:16.490Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:00:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:00:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:00:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:00:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:00:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:00:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:00:16.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:00:16.487Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:01:06.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:01:06.931Z||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-12-03T08:01:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:01:06.946Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:01:06.947Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:01:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:01:16.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:01:16.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:02:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:02:06.932Z||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-12-03T08:02:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:02:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:02:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:02:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:02:16.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:02:16.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:03:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:03:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:03:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:03:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:03:06.943Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:03:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:03:16.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:03:16.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:04:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:04:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:04:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:04:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:04:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:04:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:04:16.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:04:16.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:05:06.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:05:06.931Z||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-12-03T08:05:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:05:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:05:06.943Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:05:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:05:16.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:05:16.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:06:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:06:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:06:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:06:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:06:06.943Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:06:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:06:16.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:06:16.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:07:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:07:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:07:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:07:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:07:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:07:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:07:16.489Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:07:16.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:08:06.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:08:06.931Z||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-12-03T08:08:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:08:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:08:06.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-12-03T08:08:06.945Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:08:16.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:08:16.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:09:06.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:09:06.932Z||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-12-03T08:09:06.933Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:09:06.946Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:09:06.950Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:09:06.950Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:09:16.487Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:09:16.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:10:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:10:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:10:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:10:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:10:06.943Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:10:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:10:16.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:10:16.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:11:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:11:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:11:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:11:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:11:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:11:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:11:16.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:11:16.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:12:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:12:06.932Z||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-12-03T08:12:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:12:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:12:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:12:06.944Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:12:16.495Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:12:16.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:13:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:13:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:13:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:13:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:13:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:13:06.943Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:13:16.490Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:13:16.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:14:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:14:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:14:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:14:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:14:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:14:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:14:16.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:14:16.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:15:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:15:06.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:15:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:15:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:15:06.943Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:15:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:15:16.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:15:16.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:16:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:16:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:16:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:16:06.943Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:16:06.944Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:16:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:16:16.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:16:16.485Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:17:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:17:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:17:06.930Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:17:06.943Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:17:06.944Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:17:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:17:16.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:17:16.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:18:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:18:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:18:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:18:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:18:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:18:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:18:16.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:18:16.511Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:19:06.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:19:06.932Z||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-12-03T08:19:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:19:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:19:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:19:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:19:16.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:19:16.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:20:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:20:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:20:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:20:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:20:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:20:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:20:16.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:20:16.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:21:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:21:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:21:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:21:06.946Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:21:06.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-12-03T08:21:06.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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:21:16.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:21:16.515Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:22:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:22:06.932Z||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-12-03T08:22:06.932Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:22:06.946Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:22:06.947Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:22:06.947Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:22:16.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:22:16.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:23:06.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:23:06.931Z||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-12-03T08:23:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:23:06.943Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:23:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:23:06.944Z|bbc0490c-02fb-44a2-b111-b5234225e113|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:23:16.489Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:23:16.492Z|bbc0490c-02fb-44a2-b111-b5234225e113|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:24:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:24:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:24:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:24:06.943Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:24:06.944Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:24:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:24:16.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:24:16.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:25:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:25:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:25:06.931Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:25:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:25:06.943Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:25:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:25:16.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:25:16.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:26:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:26:06.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:26:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:26:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:26:06.943Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:26:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:26:16.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:26:16.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:27:06.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:27:06.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:27:06.929Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Sl6fkqBB4ymOB34v) ...
2022-12-03T08:27:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:27:06.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:27:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:27:16.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:27:16.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:28:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:28:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:28:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:28:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:28:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:28:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:28:16.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:28:16.490Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:29:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:29:06.930Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:29:06.930Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:29:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:29:06.943Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:29:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:29:16.491Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:29:16.493Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:30:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:30:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:30:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:30:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:30:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:30:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:30:16.486Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:30:16.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:31:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:31:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:31:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:31:06.943Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:31:06.943Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:31:06.943Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:31:16.487Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:31:16.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:32:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:32:06.930Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:32:06.931Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:32:06.943Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:32:06.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:32:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:32:16.490Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:32:16.489Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:33:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:33:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:33:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:33:06.943Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:33:06.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:33:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:33:16.485Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:33:16.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:34:06.928Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:34:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:34:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:34:06.943Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:34:06.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:34:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:34:16.475Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:34:16.492Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:35:06.929Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:35:06.931Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:35:06.931Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:35:06.943Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-03T08:35:06.944Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-03T08:35:06.944Z||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 Sl6fkqBB4ymOB34v) ...
2022-12-03T08:35:16.483Z|48c60a73-1424-4c5b-893e-1bf7081b6aa9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-03T08:35:16.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK