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-06-24T05:32:37.498Z||main|||||INFO|500||The following profiles are active: basic
2022-06-24T05:32:52.934Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-24T05:32:52.935Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-24T05:32:53.080Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-24T05:32:58.975Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-24T05:32:59.648Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-24T05:33:00.495Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-24T05:33:00.506Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-24T05:33:00.660Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-24T05:33:01.043Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-24T05:33:01.966Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-24T05:33:04.105Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T05:33:07.305Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T05:33:07.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-24T05:33:08.193Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T05:33:08.482Z||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-06-24T05:33:10.346Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T05:33:11.913Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-24T05:33:11.945Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d5924008.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-24T05:33:11.947Z||main|||||WARN|500||The sdc end point is not alive
2022-06-24T05:33:16.109Z||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-06-24T05:33:21.332Z||main|||||WARN|500||---
2022-06-24T05:33:21.333Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-24T05:33:21.333Z||main|||||WARN|500||---
2022-06-24T05:33:21.954Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-24T05:33:28.448Z||main|||||INFO|500||Started Application in 55.178 seconds (JVM running for 57.909)
2022-06-24T05:33:28.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T05:33:28.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T05:33:28.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T05:33:28.525Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T05:33:28.583Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e37f8e67-eae6-474d-971d-b2241a33e7a6 url= /sdc/v1/artifactTypes
2022-06-24T05:33:28.583Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T05:33:28.929Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-24T05:33:28.970Z||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-06-24T05:33:29.004Z||scheduling-1|||||DEBUG|500||create keys
2022-06-24T05:33:29.018Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-24T05:33:29.082Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:33:29.113Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7c4062a-19ed-4cff-bd94-f701302fc861 url= /sdc/v1/registerForDistribution
2022-06-24T05:33:29.307Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c7c4062a-19ed-4cff-bd94-f701302fc861 url= /sdc/v1/registerForDistribution
2022-06-24T05:33:29.308Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-24T05:33:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:29.332Z||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-06-24T05:33:29.332Z||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-06-24T05:33:29.333Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:33:29.333Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:33:29.335Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-24T05:33:39.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:33:39.799Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:34:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:29.319Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:34:29.319Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:34:29.321Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:29.329Z||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-06-24T05:34:29.334Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:34:38.914Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:34:38.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:35:29.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:29.317Z||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-06-24T05:35:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:35:29.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:29.321Z||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-06-24T05:35:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:35:38.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:35:38.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:36:29.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:29.318Z||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-06-24T05:36:29.319Z||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-06-24T05:36:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:36:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:36:38.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:36:38.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:37:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:29.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:29.320Z||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-06-24T05:37:29.320Z||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-06-24T05:37:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:37:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:37:38.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:37:38.890Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:38:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:29.319Z||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-06-24T05:38:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:38:29.319Z||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-06-24T05:38:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:38:38.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:38:38.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:39:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:29.318Z||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-06-24T05:39:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:39:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:29.321Z||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-06-24T05:39:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:39:38.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:39:38.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:40:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:29.317Z||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-06-24T05:40:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:40:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:29.321Z||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-06-24T05:40:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:40:38.895Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:40:38.922Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:41:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:29.318Z||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-06-24T05:41:29.319Z||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-06-24T05:41:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:41:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:41:38.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:41:38.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:42:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:29.317Z||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-06-24T05:42:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:42:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:29.319Z||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-06-24T05:42:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:42:38.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:42:38.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:43:15.135Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-24T05:43:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:29.318Z||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-06-24T05:43:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:43:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:29.319Z||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-06-24T05:43:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:43:38.927Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:43:38.941Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:44:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:29.318Z||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-06-24T05:44:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:44:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:29.319Z||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-06-24T05:44:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:44:38.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:44:38.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:45:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:29.318Z||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-06-24T05:45:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:45:29.319Z||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-06-24T05:45:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:45:38.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:45:38.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:46:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:29.317Z||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-06-24T05:46:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:46:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:29.320Z||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-06-24T05:46:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:46:38.874Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:46:38.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:47:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:47:29.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:47:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:29.319Z||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-06-24T05:47:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:47:38.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:47:38.876Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:48:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:48:29.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:48:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:29.319Z||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-06-24T05:48:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:48:38.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:48:38.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:49:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:49:29.318Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:49:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:29.319Z||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-06-24T05:49:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:49:38.874Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:49:38.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:50:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:29.320Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:50:29.320Z||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-06-24T05:50:29.321Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:50:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:50:38.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:50:38.878Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:51:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:51:29.318Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:51:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:29.319Z||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-06-24T05:51:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:51:38.870Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:51:38.871Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:52:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:52:29.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:52:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:29.319Z||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-06-24T05:52:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:52:38.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:52:38.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:53:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T05:53:29.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T05:53:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:29.319Z||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-06-24T05:53:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:53:38.875Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:53:38.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:54:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:29.317Z||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-06-24T05:54:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:54:29.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:29.321Z||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-06-24T05:54:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:54:38.878Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:54:38.885Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:55:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:29.317Z||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-06-24T05:55:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:55:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:29.319Z||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-06-24T05:55:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:55:38.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:55:38.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:56:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:29.317Z||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-06-24T05:56:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:56:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:29.319Z||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-06-24T05:56:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:56:38.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:56:38.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:57:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:29.317Z||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-06-24T05:57:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:57:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:29.319Z||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-06-24T05:57:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:57:38.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:57:38.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:58:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:29.318Z||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-06-24T05:58:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:58:29.319Z||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-06-24T05:58:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:58:38.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:58:38.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:59:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:29.317Z||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-06-24T05:59:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:59:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:29.319Z||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-06-24T05:59:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T05:59:38.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:59:38.867Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:00:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:29.317Z||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-06-24T06:00:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:00:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:29.319Z||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-06-24T06:00:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:00:38.872Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:00:38.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:01:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:29.317Z||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-06-24T06:01:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:01:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:29.319Z||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-06-24T06:01:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:01:38.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:01:38.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:02:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:29.317Z||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-06-24T06:02:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:02:29.319Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:29.320Z||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-06-24T06:02:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:02:38.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:02:38.881Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:03:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:29.317Z||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-06-24T06:03:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:03:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:29.319Z||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-06-24T06:03:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:03:38.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:03:38.876Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:04:29.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:29.317Z||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-06-24T06:04:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:04:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:29.319Z||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-06-24T06:04:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:04:38.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:04:38.952Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:05:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:29.317Z||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-06-24T06:05:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:05:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:29.319Z||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-06-24T06:05:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:05:38.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:05:38.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:06:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:29.318Z||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-06-24T06:06:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:06:29.319Z||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-06-24T06:06:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:06:38.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:06:38.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:07:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:29.317Z||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-06-24T06:07:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:07:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:29.319Z||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-06-24T06:07:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:07:38.871Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:07:38.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:08:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:29.316Z||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-06-24T06:08:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:08:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:29.319Z||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-06-24T06:08:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:08:38.890Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:08:38.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:09:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:29.317Z||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-06-24T06:09:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:09:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:29.319Z||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-06-24T06:09:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:09:38.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:09:38.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:10:29.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:29.317Z||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-06-24T06:10:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:10:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:29.319Z||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-06-24T06:10:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:10:38.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:10:38.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:11:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:29.318Z||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-06-24T06:11:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:11:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:29.319Z||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-06-24T06:11:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:11:38.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:11:38.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:12:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:12:29.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:12:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:29.319Z||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-06-24T06:12:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:12:38.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:12:38.875Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:13:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:13:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:13:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:29.320Z||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-06-24T06:13:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:13:38.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:13:38.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:14:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:29.318Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:14:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:29.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:14:29.319Z||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-06-24T06:14:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:14:38.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:14:38.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:15:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:29.316Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:15:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:15:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:29.319Z||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-06-24T06:15:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:15:38.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:15:38.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:16:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:29.316Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:16:29.316Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:16:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:29.319Z||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-06-24T06:16:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:16:38.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:16:38.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:17:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:29.316Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:17:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:17:29.319Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:29.319Z||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-06-24T06:17:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:17:38.869Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:17:38.870Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:18:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:18:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:18:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:29.319Z||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-06-24T06:18:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:18:38.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:18:38.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:19:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:19:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:19:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:29.319Z||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-06-24T06:19:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:19:38.879Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:19:38.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:20:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:20:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:20:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:29.319Z||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-06-24T06:20:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:20:38.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:20:38.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:21:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:21:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:21:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:29.319Z||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-06-24T06:21:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:21:38.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:21:38.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:22:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:29.318Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:22:29.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:22:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:29.319Z||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-06-24T06:22:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:22:38.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:22:38.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:23:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:23:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:23:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:29.320Z||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-06-24T06:23:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:23:38.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:23:38.875Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:24:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:29.316Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:24:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:24:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:29.319Z||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-06-24T06:24:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:24:38.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:24:38.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:25:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:29.316Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:25:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:25:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:29.319Z||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-06-24T06:25:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:25:38.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:25:38.878Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:26:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:26:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:26:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:29.320Z||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-06-24T06:26:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:26:38.871Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:26:38.874Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:27:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:29.317Z||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-06-24T06:27:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:27:29.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:29.321Z||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-06-24T06:27:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:27:38.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:27:38.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:28:29.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:29.318Z||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-06-24T06:28:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:28:29.319Z||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-06-24T06:28:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:28:38.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:28:38.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:29:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:29.317Z||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-06-24T06:29:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:29:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:29.319Z||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-06-24T06:29:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:29:38.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:29:38.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:30:29.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:29.317Z||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-06-24T06:30:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:30:29.319Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:29.319Z||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-06-24T06:30:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:30:38.871Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:30:38.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:31:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:29.318Z||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-06-24T06:31:29.318Z||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-06-24T06:31:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:31:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:31:38.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:31:38.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:32:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:29.317Z||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-06-24T06:32:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:32:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:29.319Z||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-06-24T06:32:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:32:38.867Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:32:38.869Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:33:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:29.317Z||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-06-24T06:33:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:33:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:29.318Z||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-06-24T06:33:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:33:38.875Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:33:38.875Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:34:29.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:29.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:34:29.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:34:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:29.319Z||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-06-24T06:34:29.321Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:34:38.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:34:38.875Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:35:29.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:29.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:35:29.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:35:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:29.319Z||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-06-24T06:35:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:35:38.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:35:38.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:36:29.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:29.317Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T06:36:29.317Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T06:36:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:29.319Z||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-06-24T06:36:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:36:38.870Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:36:38.871Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:29.317Z||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-06-24T06:37:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:37:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:29.318Z||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-06-24T06:37:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:37:38.871Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:38.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:38:29.317Z||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-06-24T06:38:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:38:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:38:29.319Z||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-06-24T06:38:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:38:38.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:38.876Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:39:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:39:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:39:29.318Z||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-06-24T06:39:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:39:29.319Z||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-06-24T06:39:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:39:38.865Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:39:38.868Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:40:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:29.317Z||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-06-24T06:40:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:40:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:29.319Z||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-06-24T06:40:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:40:38.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:40:38.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:29.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:41:29.317Z||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-06-24T06:41:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:41:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:41:29.319Z||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-06-24T06:41:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:41:38.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:38.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:42:29.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:42:29.317Z||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-06-24T06:42:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:42:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:42:29.319Z||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-06-24T06:42:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:42:38.872Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:42:38.872Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:43:29.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:29.316Z||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-06-24T06:43:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:43:29.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:29.319Z||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-06-24T06:43:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:43:38.868Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:43:38.868Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:44:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:29.317Z||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-06-24T06:44:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:44:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:29.320Z||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-06-24T06:44:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:44:38.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:44:38.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:45:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:29.317Z||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-06-24T06:45:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:45:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:29.319Z||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-06-24T06:45:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:45:38.872Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:45:38.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:46:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:46:29.317Z||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-06-24T06:46:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:46:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:46:29.319Z||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-06-24T06:46:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:46:38.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:46:38.868Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:47:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:47:29.317Z||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-06-24T06:47:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:47:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:47:29.319Z||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-06-24T06:47:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:47:38.878Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:47:38.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:29.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:48:29.317Z||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-06-24T06:48:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:48:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:48:29.319Z||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-06-24T06:48:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:48:38.871Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:38.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:49:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:49:29.316Z||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-06-24T06:49:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:49:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:49:29.319Z||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-06-24T06:49:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:49:38.873Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:49:38.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:50:29.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:29.316Z||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-06-24T06:50:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:50:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:29.318Z||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-06-24T06:50:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:50:38.868Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:50:38.870Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:51:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:51:29.317Z||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-06-24T06:51:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:51:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:51:29.319Z||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-06-24T06:51:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:51:38.863Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:51:38.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:52:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:52:29.316Z||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-06-24T06:52:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:52:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:52:29.318Z||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-06-24T06:52:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:52:38.873Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:52:38.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:53:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:53:29.317Z||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-06-24T06:53:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:53:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:53:29.319Z||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-06-24T06:53:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:53:38.882Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:53:38.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:54:29.317Z||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-06-24T06:54:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:54:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:54:29.319Z||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-06-24T06:54:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:54:38.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:38.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:55:29.317Z||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-06-24T06:55:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:55:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:55:29.318Z||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-06-24T06:55:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:55:38.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:38.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:56:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:56:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:56:29.318Z||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-06-24T06:56:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:56:29.319Z||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-06-24T06:56:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:56:38.870Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:56:38.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:57:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:57:29.317Z||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-06-24T06:57:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:57:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:57:29.319Z||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-06-24T06:57:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:57:38.871Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:57:38.871Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:58:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:58:29.316Z||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-06-24T06:58:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:58:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:58:29.319Z||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-06-24T06:58:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:58:38.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:58:38.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:59:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:29.317Z||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-06-24T06:59:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:59:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:29.319Z||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-06-24T06:59:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T06:59:38.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:59:38.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:00:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:00:29.317Z||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-06-24T07:00:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:00:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:00:29.319Z||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-06-24T07:00:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:00:38.878Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:00:38.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:01:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:01:29.316Z||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-06-24T07:01:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:01:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:01:29.318Z||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-06-24T07:01:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:01:38.872Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:01:38.874Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:02:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:02:29.318Z||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-06-24T07:02:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:02:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:02:29.318Z||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-06-24T07:02:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:02:38.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:02:38.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:03:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:03:29.317Z||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-06-24T07:03:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:03:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:03:29.319Z||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-06-24T07:03:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:03:38.870Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:03:38.870Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:04:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:04:29.316Z||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-06-24T07:04:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:04:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:04:29.319Z||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-06-24T07:04:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:04:38.884Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:04:38.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:05:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:05:29.316Z||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-06-24T07:05:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:05:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:05:29.319Z||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-06-24T07:05:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:05:38.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:05:38.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:06:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:06:29.317Z||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-06-24T07:06:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:06:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:06:29.318Z||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-06-24T07:06:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:06:38.882Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:06:38.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:07:29.317Z||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-06-24T07:07:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:07:29.318Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:07:29.319Z||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-06-24T07:07:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:07:38.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:38.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:08:29.317Z||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-06-24T07:08:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:08:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:08:29.319Z||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-06-24T07:08:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:08:38.871Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:38.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:09:29.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:09:29.317Z||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-06-24T07:09:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:09:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:09:29.319Z||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-06-24T07:09:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:09:38.870Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:09:38.871Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:10:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:10:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:10:29.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:10:29.320Z||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-06-24T07:10:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:10:38.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:38.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:11:29.318Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:29.319Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:11:29.319Z||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-06-24T07:11:29.320Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:11:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:11:38.871Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:11:38.873Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:12:29.316Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:12:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:12:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:12:29.319Z||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-06-24T07:12:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:12:38.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:38.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:29.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:13:29.318Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:13:29.318Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:13:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:13:29.319Z||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-06-24T07:13:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:13:38.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:38.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:14:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:14:29.317Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:14:29.317Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:14:29.319Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:14:29.320Z||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-06-24T07:14:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:14:38.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:14:38.895Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:29.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:15:29.316Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:15:29.316Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:15:29.319Z||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-06-24T07:15:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:15:29.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:29.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T07:15:29.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054923900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:29.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:29.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T07:15:29.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054923900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:15:29.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:29.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:29.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:15:29.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bfe13bc-20fb-432b-adfb-b86eb292ca52","serviceName":"vFW 2022-06-24 07-14-22","serviceVersion":"1.0","serviceUUID":"210d8318-6b4b-4dfe-8211-239f2a620b59","serviceDescription":"catalog service description","serviceInvariantUUID":"e2a479a9-a456-4c6d-b18d-c093b960b1dd","resources":[{"resourceInstanceName":"vFW f0759202-0854 0","resourceName":"vFW f0759202-0854","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a49861d-a583-4de5-a4a9-0199e98191c9","resourceInvariantUUID":"08eeba15-b26d-4d94-ab8b-8cd5ffedb901","resourceCustomizationUUID":"6370eb81-7f6b-4b9e-92f6-ed58c03b5efd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml","artifactChecksum":"ZGZkM2QwNWRhZjExOTlhZTUxMGFmYmZiZjRiYjkzYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a16f1b09-0411-4505-a8ad-704ad9c51cc3","artifactVersion":"1"},{"artifactName":"vfwf075920208540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json","artifactChecksum":"ZDk0MDcxODQyNzlmNWQ0MTBjNjVjNzM3NmU2MmEzZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe0f4591-b6e3-40bd-8656-09c5d3d2ede0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml","artifactChecksum":"MTBiZTcxZjE5NGRjODM0ODRlN2RiZjc4MTEzMGQ4NGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5fec720c-ddb1-4ff6-b684-42786e8d67b0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bb871de-d5b9-4013-ab31-c4f4952bb706","artifactVersion":"2","generatedFromUUID":"4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624071422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml","artifactChecksum":"MjU4NzlkODA3NDJlMDVjOGQzY2NhMzZhMjk4ZTAwZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9118f793-995c-4c58-b36c-b3b707657542","artifactVersion":"1"},{"artifactName":"service-Vfw20220624071422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar","artifactChecksum":"NTM5ZGY5YTJmZGNlNGQ4YWNiMGUzNzE1MzQzZDZlNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f8ac629-c527-4366-ac4b-3d27e795e07d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:15:29.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:29.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:30.000Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:30.000Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:30.100Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-24T07:15:30.104Z||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-06-24T07:15:30.104Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:30.121Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:30.123Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:31.013Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:31.013Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:31.016Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:31.016Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:15:31.116Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:31.119Z||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-06-24T07:15:31.119Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:31.139Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:31.139Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:32.017Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:32.018Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:32.020Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:32.021Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:15:32.121Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:32.122Z||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-06-24T07:15:32.122Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:32.147Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:32.148Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:33.022Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:33.023Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:33.026Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:33.026Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:33.126Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:15:33.127Z||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-06-24T07:15:33.128Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:33.145Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:33.147Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:34.027Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:34.028Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:34.031Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:34.031Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T07:15:34.131Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:34.132Z||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-06-24T07:15:34.133Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:34.159Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:34.159Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:35.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:35.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:35.036Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:35.037Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:35.136Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:15:35.137Z||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-06-24T07:15:35.137Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:35.155Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:35.157Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:36.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:15:36.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:36.042Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:36.042Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:36.143Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:36.144Z||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-06-24T07:15:36.144Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:36.167Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:36.168Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:37.049Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "serviceName": "vFW 2022-06-24 07-14-22",
  "serviceVersion": "1.0",
  "serviceUUID": "210d8318-6b4b-4dfe-8211-239f2a620b59",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e2a479a9-a456-4c6d-b18d-c093b960b1dd",
  "resources": [
    {
      "resourceInstanceName": "vFW f0759202-0854 0",
      "resourceCustomizationUUID": "6370eb81-7f6b-4b9e-92f6-ed58c03b5efd",
      "resourceName": "vFW f0759202-0854",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a49861d-a583-4de5-a4a9-0199e98191c9",
      "resourceInvariantUUID": "08eeba15-b26d-4d94-ab8b-8cd5ffedb901",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf075920208540_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
          "artifactChecksum": "ZDk0MDcxODQyNzlmNWQ0MTBjNjVjNzM3NmU2MmEzZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fe0f4591-b6e3-40bd-8656-09c5d3d2ede0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2bb871de-d5b9-4013-ab31-c4f4952bb706",
            "generatedFromUUID": "4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2bb871de-d5b9-4013-ab31-c4f4952bb706",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220624071422-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
      "artifactChecksum": "NTM5ZGY5YTJmZGNlNGQ4YWNiMGUzNzE1MzQzZDZlNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f8ac629-c527-4366-ac4b-3d27e795e07d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:15:37.051Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:15:37.051Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 210d8318-6b4b-4dfe-8211-239f2a620b59 ASDC
2022-06-24T07:15:37.198Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7bfe13bc-20fb-432b-adfb-b86eb292ca52
ServiceName:vFW 2022-06-24 07-14-22
ServiceVersion:1.0
ServiceUUID:210d8318-6b4b-4dfe-8211-239f2a620b59
ServiceInvariantUUID:e2a479a9-a456-4c6d-b18d-c093b960b1dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624071422-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
ArtifactUUID:5f8ac629-c527-4366-ac4b-3d27e795e07d
ArtifactChecksum:NTM5ZGY5YTJmZGNlNGQ4YWNiMGUzNzE1MzQzZDZlNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f0759202-0854 0
ResourceCustomizationUUID:6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
ResourceInvariantUUID:08eeba15-b26d-4d94-ab8b-8cd5ffedb901
ResourceName:vFW f0759202-0854
ResourceType:VF
ResourceUUID:1a49861d-a583-4de5-a4a9-0199e98191c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf075920208540_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
ArtifactUUID:fe0f4591-b6e3-40bd-8656-09c5d3d2ede0
ArtifactChecksum:ZDk0MDcxODQyNzlmNWQ0MTBjNjVjNzM3NmU2MmEzZDg=
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/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
ArtifactUUID:4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82
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/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
ArtifactUUID:2bb871de-d5b9-4013-ab31-c4f4952bb706
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/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
ArtifactUUID:2bb871de-d5b9-4013-ab31-c4f4952bb706
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:15:37.202Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 210d8318-6b4b-4dfe-8211-239f2a620b59 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-06-24T07:15:37.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:15:37.654Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:15:37.655Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:15:37.656Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5f8ac629-c527-4366-ac4b-3d27e795e07d from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:37.656Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:37.658Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:37.852Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:37.879Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar 5f8ac629-c527-4366-ac4b-3d27e795e07d 99096
2022-06-24T07:15:37.882Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar ASDC sendASDCNotification
2022-06-24T07:15:37.883Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:37.887Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:37.888Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:37.891Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:37.891Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054937880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:37.992Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:37.993Z||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-06-24T07:15:37.993Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:38.019Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:38.020Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:38.893Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:15:38.894Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:15:38.895Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5f8ac629-c527-4366-ac4b-3d27e795e07d, URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar to file: /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:38.896Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624071422-csar.csar
2022-06-24T07:15:39.045Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:39.045Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:40.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13528093365485679796/Definitions/service-Vfw20220624071422-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_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-24T07:15:43.481Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:15:43.488Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.489Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.490Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f0759202-0854 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:43.491Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:15:43.498Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.500Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.505Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.506Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:15:43.508Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.511Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:15:43.512Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:15:43.512Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.512Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.517Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.517Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.517Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.518Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.519Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:43.520Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.521Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:15:43.521Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.521Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:43.523Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:43.524Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.525Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:43.526Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.527Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d22968ab-1e38-4d98-97ad-0af349e3e406
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.528Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.529Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.530Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:43.531Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.531Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaa3a411-e1a6-45e6-8970-4ce8c151aada
2022-06-24T07:15:43.531Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:43.532Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:43.533Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:43.534Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7284fa5d-9205-4abc-9320-8cc6fb3dbc14
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.535Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.536Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.537Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:43.537Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:43.537Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-24 07-14-22
Description:catalog service description
Model UUID:210d8318-6b4b-4dfe-8211-239f2a620b59
Model Version:NULL
Model InvariantUuid:e2a479a9-a456-4c6d-b18d-c093b960b1dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f0759202-0854
Model UUID:cd6343aa-9c11-451f-bfdf-6e6cbb40a2b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08eeba15-b26d-4d94-ab8b-8cd5ffedb901
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3272591d-8cda-4088-8819-56a4fdcd26e8
ModelName:VfwF07592020854..base_vfw..module-0
ModelUuid:01d4653f-e797-4815-8ea1-6f57ff7b5df2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d22968ab-1e38-4d98-97ad-0af349e3e406
ModelInvariantUuid:0814be9e-de78-49e1-a26c-13a51b7147b8
ModelName:vFW f0759202-0854-nodes.vfwCvfc
ModelUuid:c02878e2-bac5-4ed2-9d2b-5751c1a8d58f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:354779e8-d397-4e31-b6b1-940f171cb349
ModelInvariantUuid:b04b5117-a908-435f-96f9-cb2bf1053b01
ModelName:VfwF07592020854.compute.nodes.heat.vfw
ModelUuid:f9536250-cdce-4058-b38d-ea4136a67e64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:eaa3a411-e1a6-45e6-8970-4ce8c151aada
ModelInvariantUuid:c032782f-f68b-4dbb-8728-63cf0b17c4a9
ModelName:vFW f0759202-0854-nodes.vsnCvfc
ModelUuid:8010f63f-28a9-42bd-a1a5-9e7e3edf4d77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c5ea503b-e97b-44bb-af93-bc8041a930d2
ModelInvariantUuid:cb260b40-f2ce-4a39-bcbd-6434d44c8c8f
ModelName:VfwF07592020854.compute.nodes.heat.vsn
ModelUuid:306edbc2-b8b5-4e09-99f0-272eb495f47d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7284fa5d-9205-4abc-9320-8cc6fb3dbc14
ModelInvariantUuid:09405673-743d-49dd-a5ba-0cd90a8f112a
ModelName:vFW f0759202-0854-nodes.vpgCvfc
ModelUuid:8cfff3e0-3183-4fa8-92d8-bb4691f0fe07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e347d4fa-1825-4957-8d71-f976cac51f53
ModelInvariantUuid:350cca59-c842-49ec-9756-f7497a6d8974
ModelName:VfwF07592020854.compute.nodes.heat.vpg
ModelUuid:0c64d7e6-4249-4bf3-b04f-6b00f9580582
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-06-24T07:15:43.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a49861d-a583-4de5-a4a9-0199e98191c9
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-06-24T07:15:43.758Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||vFW f0759202-0854 0
2022-06-24T07:15:43.769Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a49861d-a583-4de5-a4a9-0199e98191c9
2022-06-24T07:15:43.770Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe0f4591-b6e3-40bd-8656-09c5d3d2ede0 from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:43.770Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:43.770Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:43.820Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:43.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json fe0f4591-b6e3-40bd-8656-09c5d3d2ede0 785
2022-06-24T07:15:43.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json ASDC sendASDCNotification
2022-06-24T07:15:43.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:43.822Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:43.822Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:43.846Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:43.846Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054943821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:43.926Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-06-24T07:15:43.927Z||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-06-24T07:15:43.927Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:43.950Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:43.951Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:44.848Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF07592020854..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3272591d-8cda-4088-8819-56a4fdcd26e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "01d4653f-e797-4815-8ea1-6f57ff7b5df2",
    "vfModuleModelCustomizationUUID": "324a3938-8289-45b1-8128-870f1a0052c7",
    "isBase": true,
    "artifacts": [
      "4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82",
      "2bb871de-d5b9-4013-ab31-c4f4952bb706"
    ],
    "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-06-24T07:15:44.867Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF07592020854..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01d4653f-e797-4815-8ea1-6f57ff7b5df2
VfModuleModelInvariantUUID:3272591d-8cda-4088-8819-56a4fdcd26e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82
,
2bb871de-d5b9-4013-ab31-c4f4952bb706

}
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-06-24T07:15:44.870Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF07592020854..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3272591d-8cda-4088-8819-56a4fdcd26e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "01d4653f-e797-4815-8ea1-6f57ff7b5df2",
    "vfModuleModelCustomizationUUID": "324a3938-8289-45b1-8128-870f1a0052c7",
    "isBase": true,
    "artifacts": [
      "4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82",
      "2bb871de-d5b9-4013-ab31-c4f4952bb706"
    ],
    "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-06-24T07:15:44.870Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF07592020854..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01d4653f-e797-4815-8ea1-6f57ff7b5df2
VfModuleModelInvariantUUID:3272591d-8cda-4088-8819-56a4fdcd26e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82
,
2bb871de-d5b9-4013-ab31-c4f4952bb706

}
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-06-24T07:15:44.870Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82 from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:44.871Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:44.871Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:44.926Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml 4ae6dfd9-34b3-40ef-bd7c-56f1a60b8d82 20368
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:44.928Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:44.930Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:44.931Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054944928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:45.032Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:15:45.033Z||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-06-24T07:15:45.033Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:45.054Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:45.055Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:45.932Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2bb871de-d5b9-4013-ab31-c4f4952bb706 from URL: /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:45.932Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:15:45.932Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:46.002Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:15:46.003Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env 2bb871de-d5b9-4013-ab31-c4f4952bb706 2098
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:15:46.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:46.008Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:46.008Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054946003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:46.108Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:46.110Z||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-06-24T07:15:46.110Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:46.134Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:46.135Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:47.009Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 210d8318-6b4b-4dfe-8211-239f2a620b59
2022-06-24T07:15:47.010Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f0759202-0854 0 1a49861d-a583-4de5-a4a9-0199e98191c9 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-06-24T07:15:47.061Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58378358, org.onap.sdc.toscaparser.api.parameters.Input@2f4d503c, org.onap.sdc.toscaparser.api.parameters.Input@28a38fb2, org.onap.sdc.toscaparser.api.parameters.Input@3d8e09e2, org.onap.sdc.toscaparser.api.parameters.Input@59477048]
2022-06-24T07:15:47.066Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.066Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.066Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:15:47.067Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
2022-06-24T07:15:47.067Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd matches Tosca VF Customization UUID: 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
2022-06-24T07:15:47.067Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd  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-06-24T07:15:47.077Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.077Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.079Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6370eb81-7f6b-4b9e-92f6-ed58c03b5efd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-24T07:15:47.079Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3956375f
2022-06-24T07:15:47.080Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.080Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:15:47.081Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 324a3938-8289-45b1-8128-870f1a0052c7
2022-06-24T07:15:47.082Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 324a3938-8289-45b1-8128-870f1a0052c7
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-06-24T07:15:47.091Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.092Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.092Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.093Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.094Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T07:15:47.095Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:47.096Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.097Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:47.097Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.097Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d22968ab-1e38-4d98-97ad-0af349e3e406
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-06-24T07:15:47.108Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.108Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.108Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.109Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.109Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:47.109Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.110Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T07:15:47.111Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.112Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T07:15:47.112Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.112Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaa3a411-e1a6-45e6-8970-4ce8c151aada
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-06-24T07:15:47.115Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.116Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.116Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.120Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.120Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is not matching search criteria
2022-06-24T07:15:47.120Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.121Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T07:15:47.122Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T07:15:47.123Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T07:15:47.123Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T07:15:47.123Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7284fa5d-9205-4abc-9320-8cc6fb3dbc14
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-06-24T07:15:47.126Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.127Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.127Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:15:47.127Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.128Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Node template vFW f0759202-0854 0 is matching search criteria
2022-06-24T07:15:47.128Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0759202-0854 0] matching following query criteria: sdcType=VF, customizationUUID=6370eb81-7f6b-4b9e-92f6-ed58c03b5efd
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-06-24T07:15:47.131Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.131Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.131Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 210d8318-6b4b-4dfe-8211-239f2a620b59: vFW f0759202-0854
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.132Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.133Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.133Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.133Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-24 07-14-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:15:47.134Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-24 07-14-22 
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-06-24T07:15:47.553Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f0759202-0854 1a49861d-a583-4de5-a4a9-0199e98191c9 1 ASDC deployResourceStructure
2022-06-24T07:15:47.554Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json ASDC sendASDCNotification
2022-06-24T07:15:47.554Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json
2022-06-24T07:15:47.555Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:47.555Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:47.558Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:47.558Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054947554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:47.659Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:47.660Z||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-06-24T07:15:47.660Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:47.681Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:47.682Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:48.560Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:48.563Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:48.563Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054948559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:48.663Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:48.664Z||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-06-24T07:15:48.664Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:48.679Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:48.680Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:15:49.564Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T07:15:49.565Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env
2022-06-24T07:15:49.565Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:49.566Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:49.568Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:49.568Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054949564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:49.671Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:15:49.672Z||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-06-24T07:15:49.672Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:49.722Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:49.723Z||pool-16-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar ASDC sendASDCNotification
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:15:50.569Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:15:50.572Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:15:50.572Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054950569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:50.672Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:15:50.674Z||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-06-24T07:15:50.674Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:15:50.693Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:50.694Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:15:51.574Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:15:51.626Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
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-06-24T07:15:51.631Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:15:51.631Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:15:51.631Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:16:21.632Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:16:21.648Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
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-06-24T07:16:21.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:16:21.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:16:21.652Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:16:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:16:29.319Z||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-06-24T07:16:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:16:29.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:16:29.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054923900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:16:29.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:16:51.653Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:16:51.673Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
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-06-24T07:16:51.676Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:16:51.676Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:16:51.676Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:17:21.677Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:17:21.702Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
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-06-24T07:17:21.706Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:17:21.707Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:17:21.707Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:17:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:17:29.320Z||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-06-24T07:17:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:17:29.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:17:29.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:17:29.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054927688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:17:29.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:17:51.707Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:17:51.735Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
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-06-24T07:17:51.740Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:17:51.740Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:17:51.740Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:18:21.741Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:18:21.764Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
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-06-24T07:18:21.768Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:18:21.768Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:18:21.768Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:18:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:18:29.320Z||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-06-24T07:18:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:18:29.362Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:18:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054928584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054923900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054927688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054928584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054923900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054927688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054928584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054923900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054927688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054928584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054923900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054927688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054928584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054932835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054933077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054927688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054928584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054932835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054927688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054928584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054934165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054929315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054933914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054932835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054935286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054936632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054933914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054932835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054937880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054936384,
  "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-06-24T07:18:29.405Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.406Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 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-06-24T07:18:29.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "cds",
  "timestamp": 1656054937663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-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-06-24T07:18:29.431Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.431Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 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-06-24T07:18:29.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054933914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054932835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054937388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054933914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054932835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054933914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054932835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054933914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054940645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054933914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054941656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054941839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054943821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "policy-id",
  "timestamp": 1656054942670,
  "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-06-24T07:18:29.461Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.461Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T07:18:29.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054941894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054944928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054941894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054946003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054941894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054941894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054947554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/vfwf075920208540_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054941894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054948559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054941894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054949564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/resourceInstances/vfwf075920208540/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054941894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:18:29.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054950569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054949781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:29.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054955647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054956661,
  "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-06-24T07:18:29.492Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 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-06-24T07:18:29.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054958633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624071422/1.0/artifacts/service-Vfw20220624071422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:18:29.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "aai-ml",
  "timestamp": 1656054959638,
  "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-06-24T07:18:29.514Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bfe13bc-20fb-432b-adfb-b86eb292ca52
2022-06-24T07:18:29.514Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bfe13bc-20fb-432b-adfb-b86eb292ca52 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-06-24T07:18:51.769Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:18:51.802Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52
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-06-24T07:18:51.807Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:18:51.808Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:18:51.808Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:18:51.808Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:18:51.809Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:18:51.809Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:18:51.810Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-06-24T07:18:51.821Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:19:21.822Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52 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-06-24T07:19:21.847Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and serviceModelVersionId: 210d8318-6b4b-4dfe-8211-239f2a620b59
2022-06-24T07:19:21.848Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2a479a9-a456-4c6d-b18d-c093b960b1dd
2022-06-24T07:19:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:19:29.319Z||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-06-24T07:19:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:19:29.861Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:29.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055023900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055023914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055018582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055023900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:19:29.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055023914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055018582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055027688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055023900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055023914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055018582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055027688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055023900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055023914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055018582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055027688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055023900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055023914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055018582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055027688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055023900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055023914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055018582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055027688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055023900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:19:29.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055023914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055018582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:19:29.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055031894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055032835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055027688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055031894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055033298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055033370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055034569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055032835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055027688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055031894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "cds",
  "timestamp": 1656055035585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-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-06-24T07:19:29.942Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:29.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 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-06-24T07:19:29.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055034378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055032835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055031894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055035661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055032835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055031894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:29.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055036696,
  "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-06-24T07:19:29.994Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:29.995Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 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-06-24T07:19:30.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055032835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:30.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:30.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055031894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:30.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:30.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055037700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:19:30.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055032835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:30.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055031894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:19:30.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:30.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055032835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:19:30.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:19:30.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055039714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055040600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:30.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055040541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:19:30.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055041608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "aai-ml",
  "timestamp": 1656055041545,
  "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-06-24T07:19:30.089Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:30.090Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 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-06-24T07:19:30.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055042162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:19:30.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:30.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "policy-id",
  "timestamp": 1656055042611,
  "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-06-24T07:19:30.202Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:30.202Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T07:19:30.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:19:30.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055043166,
  "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-06-24T07:19:30.263Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5b40848-f571-4a4c-a3ea-bd9428980332
2022-06-24T07:19:30.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5b40848-f571-4a4c-a3ea-bd9428980332 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-06-24T07:19:41.828Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0
2022-06-24T07:19:41.975Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:19:42.709Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|INFO|500||Invoke
2022-06-24T07:19:42.724Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7bfe13bc-20fb-432b-adfb-b86eb292ca52], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6847d9b5-df85-43d2-9f2f-b28234aa19f1], X-ECOMP-RequestID=[7bfe13bc-20fb-432b-adfb-b86eb292ca52], X-TransactionId=[], X-ONAP-RequestID=[7bfe13bc-20fb-432b-adfb-b86eb292ca52], Content-Type=[application/merge-patch+json]}
2022-06-24T07:19:42.896Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:19:43.148Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?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/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-07:19:41:309-899], vertex-id=[213080], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:19:41 GMT], Content-Type=[application/json]}
2022-06-24T07:19:43.151Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:19:43.152Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2a479a9-a456-4c6d-b18d-c093b960b1dd/model-vers/model-ver/210d8318-6b4b-4dfe-8211-239f2a620b59?depth=0|INFO|500||InvokeReturn
2022-06-24T07:19:43.158Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:19:43.158Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-06-24T07:19:43.167Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||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-06-24T07:19:43.169Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bfe13bc-20fb-432b-adfb-b86eb292ca52 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:19:43.171Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:19:43.172Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:43.179Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:43.180Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055183169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:19:43.275Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-24T07:19:43.278Z||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-06-24T07:19:43.278Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:43.296Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:43.297Z||pool-18-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-06-24T07:19:44.202Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:19:44.203Z||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-06-24T07:19:44.203Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:19:48.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:48.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T07:19:48.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5b40848-f571-4a4c-a3ea-bd9428980332","serviceName":"basic_onboard_RQXavO","serviceVersion":"1.0","serviceUUID":"b29e767d-6aa6-4107-bca4-340529e8c59b","serviceDescription":"service","serviceInvariantUUID":"adb22831-6310-4976-a318-29ae3b939e42","resources":[{"resourceInstanceName":"basic_onboard_RQXavO 0","resourceName":"basic_onboard_RQXavO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5a2596b-ad42-4c83-b800-7da944367874","resourceInvariantUUID":"d626c483-0716-4053-a124-17b1d0455d6f","resourceCustomizationUUID":"bc6d5df8-945c-4259-aac8-607590d02500","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E3YWI5NTgxMmIyNGQ3OGE1ZjUzNzI2MjJhODYzMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c7af9ca-8c5b-4100-8785-3d7709a4eba2","artifactVersion":"1"},{"artifactName":"basic_onboard_rqxavo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json","artifactChecksum":"M2ZhNjVmYmExOGEzNDZhMzZjYjg5OWRmMjJhZTcxMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"31e804ff-c9e6-4095-8317-0f5352a24702","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4bc4fd18-624a-4e84-aad2-be0af360d986","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"01ab815c-ac75-499f-9478-e80863cc130c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"183edf20-55f1-45eb-97c2-637200bc5cc9","artifactVersion":"2","generatedFromUUID":"4bc4fd18-624a-4e84-aad2-be0af360d986"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRqxavo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml","artifactChecksum":"YjQ0MWYwYTc4MTJmNmQ1NTg2OTQ3OWNlZTA0NWUwYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31de9852-5efe-463b-9fdf-f2b584cfd63a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRqxavo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar","artifactChecksum":"MjBiM2VmNGIwOWY0NjFhZTgxNDY2ODc0OWM3Mjc1NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3621067-11bc-4e3a-827e-209e8d19e684","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:19:48.654Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:48.655Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:48.658Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:48.658Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:48.759Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:19:48.761Z||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-06-24T07:19:48.761Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:48.778Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:48.779Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:49.659Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:49.660Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:49.663Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:49.663Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:19:49.764Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:19:49.765Z||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-06-24T07:19:49.765Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:49.803Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:49.804Z||pool-20-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:50.663Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:50.665Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:50.667Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:50.667Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:19:50.768Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:19:50.769Z||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-06-24T07:19:50.770Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:50.789Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:50.789Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:51.668Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:51.670Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:51.672Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:51.672Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:51.774Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:19:51.776Z||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-06-24T07:19:51.776Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:51.808Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:51.809Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:52.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:52.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:52.678Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:52.678Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T07:19:52.778Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:19:52.780Z||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-06-24T07:19:52.780Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:52.798Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:52.799Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:53.679Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:53.680Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:53.694Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:53.695Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:19:53.783Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-24T07:19:53.785Z||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-06-24T07:19:53.785Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:53.805Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:53.806Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:54.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:19:54.697Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:54.699Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:54.699Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:19:54.800Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:19:54.802Z||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-06-24T07:19:54.802Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:54.861Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:54.862Z||pool-25-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:55.704Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "serviceName": "basic_onboard_RQXavO",
  "serviceVersion": "1.0",
  "serviceUUID": "b29e767d-6aa6-4107-bca4-340529e8c59b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "adb22831-6310-4976-a318-29ae3b939e42",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_RQXavO 0",
      "resourceCustomizationUUID": "bc6d5df8-945c-4259-aac8-607590d02500",
      "resourceName": "basic_onboard_RQXavO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5a2596b-ad42-4c83-b800-7da944367874",
      "resourceInvariantUUID": "d626c483-0716-4053-a124-17b1d0455d6f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rqxavo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
          "artifactChecksum": "M2ZhNjVmYmExOGEzNDZhMzZjYjg5OWRmMjJhZTcxMjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "31e804ff-c9e6-4095-8317-0f5352a24702",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4bc4fd18-624a-4e84-aad2-be0af360d986",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "183edf20-55f1-45eb-97c2-637200bc5cc9",
            "generatedFromUUID": "4bc4fd18-624a-4e84-aad2-be0af360d986"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "183edf20-55f1-45eb-97c2-637200bc5cc9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRqxavo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
      "artifactChecksum": "MjBiM2VmNGIwOWY0NjFhZTgxNDY2ODc0OWM3Mjc1NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3621067-11bc-4e3a-827e-209e8d19e684"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:19:55.704Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:19:55.704Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b29e767d-6aa6-4107-bca4-340529e8c59b ASDC
2022-06-24T07:19:55.705Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c5b40848-f571-4a4c-a3ea-bd9428980332
ServiceName:basic_onboard_RQXavO
ServiceVersion:1.0
ServiceUUID:b29e767d-6aa6-4107-bca4-340529e8c59b
ServiceInvariantUUID:adb22831-6310-4976-a318-29ae3b939e42
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRqxavo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
ArtifactUUID:f3621067-11bc-4e3a-827e-209e8d19e684
ArtifactChecksum:MjBiM2VmNGIwOWY0NjFhZTgxNDY2ODc0OWM3Mjc1NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RQXavO 0
ResourceCustomizationUUID:bc6d5df8-945c-4259-aac8-607590d02500
ResourceInvariantUUID:d626c483-0716-4053-a124-17b1d0455d6f
ResourceName:basic_onboard_RQXavO
ResourceType:VF
ResourceUUID:b5a2596b-ad42-4c83-b800-7da944367874
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rqxavo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
ArtifactUUID:31e804ff-c9e6-4095-8317-0f5352a24702
ArtifactChecksum:M2ZhNjVmYmExOGEzNDZhMzZjYjg5OWRmMjJhZTcxMjY=
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/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4bc4fd18-624a-4e84-aad2-be0af360d986
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/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
ArtifactUUID:183edf20-55f1-45eb-97c2-637200bc5cc9
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/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
ArtifactUUID:183edf20-55f1-45eb-97c2-637200bc5cc9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:19:55.705Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b29e767d-6aa6-4107-bca4-340529e8c59b 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-06-24T07:19:55.751Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f3621067-11bc-4e3a-827e-209e8d19e684 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:19:55.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:55.826Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar f3621067-11bc-4e3a-827e-209e8d19e684 71592
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar ASDC sendASDCNotification
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:19:55.830Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:55.832Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:55.833Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055195830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:55.933Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:19:55.934Z||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-06-24T07:19:55.934Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:55.958Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:55.959Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:19:56.833Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:19:56.834Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T07:19:56.834Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f3621067-11bc-4e3a-827e-209e8d19e684, URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar to file: /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:56.835Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:56.835Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:56.835Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:57.012Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6782303236516119166/Definitions/service-BasicOnboardRqxavo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-24T07:19:58.838Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:19:58.839Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T07:19:58.839Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.839Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RQXavO 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.840Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-BasicOnboardRqxavo-csar.csar
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.841Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.842Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.843Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:19:58.844Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.845Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:19:58.846Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.846Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.846Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:19:58.847Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is not matching search criteria
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:19:58.848Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e6689ce-f4fc-4801-8ddf-9e365966379f
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.849Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:19:58.850Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_RQXavO
Description:service
Model UUID:b29e767d-6aa6-4107-bca4-340529e8c59b
Model Version:NULL
Model InvariantUuid:adb22831-6310-4976-a318-29ae3b939e42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_RQXavO
Model UUID:50155c39-e38b-4bf9-b8fe-14216eb7149d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d626c483-0716-4053-a124-17b1d0455d6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc6d5df8-945c-4259-aac8-607590d02500
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d1cedcf6-0de6-4233-a278-a01af21dc578
ModelName:BasicOnboardRqxavo..base_ubuntu18..module-0
ModelUuid:41547822-5769-4bd7-a310-630c88969b73
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e6689ce-f4fc-4801-8ddf-9e365966379f
ModelInvariantUuid:efe2c8c8-e44e-49cf-a8af-11691e7e1cc2
ModelName:basic_onboard_RQXavO-nodes.ubuntu18Cvfc
ModelUuid:dc71c29b-36eb-4c57-85a8-9957f57334cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e02ceea0-025e-482f-b3e7-caa25fb37a6e
ModelInvariantUuid:d2b6d9f5-a263-4e86-9fef-b9cdb778305b
ModelName:BasicOnboardRqxavo.compute.nodes.heat.ubuntu18
ModelUuid:d5b4ac88-6e65-491c-9a00-b4d79c85b9b6
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-06-24T07:19:58.871Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b5a2596b-ad42-4c83-b800-7da944367874
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-06-24T07:19:58.875Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||basic_onboard_RQXavO 0
2022-06-24T07:19:58.875Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5a2596b-ad42-4c83-b800-7da944367874
2022-06-24T07:19:58.876Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 31e804ff-c9e6-4095-8317-0f5352a24702 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:19:58.876Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:19:58.876Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:19:58.952Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:19:58.953Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json 31e804ff-c9e6-4095-8317-0f5352a24702 798
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json ASDC sendASDCNotification
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:19:58.954Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:19:58.957Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:19:58.958Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055198954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:19:59.058Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:19:59.060Z||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-06-24T07:19:59.066Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:19:59.083Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:59.084Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:19:59.960Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRqxavo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d1cedcf6-0de6-4233-a278-a01af21dc578",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41547822-5769-4bd7-a310-630c88969b73",
    "vfModuleModelCustomizationUUID": "28935290-f721-48be-a642-73316bf6cd09",
    "isBase": true,
    "artifacts": [
      "4bc4fd18-624a-4e84-aad2-be0af360d986",
      "183edf20-55f1-45eb-97c2-637200bc5cc9"
    ],
    "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-06-24T07:19:59.965Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRqxavo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41547822-5769-4bd7-a310-630c88969b73
VfModuleModelInvariantUUID:d1cedcf6-0de6-4233-a278-a01af21dc578
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bc4fd18-624a-4e84-aad2-be0af360d986
,
183edf20-55f1-45eb-97c2-637200bc5cc9

}
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-06-24T07:19:59.968Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRqxavo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d1cedcf6-0de6-4233-a278-a01af21dc578",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41547822-5769-4bd7-a310-630c88969b73",
    "vfModuleModelCustomizationUUID": "28935290-f721-48be-a642-73316bf6cd09",
    "isBase": true,
    "artifacts": [
      "4bc4fd18-624a-4e84-aad2-be0af360d986",
      "183edf20-55f1-45eb-97c2-637200bc5cc9"
    ],
    "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-06-24T07:19:59.969Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRqxavo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41547822-5769-4bd7-a310-630c88969b73
VfModuleModelInvariantUUID:d1cedcf6-0de6-4233-a278-a01af21dc578
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bc4fd18-624a-4e84-aad2-be0af360d986
,
183edf20-55f1-45eb-97c2-637200bc5cc9

}
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-06-24T07:19:59.969Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4bc4fd18-624a-4e84-aad2-be0af360d986 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:19:59.969Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:19:59.970Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:20:00.126Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:20:00.127Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml 4bc4fd18-624a-4e84-aad2-be0af360d986 5033
2022-06-24T07:20:00.138Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T07:20:00.138Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:20:00.138Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:20:00.139Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:00.141Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:00.142Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055200138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:20:00.242Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:00.244Z||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-06-24T07:20:00.244Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:00.268Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:00.269Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:01.146Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 183edf20-55f1-45eb-97c2-637200bc5cc9 from URL: /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:01.147Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T07:20:01.147Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:01.222Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T07:20:01.223Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env 183edf20-55f1-45eb-97c2-637200bc5cc9 909
2022-06-24T07:20:01.223Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T07:20:01.224Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:01.224Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:20:01.224Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:01.226Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:01.226Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055201223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:20:01.327Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:20:01.328Z||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-06-24T07:20:01.328Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:01.347Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:01.348Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:02.227Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b29e767d-6aa6-4107-bca4-340529e8c59b
2022-06-24T07:20:02.228Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RQXavO 0 b5a2596b-ad42-4c83-b800-7da944367874 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-06-24T07:20:02.247Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74445b26, org.onap.sdc.toscaparser.api.parameters.Input@762db8a8, org.onap.sdc.toscaparser.api.parameters.Input@556aa3ba, org.onap.sdc.toscaparser.api.parameters.Input@1aa50339, org.onap.sdc.toscaparser.api.parameters.Input@4ceee620]
2022-06-24T07:20:02.248Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= bc6d5df8-945c-4259-aac8-607590d02500
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc6d5df8-945c-4259-aac8-607590d02500 matches Tosca VF Customization UUID: bc6d5df8-945c-4259-aac8-607590d02500
2022-06-24T07:20:02.249Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: bc6d5df8-945c-4259-aac8-607590d02500  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-06-24T07:20:02.252Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.252Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id bc6d5df8-945c-4259-aac8-607590d02500: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65648cd8
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:20:02.253Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28935290-f721-48be-a642-73316bf6cd09
2022-06-24T07:20:02.254Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28935290-f721-48be-a642-73316bf6cd09
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-06-24T07:20:02.256Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.256Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:20:02.257Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is not matching search criteria
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:20:02.258Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e6689ce-f4fc-4801-8ddf-9e365966379f
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-06-24T07:20:02.260Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_RQXavO 0 is matching search criteria
2022-06-24T07:20:02.261Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_RQXavO 0] matching following query criteria: sdcType=VF, customizationUUID=bc6d5df8-945c-4259-aac8-607590d02500
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-06-24T07:20:02.263Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.263Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b29e767d-6aa6-4107-bca4-340529e8c59b: basic_onboard_RQXavO
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.264Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.265Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:20:02.266Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_RQXavO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:20:02.266Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_RQXavO 
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-06-24T07:20:02.366Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RQXavO b5a2596b-ad42-4c83-b800-7da944367874 1 ASDC deployResourceStructure
2022-06-24T07:20:02.367Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json ASDC sendASDCNotification
2022-06-24T07:20:02.367Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json
2022-06-24T07:20:02.367Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:02.368Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:02.371Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:02.371Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055202367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:02.471Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:02.472Z||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-06-24T07:20:02.472Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:02.492Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:02.492Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:03.372Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T07:20:03.372Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml
2022-06-24T07:20:03.373Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:03.373Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:03.375Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:03.375Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055203372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:03.475Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:03.477Z||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-06-24T07:20:03.477Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:03.495Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:03.496Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:04.376Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T07:20:04.377Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env
2022-06-24T07:20:04.377Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:04.377Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:04.379Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:04.380Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:04.480Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:04.481Z||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-06-24T07:20:04.481Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:04.503Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:04.505Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:20:05.381Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar ASDC sendASDCNotification
2022-06-24T07:20:05.381Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar
2022-06-24T07:20:05.382Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:20:05.382Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:05.384Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:05.385Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055205381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:05.485Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:05.486Z||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-06-24T07:20:05.486Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:05.502Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:05.503Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:20:06.386Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5b40848-f571-4a4c-a3ea-bd9428980332
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:20:06.403Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5b40848-f571-4a4c-a3ea-bd9428980332
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-06-24T07:20:06.408Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:20:06.409Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:20:06.410Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-06-24T07:20:06.421Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:20:29.319Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:29.320Z||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-06-24T07:20:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:20:29.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:29.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bfe13bc-20fb-432b-adfb-b86eb292ca52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055183169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:20:29.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:20:29.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:20:29.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055184202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055195830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055198954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055200138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055201223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055202367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/basic_onboard_rqxavo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:29.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055203372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/resourceInstances/basic_onboard_rqxavo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:29.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:20:29.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055205381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRqxavo/1.0/artifacts/service-BasicOnboardRqxavo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:20:29.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:20:36.423Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5b40848-f571-4a4c-a3ea-bd9428980332 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-06-24T07:20:36.433Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5b40848-f571-4a4c-a3ea-bd9428980332 and serviceModelVersionId: b29e767d-6aa6-4107-bca4-340529e8c59b
2022-06-24T07:20:36.434Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adb22831-6310-4976-a318-29ae3b939e42
2022-06-24T07:20:36.436Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0
2022-06-24T07:20:36.445Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:20:36.530Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|INFO|500||Invoke
2022-06-24T07:20:36.531Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5b40848-f571-4a4c-a3ea-bd9428980332], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4a12a4e-d54c-4129-ba87-378fdc4098d1], X-ECOMP-RequestID=[c5b40848-f571-4a4c-a3ea-bd9428980332], X-TransactionId=[], X-ONAP-RequestID=[c5b40848-f571-4a4c-a3ea-bd9428980332], Content-Type=[application/merge-patch+json]}
2022-06-24T07:20:36.576Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:20:36.734Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?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/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-07:20:34:984-31650], vertex-id=[221280], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:20:34 GMT], Content-Type=[application/json]}
2022-06-24T07:20:36.735Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:20:36.736Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/adb22831-6310-4976-a318-29ae3b939e42/model-vers/model-ver/b29e767d-6aa6-4107-bca4-340529e8c59b?depth=0|INFO|500||InvokeReturn
2022-06-24T07:20:36.737Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:20:36.737Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-06-24T07:20:36.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-06-24T07:20:36.752Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5b40848-f571-4a4c-a3ea-bd9428980332 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:20:36.753Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:20:36.753Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:20:36.756Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:20:36.756Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055236753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:20:36.856Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:20:36.858Z||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-06-24T07:20:36.858Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:20:36.883Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:36.883Z||pool-34-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-06-24T07:20:37.779Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:37.779Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-06-24T07:20:37.780Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:20:47.329Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:47.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:47.330Z||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-06-24T07:20:47.330Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:20:56.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:56.883Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:56.883Z||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-06-24T07:20:56.883Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:06.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:21:06.428Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:06.429Z||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-06-24T07:21:06.430Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:15.978Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:21:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:29.316Z||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-06-24T07:21:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:29.319Z||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-06-24T07:21:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:21:29.974Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:21:29.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T07:21:29.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5b40848-f571-4a4c-a3ea-bd9428980332",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055236753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:21:29.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:21:38.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:22:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:22:29.316Z||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-06-24T07:22:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:22:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:22:29.319Z||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-06-24T07:22:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:22:38.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:22:38.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:23:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:23:29.316Z||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-06-24T07:23:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:23:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:23:29.319Z||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-06-24T07:23:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:23:38.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:23:38.882Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:24:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:24:29.317Z||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-06-24T07:24:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:24:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:24:29.319Z||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-06-24T07:24:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:24:38.867Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:24:38.869Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:25:29.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:25:29.317Z||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-06-24T07:25:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:25:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:25:29.319Z||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-06-24T07:25:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:25:38.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:25:38.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:26:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:26:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:26:29.318Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:26:29.318Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:26:29.319Z||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-06-24T07:26:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:26:38.877Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:26:38.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:27:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:27:29.317Z||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-06-24T07:27:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:27:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:27:29.320Z||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-06-24T07:27:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:27:38.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:27:38.880Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:28:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:28:29.317Z||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-06-24T07:28:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:28:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:28:29.319Z||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-06-24T07:28:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:28:38.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:28:38.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:29:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:29:29.317Z||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-06-24T07:29:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:29:29.318Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:29:29.318Z||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-06-24T07:29:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:29:38.875Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:29:38.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:30:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:30:29.316Z||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-06-24T07:30:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:30:29.318Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:30:29.319Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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-06-24T07:30:29.319Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:30:38.881Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:30:38.893Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:29.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:31:29.317Z||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-06-24T07:31:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:31:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:31:29.319Z||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-06-24T07:31:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:31:29.661Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:29.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:29.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:31:29.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:29.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:31:29.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6931e09-3e39-4b2f-b361-b7bc79581502","serviceName":"Demo_pNF_4CmpiW595ibQpP3OpBca","serviceVersion":"1.0","serviceUUID":"60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe","serviceDescription":"catalog service description","serviceInvariantUUID":"52d910bc-db5d-452e-819c-076805daa8c1","resources":[{"resourceInstanceName":"pNF ca3db2d8-89b7 0","resourceName":"pNF ca3db2d8-89b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"633a45a7-dfa7-455f-b13e-f770ccd3d1f1","resourceInvariantUUID":"9f4cfb1f-4813-42b1-9899-f98af65705ae","resourceCustomizationUUID":"31aec040-a7d7-4591-afab-a52dbbb0157f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml","artifactChecksum":"NGU1NjY3N2IxYTEzYzQ0ZDEyODAwMGU2Zjk0OTg2ZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d294c3c1-035c-422a-b057-3178d65453ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar","artifactChecksum":"NzhiM2NhZjg5ZjYwZDc5OGZmODMwZDA0MmM2YjdmZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"750facbd-ddf4-44eb-9926-37c263afe333","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76c4ae0a-ad48-4f77-afcf-33f94a8aa490","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml","artifactChecksum":"NjAyNzI5YWYxYmZlNTZjM2U1MGI1YmZjOTk5ZWJlNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7eb73611-4ff1-4811-8cb6-23667e7cb73e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82ba8a6f-5153-4c6b-be18-92f70b474524","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"578f5cbb-0f32-4924-bf54-17ff543b2f90","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4cmpiw595ibqpp3opbca-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml","artifactChecksum":"MTkzZWU0NTUzZDA4MDUwNzFjYWNmNmE5MzNkNDA2YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c37c851c-a9fe-4cd2-9624-7c16adbcfb40","artifactVersion":"1"},{"artifactName":"service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar","artifactChecksum":"ZmQ2ZDlkZTAzYmE3MmY0ZTg5MDRjNjhlOTY0N2RhOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07b6a7db-0244-4427-8de2-cef9c90a4b9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:31:29.994Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:29.995Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:29.999Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:29.999Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:30.101Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:31:30.102Z||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-06-24T07:31:30.103Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:30.131Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:30.132Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:31.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:31.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:31.004Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:31.004Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:31.104Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:31.106Z||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-06-24T07:31:31.106Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:31.125Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:31.126Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:32.004Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:32.005Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:32.011Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:32.011Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:32.112Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:31:32.113Z||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-06-24T07:31:32.113Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:32.134Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:32.134Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:33.012Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:33.013Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:33.021Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:33.022Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:33.118Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-24T07:31:33.119Z||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-06-24T07:31:33.120Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:33.135Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:33.136Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:34.022Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:34.023Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:34.030Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:34.030Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:34.130Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:34.132Z||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-06-24T07:31:34.132Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:34.152Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:34.152Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:35.031Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:35.032Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:35.041Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:35.042Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:35.142Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:35.143Z||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-06-24T07:31:35.143Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:35.159Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:35.160Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:36.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:36.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:36.048Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:36.048Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:31:36.150Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:31:36.151Z||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-06-24T07:31:36.151Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:36.166Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:36.168Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:37.051Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:31:37.053Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:37.073Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:37.074Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:31:37.169Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-24T07:31:37.170Z||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-06-24T07:31:37.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:37.188Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:37.189Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:38.078Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "serviceName": "Demo_pNF_4CmpiW595ibQpP3OpBca",
  "serviceVersion": "1.0",
  "serviceUUID": "60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52d910bc-db5d-452e-819c-076805daa8c1",
  "resources": [
    {
      "resourceInstanceName": "pNF ca3db2d8-89b7 0",
      "resourceCustomizationUUID": "31aec040-a7d7-4591-afab-a52dbbb0157f",
      "resourceName": "pNF ca3db2d8-89b7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "633a45a7-dfa7-455f-b13e-f770ccd3d1f1",
      "resourceInvariantUUID": "9f4cfb1f-4813-42b1-9899-f98af65705ae",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
      "artifactChecksum": "ZmQ2ZDlkZTAzYmE3MmY0ZTg5MDRjNjhlOTY0N2RhOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07b6a7db-0244-4427-8de2-cef9c90a4b9f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:31:38.080Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:31:38.080Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe ASDC
2022-06-24T07:31:38.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e6931e09-3e39-4b2f-b361-b7bc79581502
ServiceName:Demo_pNF_4CmpiW595ibQpP3OpBca
ServiceVersion:1.0
ServiceUUID:60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
ServiceInvariantUUID:52d910bc-db5d-452e-819c-076805daa8c1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
ArtifactUUID:07b6a7db-0244-4427-8de2-cef9c90a4b9f
ArtifactChecksum:ZmQ2ZDlkZTAzYmE3MmY0ZTg5MDRjNjhlOTY0N2RhOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ca3db2d8-89b7 0
ResourceCustomizationUUID:31aec040-a7d7-4591-afab-a52dbbb0157f
ResourceInvariantUUID:9f4cfb1f-4813-42b1-9899-f98af65705ae
ResourceName:pNF ca3db2d8-89b7
ResourceType:PNF
ResourceUUID:633a45a7-dfa7-455f-b13e-f770ccd3d1f1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T07:31:38.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe 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-06-24T07:31:38.166Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:31:38.167Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:31:38.167Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:31:38.168Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 07b6a7db-0244-4427-8de2-cef9c90a4b9f from URL: /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:38.168Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:31:38.168Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:38.403Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar 07b6a7db-0244-4427-8de2-cef9c90a4b9f 82647
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar ASDC sendASDCNotification
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:38.408Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:31:38.409Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:38.418Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:38.418Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055898408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:31:38.514Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-24T07:31:38.515Z||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-06-24T07:31:38.515Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:38.546Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:38.546Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:31:39.422Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:31:39.423Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:31:39.423Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 07b6a7db-0244-4427-8de2-cef9c90a4b9f, URL: /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar to file: /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.424Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.425Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.425Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:39.847Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14602874023264378155/Definitions/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml
2022-06-24T07:31:41.074Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:31:41.075Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ca3db2d8-89b7 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-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||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-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.076Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||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-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:31:41.077Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.078Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.078Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Node template pNF ca3db2d8-89b7 0 is matching search criteria
2022-06-24T07:31:41.078Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ca3db2d8-89b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Node template pNF ca3db2d8-89b7 0 is matching search criteria
2022-06-24T07:31:41.079Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ca3db2d8-89b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.080Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.081Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.082Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4CmpiW595ibQpP3OpBca
Description:catalog service description
Model UUID:60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
Model Version:NULL
Model InvariantUuid:52d910bc-db5d-452e-819c-076805daa8c1
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-06-24T07:31:41.093Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 633a45a7-dfa7-455f-b13e-f770ccd3d1f1
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-06-24T07:31:41.101Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||pNF ca3db2d8-89b7 0
2022-06-24T07:31:41.101Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 633a45a7-dfa7-455f-b13e-f770ccd3d1f1
2022-06-24T07:31:41.102Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
2022-06-24T07:31:41.102Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
2022-06-24T07:31:41.103Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ca3db2d8-89b7 0 633a45a7-dfa7-455f-b13e-f770ccd3d1f1 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-06-24T07:31:41.111Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@404670bd, org.onap.sdc.toscaparser.api.parameters.Input@51c662bc, org.onap.sdc.toscaparser.api.parameters.Input@d09501b, org.onap.sdc.toscaparser.api.parameters.Input@3a1b2807, org.onap.sdc.toscaparser.api.parameters.Input@49ab6461]
2022-06-24T07:31:41.112Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.112Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe: pNF ca3db2d8-89b7
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Processing PNF resource: 633a45a7-dfa7-455f-b13e-f770ccd3d1f1
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:31:41.113Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_4CmpiW595ibQpP3OpBca is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:31:41.114Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||Resource customization UUID: 31aec040-a7d7-4591-afab-a52dbbb0157f is the same as notified resource customizationUUID: 31aec040-a7d7-4591-afab-a52dbbb0157f
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-06-24T07:31:41.245Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ca3db2d8-89b7 633a45a7-dfa7-455f-b13e-f770ccd3d1f1 0 ASDC deployResourceStructure
2022-06-24T07:31:41.246Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar ASDC sendASDCNotification
2022-06-24T07:31:41.246Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar
2022-06-24T07:31:41.247Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:31:41.247Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:31:41.250Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:31:41.251Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055901246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:31:41.351Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:31:41.352Z||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-06-24T07:31:41.352Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:31:41.372Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:41.373Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:31:42.259Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:31:42.275Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
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-06-24T07:31:42.280Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:31:42.280Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:31:42.281Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:32:12.281Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:32:12.292Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
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-06-24T07:32:12.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:32:12.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:32:12.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:32:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:32:29.320Z||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-06-24T07:32:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:32:29.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:32:29.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:32:29.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:32:29.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:32:42.297Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:32:42.314Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
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-06-24T07:32:42.321Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:32:42.322Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:32:42.322Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:33:12.322Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:33:12.339Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
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-06-24T07:33:12.342Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:33:12.342Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:33:12.343Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:33:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:33:29.320Z||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-06-24T07:33:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:33:29.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:33:29.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:33:29.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:33:29.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:33:42.343Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:33:42.360Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
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-06-24T07:33:42.362Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:33:42.362Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:33:42.362Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:34:12.363Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:34:12.377Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
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-06-24T07:34:12.379Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:34:12.379Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:34:12.379Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:34:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:34:29.319Z||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-06-24T07:34:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:34:29.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:34:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055873582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055871894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055889749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055890364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055889388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055890755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "cds",
  "timestamp": 1656055891380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-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-06-24T07:34:29.415Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.415Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 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-06-24T07:34:29.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "policy-id",
  "timestamp": 1656055891758,
  "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-06-24T07:34:29.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 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-06-24T07:34:29.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055891435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055883900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055892439,
  "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-06-24T07:34:29.454Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.455Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 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-06-24T07:34:29.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055887688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055889315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055896686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055898408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055897881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055898886,
  "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-06-24T07:34:29.482Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.482Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 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-06-24T07:34:29.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055901246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/resourceInstances/pnfca3db2d889b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055893914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055902765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055901894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "cds",
  "timestamp": 1656055903582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055903900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055901894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "cds",
  "timestamp": 1656055903582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055903900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055906317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "cds",
  "timestamp": 1656055907305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "cds",
  "timestamp": 1656055908312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:34:29.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.536Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 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-06-24T07:34:29.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055908005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055908128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4cmpiw595ibqpp3opbca/1.0/artifacts/service-DemoPnf4cmpiw595ibqpp3opbca-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055907689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055909015,
  "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-06-24T07:34:29.558Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 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-06-24T07:34:29.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "aai-ml",
  "timestamp": 1656055909132,
  "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-06-24T07:34:29.572Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6931e09-3e39-4b2f-b361-b7bc79581502
2022-06-24T07:34:29.572Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6931e09-3e39-4b2f-b361-b7bc79581502 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-06-24T07:34:29.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055907689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "policy-id",
  "timestamp": 1656055912835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "policy-id",
  "timestamp": 1656055912835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "policy-id",
  "timestamp": 1656055915587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "policy-id",
  "timestamp": 1656055916592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "policy-id",
  "timestamp": 1656055917595,
  "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-06-24T07:34:29.594Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.594Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 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-06-24T07:34:29.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "aai-ml",
  "timestamp": 1656055926660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055918582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055929669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "cds",
  "timestamp": 1656055930678,
  "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-06-24T07:34:29.644Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.644Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 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-06-24T07:34:29.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "aai-ml",
  "timestamp": 1656055930535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "aai-ml",
  "timestamp": 1656055931538,
  "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-06-24T07:34:29.674Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 481372dd-7df3-496a-aca5-98083b1001d8
2022-06-24T07:34:29.674Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481372dd-7df3-496a-aca5-98083b1001d8 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-06-24T07:34:29.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055923900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055933690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055934812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055936059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055927688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055937154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.702Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055938223,
  "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-06-24T07:34:29.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 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-06-24T07:34:29.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055939227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055931894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055923914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055932835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:34:29.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:34:29.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055941662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055941654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055942597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055943601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055944166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:34:29.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "policy-id",
  "timestamp": 1656055944604,
  "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-06-24T07:34:29.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T07:34:29.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:34:29.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055945176,
  "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-06-24T07:34:29.758Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:34:29.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 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-06-24T07:34:42.380Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:34:42.395Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502
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-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:34:42.399Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:34:42.400Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:34:42.406Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:35:12.407Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6931e09-3e39-4b2f-b361-b7bc79581502 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-06-24T07:35:12.419Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6931e09-3e39-4b2f-b361-b7bc79581502 and serviceModelVersionId: 60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe
2022-06-24T07:35:12.419Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52d910bc-db5d-452e-819c-076805daa8c1
2022-06-24T07:35:12.421Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0
2022-06-24T07:35:12.433Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:35:12.520Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?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-06-24T07:35:12.523Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0|INFO|500||Invoke
2022-06-24T07:35:12.560Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:35:12.666Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0|INFO|500||InvokeReturn
2022-06-24T07:35:12.668Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52d910bc-db5d-452e-819c-076805daa8c1/model-vers/model-ver/60bc9f3b-8c75-4ba3-8fef-af1c3d9cbefe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-07:35:10:925-72087], vertex-id=[192752], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:35:10 GMT], Content-Type=[application/json]}
2022-06-24T07:35:12.670Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:35:12.672Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:35:12.672Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:35:12.682Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:35:12.683Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6931e09-3e39-4b2f-b361-b7bc79581502 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:35:12.683Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:35:12.684Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:12.686Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:12.686Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056112683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:35:12.786Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:35:12.787Z||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-06-24T07:35:12.788Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:12.814Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:12.815Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 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-06-24T07:35:13.706Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:35:13.707Z|e6931e09-3e39-4b2f-b361-b7bc79581502|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-06-24T07:35:13.707Z|e6931e09-3e39-4b2f-b361-b7bc79581502|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:35:18.262Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:18.270Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:35:18.274Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"481372dd-7df3-496a-aca5-98083b1001d8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6","serviceDescription":"service","serviceInvariantUUID":"07b7941c-596a-49d9-9502-0db77b1e7761","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"395019d5-13fc-4b65-b13e-6a6b65c42fe1","resourceInvariantUUID":"21bda4e5-c543-41ca-b533-bb37e123e84a","resourceCustomizationUUID":"7749b0e3-72d1-4c6c-b94d-9ec4b988a3de","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":"MzVlMzM2N2E1ZjVlMjI4MWJkMzdhMDhhZDM3MjM3ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88439514-be4c-461d-b691-d1f0f33a3267","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjYwODEwNjM2Y2UwNWNkZDVhZjYzOTliNzI5ZjEwYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"919f3cbe-d608-42d9-bcf3-00fb9a8ad940","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:35:18.282Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:18.283Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:18.289Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:18.289Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:18.386Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-24T07:35:18.387Z||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-06-24T07:35:18.387Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:18.404Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:18.413Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:19.290Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:19.291Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:19.294Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:19.294Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:35:19.394Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:35:19.395Z||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-06-24T07:35:19.396Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:19.415Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:19.416Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:20.296Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07b7941c-596a-49d9-9502-0db77b1e7761",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7749b0e3-72d1-4c6c-b94d-9ec4b988a3de",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "395019d5-13fc-4b65-b13e-6a6b65c42fe1",
      "resourceInvariantUUID": "21bda4e5-c543-41ca-b533-bb37e123e84a",
      "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": "ZjYwODEwNjM2Y2UwNWNkZDVhZjYzOTliNzI5ZjEwYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "919f3cbe-d608-42d9-bcf3-00fb9a8ad940"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:35:20.298Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:35:20.300Z|e6931e09-3e39-4b2f-b361-b7bc79581502|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6 ASDC
2022-06-24T07:35:20.308Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:481372dd-7df3-496a-aca5-98083b1001d8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
ServiceInvariantUUID:07b7941c-596a-49d9-9502-0db77b1e7761
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:919f3cbe-d608-42d9-bcf3-00fb9a8ad940
ArtifactChecksum:ZjYwODEwNjM2Y2UwNWNkZDVhZjYzOTliNzI5ZjEwYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7749b0e3-72d1-4c6c-b94d-9ec4b988a3de
ResourceInvariantUUID:21bda4e5-c543-41ca-b533-bb37e123e84a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:395019d5-13fc-4b65-b13e-6a6b65c42fe1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-24T07:35:20.308Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6 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-06-24T07:35:20.377Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:35:20.379Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 919f3cbe-d608-42d9-bcf3-00fb9a8ad940 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:35:20.380Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T07:35:20.549Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 919f3cbe-d608-42d9-bcf3-00fb9a8ad940 52508
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:35:20.552Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:20.555Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:20.555Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056120552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:20.655Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:35:20.656Z||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-06-24T07:35:20.656Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:20.675Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:20.675Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:21.558Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:35:21.559Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:35:21.560Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 919f3cbe-d608-42d9-bcf3-00fb9a8ad940, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:21.560Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-24T07:35:21.561Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:21.561Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:21.844Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15393468670930195048/Definitions/service-BasicNetwork-template.yml
2022-06-24T07:35:22.406Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-24T07:35:22.407Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.408Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T07:35:22.409Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.410Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T07:35:22.411Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:35:22.411Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:35:22.411Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.412Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.412Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.412Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.413Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.413Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.414Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.415Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
Model Version:NULL
Model InvariantUuid:07b7941c-596a-49d9-9502-0db77b1e7761
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:21bda4e5-c543-41ca-b533-bb37e123e84a
Model UUID:6a29b155-e642-4368-9ad3-d664b3169f2a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7749b0e3-72d1-4c6c-b94d-9ec4b988a3de
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-06-24T07:35:22.436Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 395019d5-13fc-4b65-b13e-6a6b65c42fe1
2022-06-24T07:35:22.436Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||No resources found for Service: 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
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-06-24T07:35:22.444Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||
2022-06-24T07:35:22.444Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-24T07:35:22.445Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
2022-06-24T07:35:22.445Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
2022-06-24T07:35:22.445Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-24T07:35:22.446Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.454Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5380663b, org.onap.sdc.toscaparser.api.parameters.Input@1114cc6d, org.onap.sdc.toscaparser.api.parameters.Input@676202af, org.onap.sdc.toscaparser.api.parameters.Input@423d2d69, org.onap.sdc.toscaparser.api.parameters.Input@12dc3aab]
2022-06-24T07:35:22.455Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.456Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.456Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.456Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6: Generic NeutronNet
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.457Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.458Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.498Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.499Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.500Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.500Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.500Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:35:22.501Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:35:22.501Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||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-06-24T07:35:22.585Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-24T07:35:22.586Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T07:35:22.586Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T07:35:22.586Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:35:22.587Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:22.589Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:22.589Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056122586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:35:22.689Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:35:22.690Z||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-06-24T07:35:22.690Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:22.707Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:22.708Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:23.590Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481372dd-7df3-496a-aca5-98083b1001d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:35:23.604Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481372dd-7df3-496a-aca5-98083b1001d8
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-06-24T07:35:23.609Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:35:23.609Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:35:23.610Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:35:23.610Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:35:23.610Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:35:23.611Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:35:23.611Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:35:23.611Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:35:23.612Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:35:23.612Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:35:23.620Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:35:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:35:29.319Z||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-06-24T07:35:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:35:29.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:29.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055948476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:35:29.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "aai-ml",
  "timestamp": 1656055949480,
  "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-06-24T07:35:29.365Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cbc29e30-2387-4aeb-9853-c0ce745c7ae3
2022-06-24T07:35:29.365Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbc29e30-2387-4aeb-9853-c0ce745c7ae3 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-06-24T07:35:29.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055953914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055947689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055952835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055953914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055947689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055952835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055953914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055947689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055952835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055953914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055947689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055952835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055953914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055947689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055952835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055953914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055947689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055952835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055963582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055953914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656055947689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055952835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055963582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055963900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055964757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055965389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055963582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055963900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055966392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:35:29.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055963582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055963900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "policy-id",
  "timestamp": 1656055967394,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:35:29.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 437278b1-012c-4ba5-9a76-af4db7e1f52c
2022-06-24T07:35:29.412Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437278b1-012c-4ba5-9a76-af4db7e1f52c 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-06-24T07:35:29.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055963582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055963900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055963582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055961895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055963900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055963582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055969665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:29.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055963900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:29.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055971489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:29.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055963900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:35:29.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:35:29.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "cds",
  "timestamp": 1656055972565,
  "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-06-24T07:35:29.432Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 437278b1-012c-4ba5-9a76-af4db7e1f52c
2022-06-24T07:35:29.432Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437278b1-012c-4ba5-9a76-af4db7e1f52c 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-06-24T07:35:29.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055971723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:35:29.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055971669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:29.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055972481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:35:29.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "aai-ml",
  "timestamp": 1656055972735,
  "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-06-24T07:35:29.455Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 437278b1-012c-4ba5-9a76-af4db7e1f52c
2022-06-24T07:35:29.455Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437278b1-012c-4ba5-9a76-af4db7e1f52c 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-06-24T07:35:29.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055972721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:29.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656055973487,
  "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-06-24T07:35:29.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 437278b1-012c-4ba5-9a76-af4db7e1f52c
2022-06-24T07:35:29.470Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437278b1-012c-4ba5-9a76-af4db7e1f52c 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-06-24T07:35:29.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055973801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:35:29.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:29.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055974828,
  "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-06-24T07:35:29.487Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 437278b1-012c-4ba5-9a76-af4db7e1f52c
2022-06-24T07:35:29.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 437278b1-012c-4ba5-9a76-af4db7e1f52c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T07:35:29.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:35:29.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656055975832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:35:29.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:35:53.620Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 481372dd-7df3-496a-aca5-98083b1001d8 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-06-24T07:35:53.628Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 481372dd-7df3-496a-aca5-98083b1001d8 and serviceModelVersionId: 4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6
2022-06-24T07:35:53.628Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07b7941c-596a-49d9-9502-0db77b1e7761
2022-06-24T07:35:53.629Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07b7941c-596a-49d9-9502-0db77b1e7761/model-vers/model-ver/4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6?depth=0
2022-06-24T07:35:53.634Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:35:53.689Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b7941c-596a-49d9-9502-0db77b1e7761/model-vers/model-ver/4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6?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-06-24T07:35:53.691Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b7941c-596a-49d9-9502-0db77b1e7761/model-vers/model-ver/4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6?depth=0|INFO|500||Invoke
2022-06-24T07:35:53.719Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b7941c-596a-49d9-9502-0db77b1e7761/model-vers/model-ver/4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:35:53.852Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b7941c-596a-49d9-9502-0db77b1e7761/model-vers/model-ver/4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6?depth=0|INFO|500||InvokeReturn
2022-06-24T07:35:53.854Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07b7941c-596a-49d9-9502-0db77b1e7761/model-vers/model-ver/4f7a0a3d-b0fa-4b80-a8ca-917a4269c0f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-07:35:52:083-21971], vertex-id=[229400], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:35:52 GMT], Content-Type=[application/json]}
2022-06-24T07:35:53.855Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:35:53.855Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:35:53.855Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:35:53.864Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:35:53.865Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 481372dd-7df3-496a-aca5-98083b1001d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:35:53.865Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:35:53.865Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:53.868Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:53.868Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056153865,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:35:53.969Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:35:53.970Z||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-06-24T07:35:53.971Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:53.992Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:53.993Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 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-06-24T07:35:54.884Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:35:54.884Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbc29e30-2387-4aeb-9853-c0ce745c7ae3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fbe57f57-65b5-4719-9385-72c82ad8d8e5","serviceDescription":"service","serviceInvariantUUID":"e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3ff64fa-2a3a-4bec-a542-f758f6d5dff3","resourceInvariantUUID":"6b69b8d8-d27a-4161-9167-50a493ce3c4a","resourceCustomizationUUID":"990c1d13-73ba-4092-8d7d-678cc3b9c8a7","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":"MDJlMGM1Nzc3ZmM1YTdhNzQwNThhZjE3ODNkMTYwYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c364692-1fcd-44e6-96c6-91bc07c32afa","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":"5e282614-7ef1-4a40-b1a6-265530e26080","artifactVersion":"2","generatedFromUUID":"de1a816f-6df6-4d7c-b230-7a98e3de13be"},{"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":"de1a816f-6df6-4d7c-b230-7a98e3de13be","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":"NmIzZGZiNmEwMGM0MGQ4Yzc3YmI1ZDhmMzM1NjQ0OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"184ef763-28e0-4479-968b-4ac1e352d7c3","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":"c8c300ea-18f3-483e-a015-dca4386c2dc2","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":"f151912b-76e1-4f5e-95a4-6957e358feb9","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":"1d8747d6-74f1-4a42-b819-e2437bf701d1","artifactVersion":"2","generatedFromUUID":"c8c300ea-18f3-483e-a015-dca4386c2dc2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDcxY2E0MTY4NzcyNTg3NzYzNmIxMmRjN2NiZGQ3ZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b674297-fc05-4d37-808f-f4b8b9a0ba1d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODI5NjI0NGFiMDI5Njk3YWMxY2UxOTg2N2U0NzExYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"635dd3c5-a52f-40de-9be1-70d08232df59","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:35:54.886Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:54.886Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:54.889Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:54.889Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:35:54.989Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:35:54.990Z||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-06-24T07:35:54.990Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:55.011Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:55.012Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:55.890Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:55.891Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:55.893Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:55.893Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T07:35:55.994Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:35:55.995Z||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-06-24T07:35:55.995Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:56.011Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:56.012Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:35:56.894Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:56.895Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:56.902Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:56.902Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:35:57.005Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:35:57.006Z||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-06-24T07:35:57.006Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:57.023Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:57.024Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:57.910Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:57.910Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:57.914Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:57.914Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:35:58.013Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:35:58.014Z||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-06-24T07:35:58.019Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:58.039Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:58.040Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:58.918Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:58.928Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:58.934Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:58.935Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:35:59.033Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-06-24T07:35:59.034Z||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-06-24T07:35:59.035Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:35:59.058Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:35:59.059Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:35:59.951Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:35:59.952Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:35:59.955Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:35:59.955Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:36:00.056Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:00.058Z||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-06-24T07:36:00.058Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:00.104Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:00.105Z||pool-56-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:00.957Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:00.958Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:00.960Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:00.960Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T07:36:01.061Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:36:01.062Z||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-06-24T07:36:01.062Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:01.079Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:01.080Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:01.961Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:01.962Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:01.964Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:01.964Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:36:02.065Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:36:02.066Z||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-06-24T07:36:02.066Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:02.084Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:02.085Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:02.967Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:02.969Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:02.972Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:02.972Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:36:03.081Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-24T07:36:03.082Z||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-06-24T07:36:03.082Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:03.149Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:03.150Z||pool-59-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:03.974Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fbe57f57-65b5-4719-9385-72c82ad8d8e5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "990c1d13-73ba-4092-8d7d-678cc3b9c8a7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3ff64fa-2a3a-4bec-a542-f758f6d5dff3",
      "resourceInvariantUUID": "6b69b8d8-d27a-4161-9167-50a493ce3c4a",
      "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": "5e282614-7ef1-4a40-b1a6-265530e26080",
          "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": "de1a816f-6df6-4d7c-b230-7a98e3de13be",
          "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": "NmIzZGZiNmEwMGM0MGQ4Yzc3YmI1ZDhmMzM1NjQ0OTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "184ef763-28e0-4479-968b-4ac1e352d7c3",
          "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": "c8c300ea-18f3-483e-a015-dca4386c2dc2",
          "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": "1d8747d6-74f1-4a42-b819-e2437bf701d1",
            "generatedFromUUID": "c8c300ea-18f3-483e-a015-dca4386c2dc2"
          },
          "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": "1d8747d6-74f1-4a42-b819-e2437bf701d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODI5NjI0NGFiMDI5Njk3YWMxY2UxOTg2N2U0NzExYjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "635dd3c5-a52f-40de-9be1-70d08232df59"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:36:03.975Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:36:03.975Z|481372dd-7df3-496a-aca5-98083b1001d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fbe57f57-65b5-4719-9385-72c82ad8d8e5 ASDC
2022-06-24T07:36:03.976Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cbc29e30-2387-4aeb-9853-c0ce745c7ae3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fbe57f57-65b5-4719-9385-72c82ad8d8e5
ServiceInvariantUUID:e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2
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:635dd3c5-a52f-40de-9be1-70d08232df59
ArtifactChecksum:ODI5NjI0NGFiMDI5Njk3YWMxY2UxOTg2N2U0NzExYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:990c1d13-73ba-4092-8d7d-678cc3b9c8a7
ResourceInvariantUUID:6b69b8d8-d27a-4161-9167-50a493ce3c4a
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f3ff64fa-2a3a-4bec-a542-f758f6d5dff3
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:5e282614-7ef1-4a40-b1a6-265530e26080
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:de1a816f-6df6-4d7c-b230-7a98e3de13be
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:184ef763-28e0-4479-968b-4ac1e352d7c3
ArtifactChecksum:NmIzZGZiNmEwMGM0MGQ4Yzc3YmI1ZDhmMzM1NjQ0OTA=
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:c8c300ea-18f3-483e-a015-dca4386c2dc2
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:1d8747d6-74f1-4a42-b819-e2437bf701d1
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:1d8747d6-74f1-4a42-b819-e2437bf701d1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:36:03.977Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbe57f57-65b5-4719-9385-72c82ad8d8e5 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-06-24T07:36:04.024Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:36:04.025Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:36:04.025Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:36:04.025Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 635dd3c5-a52f-40de-9be1-70d08232df59 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-24T07:36:04.025Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:04.026Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-24T07:36:04.267Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:04.271Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 635dd3c5-a52f-40de-9be1-70d08232df59 68955
2022-06-24T07:36:04.271Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-24T07:36:04.271Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-24T07:36:04.271Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:04.272Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:04.274Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:04.274Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056164271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:04.374Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:04.375Z||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-06-24T07:36:04.375Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:04.404Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:04.405Z||pool-60-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:05.274Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:36:05.276Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:36:05.276Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 635dd3c5-a52f-40de-9be1-70d08232df59, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T07:36:05.277Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-24T07:36:05.277Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T07:36:05.278Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T07:36:05.412Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12022700398503675995/Definitions/service-BasicCnf-template.yml
2022-06-24T07:36:06.786Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:36:06.787Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:36:06.787Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T07:36:06.787Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-24T07:36:06.787Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:06.787Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:06.787Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T07:36:06.788Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T07:36:06.788Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:36:06.788Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.788Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:06.788Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:06.789Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:36:06.789Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:36:06.789Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.789Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:06.790Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:06.790Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:36:06.790Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:36:06.790Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.790Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:06.790Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.791Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T07:36:06.791Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-24T07:36:06.791Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-24T07:36:06.791Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:36:06.791Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.792Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:36:06.792Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.792Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:06.792Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:06.793Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.793Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:06.793Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:06.793Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.794Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:06.794Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:06.794Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.794Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T07:36:06.794Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-24T07:36:06.795Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f8d82a7c-0693-4825-8e6b-86874ad2f78a
2022-06-24T07:36:06.795Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.795Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:06.795Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.795Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:06.796Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.796Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:06.796Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:06.796Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:06.796Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fbe57f57-65b5-4719-9385-72c82ad8d8e5
Model Version:NULL
Model InvariantUuid:e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:28be4fcc-fac1-4fb9-936e-d4d41e18a98c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b69b8d8-d27a-4161-9167-50a493ce3c4a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:990c1d13-73ba-4092-8d7d-678cc3b9c8a7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8d024e83-0829-4c19-9c51-27916fe3d58d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b9f85cad-1832-40e7-8cb1-e81330175461
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8d82a7c-0693-4825-8e6b-86874ad2f78a
ModelInvariantUuid:00fd858e-e913-48a9-b533-ea8bb43069a3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6f2929b0-ab9f-49d1-b9f0-37aabacb896d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:901ced2d-efcc-43a7-98dc-5f0c5cf43a39
ModelInvariantUuid:9a9d30f8-dc98-4d83-a566-04585c61e535
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:663efc6d-e0ae-4ac8-afa6-ef5a314f9864
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-06-24T07:36:06.806Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f3ff64fa-2a3a-4bec-a542-f758f6d5dff3
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-06-24T07:36:06.811Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-06-24T07:36:06.812Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3ff64fa-2a3a-4bec-a542-f758f6d5dff3
2022-06-24T07:36:06.812Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5e282614-7ef1-4a40-b1a6-265530e26080 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-24T07:36:06.812Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:06.812Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:06.862Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:06.863Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5e282614-7ef1-4a40-b1a6-265530e26080 12
2022-06-24T07:36:06.863Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:06.863Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:06.863Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:06.864Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:06.866Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:06.867Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056166863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:06.967Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:06.968Z||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-06-24T07:36:06.968Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:06.993Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:06.994Z||pool-61-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:07.867Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de1a816f-6df6-4d7c-b230-7a98e3de13be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-24T07:36:07.868Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:07.868Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:07.922Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:07.923Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz de1a816f-6df6-4d7c-b230-7a98e3de13be 2688
2022-06-24T07:36:07.923Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:07.923Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:07.923Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:07.924Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:07.926Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:07.927Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056167923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:08.026Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:36:08.028Z||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-06-24T07:36:08.028Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:08.047Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:08.048Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:08.928Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 184ef763-28e0-4479-968b-4ac1e352d7c3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-24T07:36:08.928Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:08.929Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:08.973Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:08.973Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 184ef763-28e0-4479-968b-4ac1e352d7c3 828
2022-06-24T07:36:08.974Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:08.974Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:08.974Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:08.974Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:08.976Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:08.976Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056168974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:09.076Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:09.077Z||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-06-24T07:36:09.078Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:09.103Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:09.104Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:09.977Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8d024e83-0829-4c19-9c51-27916fe3d58d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f85cad-1832-40e7-8cb1-e81330175461",
    "vfModuleModelCustomizationUUID": "44bdf2d8-3b0e-48b2-b32e-72905e87482f",
    "isBase": true,
    "artifacts": [
      "de1a816f-6df6-4d7c-b230-7a98e3de13be",
      "c8c300ea-18f3-483e-a015-dca4386c2dc2",
      "1d8747d6-74f1-4a42-b819-e2437bf701d1"
    ],
    "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-06-24T07:36:09.983Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f85cad-1832-40e7-8cb1-e81330175461
VfModuleModelInvariantUUID:8d024e83-0829-4c19-9c51-27916fe3d58d
VfModuleModelDescription:NULL
Artifacts UUID List:{
de1a816f-6df6-4d7c-b230-7a98e3de13be
,
c8c300ea-18f3-483e-a015-dca4386c2dc2
,
1d8747d6-74f1-4a42-b819-e2437bf701d1

}
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-06-24T07:36:09.985Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8d024e83-0829-4c19-9c51-27916fe3d58d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9f85cad-1832-40e7-8cb1-e81330175461",
    "vfModuleModelCustomizationUUID": "44bdf2d8-3b0e-48b2-b32e-72905e87482f",
    "isBase": true,
    "artifacts": [
      "de1a816f-6df6-4d7c-b230-7a98e3de13be",
      "c8c300ea-18f3-483e-a015-dca4386c2dc2",
      "1d8747d6-74f1-4a42-b819-e2437bf701d1"
    ],
    "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-06-24T07:36:09.986Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9f85cad-1832-40e7-8cb1-e81330175461
VfModuleModelInvariantUUID:8d024e83-0829-4c19-9c51-27916fe3d58d
VfModuleModelDescription:NULL
Artifacts UUID List:{
de1a816f-6df6-4d7c-b230-7a98e3de13be
,
c8c300ea-18f3-483e-a015-dca4386c2dc2
,
1d8747d6-74f1-4a42-b819-e2437bf701d1

}
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-06-24T07:36:09.986Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c8c300ea-18f3-483e-a015-dca4386c2dc2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-24T07:36:09.986Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:09.986Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:10.030Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:10.030Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c8c300ea-18f3-483e-a015-dca4386c2dc2 1164
2022-06-24T07:36:10.031Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:10.031Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:10.031Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:10.031Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:10.033Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:10.033Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056170031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:10.134Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:10.135Z||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-06-24T07:36:10.135Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:10.155Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:10.156Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:11.034Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d8747d6-74f1-4a42-b819-e2437bf701d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-24T07:36:11.034Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:11.035Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:11.090Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:11.090Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1d8747d6-74f1-4a42-b819-e2437bf701d1 200
2022-06-24T07:36:11.091Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:11.091Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:11.091Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:11.091Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:11.093Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:11.093Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056171090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:11.194Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:36:11.195Z||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-06-24T07:36:11.195Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:11.218Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:11.219Z||pool-65-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:12.094Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fbe57f57-65b5-4719-9385-72c82ad8d8e5
2022-06-24T07:36:12.094Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f3ff64fa-2a3a-4bec-a542-f758f6d5dff3 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=?
2022-06-24T07:36:12.116Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-06-24T07:36:12.124Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40bb628e, org.onap.sdc.toscaparser.api.parameters.Input@59d1f155, org.onap.sdc.toscaparser.api.parameters.Input@395d6cae, org.onap.sdc.toscaparser.api.parameters.Input@d7b93a, org.onap.sdc.toscaparser.api.parameters.Input@1be314bc]
2022-06-24T07:36:12.126Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.126Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.127Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:36:12.127Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 990c1d13-73ba-4092-8d7d-678cc3b9c8a7
2022-06-24T07:36:12.127Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 990c1d13-73ba-4092-8d7d-678cc3b9c8a7 matches Tosca VF Customization UUID: 990c1d13-73ba-4092-8d7d-678cc3b9c8a7
2022-06-24T07:36:12.127Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 990c1d13-73ba-4092-8d7d-678cc3b9c8a7  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-06-24T07:36:12.131Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.132Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.132Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 990c1d13-73ba-4092-8d7d-678cc3b9c8a7: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-24T07:36:12.133Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22a74c60
2022-06-24T07:36:12.133Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.133Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:36:12.133Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44bdf2d8-3b0e-48b2-b32e-72905e87482f
2022-06-24T07:36:12.134Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44bdf2d8-3b0e-48b2-b32e-72905e87482f
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-06-24T07:36:12.137Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.138Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:12.138Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:12.138Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.139Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:12.139Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:12.139Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.139Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T07:36:12.140Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-24T07:36:12.140Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f8d82a7c-0693-4825-8e6b-86874ad2f78a
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-06-24T07:36:12.144Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.145Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:12.145Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:12.145Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.145Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T07:36:12.146Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=990c1d13-73ba-4092-8d7d-678cc3b9c8a7
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-06-24T07:36:12.152Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.152Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.153Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fbe57f57-65b5-4719-9385-72c82ad8d8e5: basic_cnf
2022-06-24T07:36:12.153Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.153Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.153Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.154Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.154Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.154Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.155Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.155Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.155Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:12.155Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:12.156Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:12.257Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f3ff64fa-2a3a-4bec-a542-f758f6d5dff3 1 ASDC deployResourceStructure
2022-06-24T07:36:12.259Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:12.259Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:12.259Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T07:36:12.259Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:12.261Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:12.262Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056172258,
  "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-06-24T07:36:12.362Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:12.363Z||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-06-24T07:36:12.363Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:12.382Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:12.383Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:13.262Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:13.263Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:13.263Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T07:36:13.264Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:13.266Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:13.266Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056173262,
  "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-06-24T07:36:13.366Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:13.367Z||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-06-24T07:36:13.367Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:13.387Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:13.387Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:14.267Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:14.268Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:14.268Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:36:14.268Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:14.270Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:14.270Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056174267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:36:14.370Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:14.371Z||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-06-24T07:36:14.372Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:14.390Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:14.390Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:15.271Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:15.272Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:15.272Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:36:15.272Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:15.274Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:15.275Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056175271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:36:15.375Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:15.376Z||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-06-24T07:36:15.376Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:15.392Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:15.393Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:16.276Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:16.277Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||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-06-24T07:36:16.277Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:36:16.277Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:16.282Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:16.282Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056176276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:36:16.382Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:16.383Z||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-06-24T07:36:16.383Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:16.410Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:16.410Z||pool-70-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:17.285Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-24T07:36:17.286Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-24T07:36:17.286Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:36:17.287Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:17.290Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:17.290Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056177283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:36:17.390Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:17.391Z||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-06-24T07:36:17.391Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:17.407Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:17.407Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:18.294Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbc29e30-2387-4aeb-9853-c0ce745c7ae3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:36:18.315Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbc29e30-2387-4aeb-9853-c0ce745c7ae3
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-06-24T07:36:18.322Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:36:18.323Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:36:18.323Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:36:18.323Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:36:18.323Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:36:18.324Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:36:18.324Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:36:18.325Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:36:18.325Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:36:18.325Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:36:18.330Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:36:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:36:29.319Z||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-06-24T07:36:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:36:29.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:29.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:36:29.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6931e09-3e39-4b2f-b361-b7bc79581502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056112683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:36:29.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:36:29.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:36:29.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056120552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056122586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:36:29.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:36:48.331Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cbc29e30-2387-4aeb-9853-c0ce745c7ae3 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-06-24T07:36:48.338Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbc29e30-2387-4aeb-9853-c0ce745c7ae3 and serviceModelVersionId: fbe57f57-65b5-4719-9385-72c82ad8d8e5
2022-06-24T07:36:48.338Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2
2022-06-24T07:36:48.339Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0
2022-06-24T07:36:48.343Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:36:48.392Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0|INFO|500||Invoke
2022-06-24T07:36:48.393Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbc29e30-2387-4aeb-9853-c0ce745c7ae3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[150dbfa1-6065-4174-876f-864fabc4df67], X-ECOMP-RequestID=[cbc29e30-2387-4aeb-9853-c0ce745c7ae3], X-TransactionId=[], X-ONAP-RequestID=[cbc29e30-2387-4aeb-9853-c0ce745c7ae3], Content-Type=[application/merge-patch+json]}
2022-06-24T07:36:48.418Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:36:48.524Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?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/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-07:36:46:778-94247], vertex-id=[217200], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:36:46 GMT], Content-Type=[application/json]}
2022-06-24T07:36:48.525Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:36:48.525Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a752a6-3a2f-4c6a-8318-d0fee7bb1ee2/model-vers/model-ver/fbe57f57-65b5-4719-9385-72c82ad8d8e5?depth=0|INFO|500||InvokeReturn
2022-06-24T07:36:48.526Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:36:48.526Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:36:48.533Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:36:48.533Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbc29e30-2387-4aeb-9853-c0ce745c7ae3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:36:48.534Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:36:48.534Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:48.537Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:48.537Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056208534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:36:48.637Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:48.639Z||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-06-24T07:36:48.639Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:48.657Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:48.658Z||pool-72-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-06-24T07:36:49.561Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:36:49.561Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"437278b1-012c-4ba5-9a76-af4db7e1f52c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1d996b75-8446-4b8f-b077-a45a0c1338fc","serviceDescription":"service","serviceInvariantUUID":"d8b865b6-d2ca-4648-9930-5446d1a964fe","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b031c71b-f58a-48df-a5cc-fff5588dba28","resourceInvariantUUID":"5a7ab5a2-1c19-4099-aea6-b08789ffbbf0","resourceCustomizationUUID":"23d2e18d-1e0c-46be-987f-ed98195ecb5b","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":"Njg2ZDJlZWQ4ODNhN2U0N2NmMDFkNjdhNmM3ZjQ0ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b3f17cb-ba90-4280-b16e-8a7332fc6c80","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":"MGEyYjY2Mzk0MDdjZTA2MDA1M2M5MGM2OGIzOGNmOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"260001af-3352-4d47-8842-601c54ba449c","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":"53798e4e-b69d-4282-a32a-ae71fbe19f04","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":"09bd8111-9789-4111-aa95-8715fc7913d2","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":"a833f68f-009f-44f7-b578-b7556a9c6624","artifactVersion":"2","generatedFromUUID":"53798e4e-b69d-4282-a32a-ae71fbe19f04"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmIxZWM5NDZhYWMzYmU3N2FiNTQwOGM1MjAzMzYwMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"537a6a4a-5fff-4d44-b3dc-399bb1e50c80","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDE1YTVlODRiZjVmMGI2ZjExNDdlZDliNDFjMmZlOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f290e67b-5acb-4eae-92e1-d95de2797683","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:36:49.562Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:49.562Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:49.565Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:49.565Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:36:49.665Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:49.666Z||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-06-24T07:36:49.666Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:49.686Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:49.686Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:50.566Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:50.566Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:50.568Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:50.568Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:36:50.669Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:50.670Z||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-06-24T07:36:50.670Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:50.691Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:50.692Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:51.569Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:51.570Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:51.573Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:51.573Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:36:51.673Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:51.674Z||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-06-24T07:36:51.674Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:51.695Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:51.696Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:52.573Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:52.575Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:52.578Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:52.578Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:36:52.678Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:52.680Z||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-06-24T07:36:52.681Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:52.698Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:52.698Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:53.579Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:53.580Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:53.582Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:53.582Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:36:53.682Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:53.683Z||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-06-24T07:36:53.683Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:53.706Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:53.706Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:54.583Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:54.584Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:54.586Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:54.586Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:36:54.687Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:36:54.688Z||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-06-24T07:36:54.689Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:54.722Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:54.723Z||pool-78-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:36:55.587Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:36:55.588Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:55.590Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:55.590Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:36:55.690Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:36:55.691Z||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-06-24T07:36:55.691Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:55.719Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:55.720Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:56.591Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1d996b75-8446-4b8f-b077-a45a0c1338fc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8b865b6-d2ca-4648-9930-5446d1a964fe",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "23d2e18d-1e0c-46be-987f-ed98195ecb5b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b031c71b-f58a-48df-a5cc-fff5588dba28",
      "resourceInvariantUUID": "5a7ab5a2-1c19-4099-aea6-b08789ffbbf0",
      "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": "MGEyYjY2Mzk0MDdjZTA2MDA1M2M5MGM2OGIzOGNmOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "260001af-3352-4d47-8842-601c54ba449c",
          "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": "53798e4e-b69d-4282-a32a-ae71fbe19f04",
          "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": "a833f68f-009f-44f7-b578-b7556a9c6624",
            "generatedFromUUID": "53798e4e-b69d-4282-a32a-ae71fbe19f04"
          },
          "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": "a833f68f-009f-44f7-b578-b7556a9c6624",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDE1YTVlODRiZjVmMGI2ZjExNDdlZDliNDFjMmZlOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f290e67b-5acb-4eae-92e1-d95de2797683"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:36:56.592Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:36:56.593Z|cbc29e30-2387-4aeb-9853-c0ce745c7ae3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d996b75-8446-4b8f-b077-a45a0c1338fc ASDC
2022-06-24T07:36:56.594Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:437278b1-012c-4ba5-9a76-af4db7e1f52c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1d996b75-8446-4b8f-b077-a45a0c1338fc
ServiceInvariantUUID:d8b865b6-d2ca-4648-9930-5446d1a964fe
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:f290e67b-5acb-4eae-92e1-d95de2797683
ArtifactChecksum:NDE1YTVlODRiZjVmMGI2ZjExNDdlZDliNDFjMmZlOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:23d2e18d-1e0c-46be-987f-ed98195ecb5b
ResourceInvariantUUID:5a7ab5a2-1c19-4099-aea6-b08789ffbbf0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b031c71b-f58a-48df-a5cc-fff5588dba28
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:260001af-3352-4d47-8842-601c54ba449c
ArtifactChecksum:MGEyYjY2Mzk0MDdjZTA2MDA1M2M5MGM2OGIzOGNmOGY=
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:53798e4e-b69d-4282-a32a-ae71fbe19f04
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:a833f68f-009f-44f7-b578-b7556a9c6624
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:a833f68f-009f-44f7-b578-b7556a9c6624
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:36:56.594Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d996b75-8446-4b8f-b077-a45a0c1338fc 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-06-24T07:36:56.652Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:36:56.653Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:36:56.653Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:36:56.653Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f290e67b-5acb-4eae-92e1-d95de2797683 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-24T07:36:56.654Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:56.654Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-24T07:36:56.926Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:56.932Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f290e67b-5acb-4eae-92e1-d95de2797683 71055
2022-06-24T07:36:56.933Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-24T07:36:56.933Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-24T07:36:56.933Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:56.933Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:56.960Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:56.960Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056216932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:36:57.058Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-24T07:36:57.059Z||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-06-24T07:36:57.059Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:36:57.076Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:36:57.076Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:36:57.961Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:36:57.962Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-24T07:36:57.962Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f290e67b-5acb-4eae-92e1-d95de2797683, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:57.963Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-24T07:36:57.963Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:57.963Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:58.141Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12576337418284954194/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-24T07:36:59.845Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.846Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:36:59.847Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-24T07:36:59.848Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-24T07:36:59.849Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-24T07:36:59.849Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-24T07:36:59.849Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:36:59.849Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:36:59.849Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.850Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:36:59.850Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.850Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:36:59.851Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:59.851Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.851Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:36:59.851Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:59.851Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.851Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:36:59.852Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:36:59.852Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.852Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-24T07:36:59.852Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T07:36:59.852Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:36:59.852Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8f35a1e2-a907-4396-8644-842bd6082b8d
2022-06-24T07:36:59.852Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.853Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:59.853Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.853Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:59.853Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.854Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:59.854Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:36:59.854Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:36:59.854Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1d996b75-8446-4b8f-b077-a45a0c1338fc
Model Version:NULL
Model InvariantUuid:d8b865b6-d2ca-4648-9930-5446d1a964fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b9161d32-3029-4a0b-b32d-472ce161a839
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5a7ab5a2-1c19-4099-aea6-b08789ffbbf0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:23d2e18d-1e0c-46be-987f-ed98195ecb5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d18e2c65-181d-4183-8b2d-8c71305c8e2a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f691949c-fad3-4812-b0a2-dd0ca4ccb110
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8f35a1e2-a907-4396-8644-842bd6082b8d
ModelInvariantUuid:12fd5aec-7c01-451c-a1a4-39f4fa61f02c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c725f249-7689-490f-9ffa-aac3c9eba6cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:76832236-4dcc-4bf5-8f0a-3241f82be297
ModelInvariantUuid:1ed727c0-a799-4eb9-a37e-8511ef52e086
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4ed71be4-566e-4ee8-9f25-59effe85cba5
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-06-24T07:36:59.871Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b031c71b-f58a-48df-a5cc-fff5588dba28
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-06-24T07:36:59.878Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-06-24T07:36:59.879Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b031c71b-f58a-48df-a5cc-fff5588dba28
2022-06-24T07:36:59.879Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 260001af-3352-4d47-8842-601c54ba449c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-24T07:36:59.879Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:36:59.879Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:36:59.952Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:36:59.952Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 260001af-3352-4d47-8842-601c54ba449c 787
2022-06-24T07:36:59.953Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:36:59.953Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:36:59.953Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:36:59.954Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:36:59.956Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:36:59.956Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056219953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:00.058Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-24T07:37:00.059Z||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-06-24T07:37:00.059Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:00.079Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:00.079Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:37:00.956Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d18e2c65-181d-4183-8b2d-8c71305c8e2a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f691949c-fad3-4812-b0a2-dd0ca4ccb110",
    "vfModuleModelCustomizationUUID": "93373ca2-a17a-4888-8aff-c3b39f2f33ce",
    "isBase": true,
    "artifacts": [
      "53798e4e-b69d-4282-a32a-ae71fbe19f04",
      "a833f68f-009f-44f7-b578-b7556a9c6624"
    ],
    "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-06-24T07:37:00.962Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f691949c-fad3-4812-b0a2-dd0ca4ccb110
VfModuleModelInvariantUUID:d18e2c65-181d-4183-8b2d-8c71305c8e2a
VfModuleModelDescription:NULL
Artifacts UUID List:{
53798e4e-b69d-4282-a32a-ae71fbe19f04
,
a833f68f-009f-44f7-b578-b7556a9c6624

}
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-06-24T07:37:00.966Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d18e2c65-181d-4183-8b2d-8c71305c8e2a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f691949c-fad3-4812-b0a2-dd0ca4ccb110",
    "vfModuleModelCustomizationUUID": "93373ca2-a17a-4888-8aff-c3b39f2f33ce",
    "isBase": true,
    "artifacts": [
      "53798e4e-b69d-4282-a32a-ae71fbe19f04",
      "a833f68f-009f-44f7-b578-b7556a9c6624"
    ],
    "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-06-24T07:37:00.966Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f691949c-fad3-4812-b0a2-dd0ca4ccb110
VfModuleModelInvariantUUID:d18e2c65-181d-4183-8b2d-8c71305c8e2a
VfModuleModelDescription:NULL
Artifacts UUID List:{
53798e4e-b69d-4282-a32a-ae71fbe19f04
,
a833f68f-009f-44f7-b578-b7556a9c6624

}
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-06-24T07:37:00.967Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 53798e4e-b69d-4282-a32a-ae71fbe19f04 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-24T07:37:00.967Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:37:00.968Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:01.014Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:37:01.015Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 53798e4e-b69d-4282-a32a-ae71fbe19f04 5033
2022-06-24T07:37:01.015Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:01.015Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:01.016Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:37:01.016Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:37:01.018Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:37:01.019Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056221015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:01.119Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:37:01.120Z||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-06-24T07:37:01.120Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:01.139Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:01.140Z||pool-82-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:37:02.020Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a833f68f-009f-44f7-b578-b7556a9c6624 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-24T07:37:02.021Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-24T07:37:02.021Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:02.070Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-24T07:37:02.071Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a833f68f-009f-44f7-b578-b7556a9c6624 903
2022-06-24T07:37:02.071Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:02.071Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:02.072Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:37:02.072Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:37:02.074Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:37:02.074Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056222071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:02.175Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:37:02.176Z||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-06-24T07:37:02.176Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:02.196Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:02.197Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:37:03.082Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1d996b75-8446-4b8f-b077-a45a0c1338fc
2022-06-24T07:37:03.084Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b031c71b-f58a-48df-a5cc-fff5588dba28 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-06-24T07:37:03.111Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17d57350, org.onap.sdc.toscaparser.api.parameters.Input@5b60616c, org.onap.sdc.toscaparser.api.parameters.Input@203ea431, org.onap.sdc.toscaparser.api.parameters.Input@6b43bf5a, org.onap.sdc.toscaparser.api.parameters.Input@57301e91]
2022-06-24T07:37:03.114Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.114Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.114Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:37:03.115Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 23d2e18d-1e0c-46be-987f-ed98195ecb5b
2022-06-24T07:37:03.115Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23d2e18d-1e0c-46be-987f-ed98195ecb5b matches Tosca VF Customization UUID: 23d2e18d-1e0c-46be-987f-ed98195ecb5b
2022-06-24T07:37:03.115Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 23d2e18d-1e0c-46be-987f-ed98195ecb5b  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-06-24T07:37:03.122Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.123Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.124Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 23d2e18d-1e0c-46be-987f-ed98195ecb5b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-24T07:37:03.125Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c06918b
2022-06-24T07:37:03.126Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.126Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:37:03.127Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93373ca2-a17a-4888-8aff-c3b39f2f33ce
2022-06-24T07:37:03.127Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93373ca2-a17a-4888-8aff-c3b39f2f33ce
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-06-24T07:37:03.132Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.132Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:37:03.133Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:37:03.134Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.134Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:37:03.135Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:37:03.135Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.135Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-24T07:37:03.136Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T07:37:03.136Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:37:03.137Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8f35a1e2-a907-4396-8644-842bd6082b8d
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-06-24T07:37:03.150Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.151Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:37:03.151Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:37:03.152Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.152Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-24T07:37:03.152Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=23d2e18d-1e0c-46be-987f-ed98195ecb5b
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-06-24T07:37:03.157Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.158Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.159Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1d996b75-8446-4b8f-b077-a45a0c1338fc: basic_vm
2022-06-24T07:37:03.159Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.159Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.160Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.160Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.160Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.161Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.161Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.161Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.162Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:37:03.162Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:37:03.162Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:03.333Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b031c71b-f58a-48df-a5cc-fff5588dba28 1 ASDC deployResourceStructure
2022-06-24T07:37:03.334Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:03.334Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:03.334Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:37:03.334Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:37:03.336Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:37:03.337Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056223334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:03.438Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:37:03.439Z||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-06-24T07:37:03.440Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:03.455Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:03.456Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:37:04.338Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:04.338Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:04.339Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:37:04.339Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:37:04.342Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:37:04.342Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056224337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:04.442Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:37:04.443Z||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-06-24T07:37:04.443Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:04.460Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:04.460Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:37:05.343Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:05.344Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||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-06-24T07:37:05.344Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:37:05.344Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:37:05.347Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:37:05.347Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056225343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:05.447Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:37:05.448Z||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-06-24T07:37:05.450Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:05.469Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:05.470Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:37:06.348Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-24T07:37:06.348Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-24T07:37:06.349Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:37:06.349Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:37:06.351Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:37:06.351Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056226347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:06.452Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:37:06.453Z||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-06-24T07:37:06.453Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:06.474Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:06.475Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:37:07.352Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 437278b1-012c-4ba5-9a76-af4db7e1f52c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:37:07.363Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 437278b1-012c-4ba5-9a76-af4db7e1f52c
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-06-24T07:37:07.365Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:37:07.365Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:37:07.365Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:37:07.365Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:37:07.365Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:37:07.366Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:37:07.366Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:37:07.366Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:37:07.366Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:37:07.366Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:37:07.374Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:37:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:37:29.319Z||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-06-24T07:37:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:37:29.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:29.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481372dd-7df3-496a-aca5-98083b1001d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056153865,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:37:29.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:37:29.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:37:29.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T07:37:29.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:37:29.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056164271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056166863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056167923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056168974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056170031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056171090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056172258,
  "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-06-24T07:37:29.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056173262,
  "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-06-24T07:37:29.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056174267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056175271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056176276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:29.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:37:29.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056177283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:37:29.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:37:37.375Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 437278b1-012c-4ba5-9a76-af4db7e1f52c 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-06-24T07:37:37.382Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 437278b1-012c-4ba5-9a76-af4db7e1f52c and serviceModelVersionId: 1d996b75-8446-4b8f-b077-a45a0c1338fc
2022-06-24T07:37:37.383Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8b865b6-d2ca-4648-9930-5446d1a964fe
2022-06-24T07:37:37.384Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8b865b6-d2ca-4648-9930-5446d1a964fe/model-vers/model-ver/1d996b75-8446-4b8f-b077-a45a0c1338fc?depth=0
2022-06-24T07:37:37.390Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:37:37.483Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b865b6-d2ca-4648-9930-5446d1a964fe/model-vers/model-ver/1d996b75-8446-4b8f-b077-a45a0c1338fc?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-06-24T07:37:37.485Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b865b6-d2ca-4648-9930-5446d1a964fe/model-vers/model-ver/1d996b75-8446-4b8f-b077-a45a0c1338fc?depth=0|INFO|500||Invoke
2022-06-24T07:37:37.507Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b865b6-d2ca-4648-9930-5446d1a964fe/model-vers/model-ver/1d996b75-8446-4b8f-b077-a45a0c1338fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:37:37.704Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b865b6-d2ca-4648-9930-5446d1a964fe/model-vers/model-ver/1d996b75-8446-4b8f-b077-a45a0c1338fc?depth=0|INFO|500||InvokeReturn
2022-06-24T07:37:37.715Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b865b6-d2ca-4648-9930-5446d1a964fe/model-vers/model-ver/1d996b75-8446-4b8f-b077-a45a0c1338fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-07:37:35:866-73332], vertex-id=[245856], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:37:35 GMT], Content-Type=[application/json]}
2022-06-24T07:37:37.715Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:37:37.716Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:37:37.716Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:37:37.738Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:37:37.739Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 437278b1-012c-4ba5-9a76-af4db7e1f52c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:37:37.739Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:37:37.740Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:37:37.744Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:37:37.745Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056257739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:37:37.842Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-24T07:37:37.844Z||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-06-24T07:37:37.844Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:37:37.865Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:37.866Z||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-06-24T07:37:38.762Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:37:38.763Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T07:37:38.763Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:37:49.077Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:49.077Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:37:49.078Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T07:37:49.078Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:37:58.663Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:37:58.664Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:37:58.665Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T07:37:58.665Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:38:08.206Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:38:08.207Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:38:08.207Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:38:08.208Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:38:17.775Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:38:17.776Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:38:17.776Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:38:17.776Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:38:27.323Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:38:29.315Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:38:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:38:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:38:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:38:29.319Z||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-06-24T07:38:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:38:29.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:38:29.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbc29e30-2387-4aeb-9853-c0ce745c7ae3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056208534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:38:29.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:38:29.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:38:29.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:38:29.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:38:29.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056113706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056216932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056219953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056221015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056222071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056223334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056224337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056225343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:38:29.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056226347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:38:29.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:38:38.881Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:39:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:39:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:39:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:39:29.318Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:39:29.320Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T07:39:29.320Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:39:29.856Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:39:29.857Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:39:29.857Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "437278b1-012c-4ba5-9a76-af4db7e1f52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056257739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:39:29.859Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:39:38.876Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:40:29.315Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:40:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:40:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:40:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:40:29.319Z||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-06-24T07:40:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:40:38.876Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:40:38.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:41:29.315Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:41:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:41:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:41:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:41:29.319Z||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-06-24T07:41:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:41:38.874Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:41:38.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:29.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:42:29.317Z||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-06-24T07:42:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:42:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:42:29.320Z||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-06-24T07:42:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:42:29.959Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:29.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.960Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:29.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"98641aad-9722-4a88-8041-cb83083e5f33","serviceName":"Demo_pNF_8WYwUGuLIehupX1rcAeq","serviceVersion":"1.0","serviceUUID":"660ffc7f-af3d-4777-99bb-6f2b859d7cd4","serviceDescription":"catalog service description","serviceInvariantUUID":"da224c93-4f91-4aa4-b400-63b9a4b972b9","resources":[{"resourceInstanceName":"pNF 3cddbf52-5c63 0","resourceName":"pNF 3cddbf52-5c63","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aac9553a-c0d9-46ac-a66f-093549a27509","resourceInvariantUUID":"343b1efd-401e-472d-b8bc-77146b1ba90d","resourceCustomizationUUID":"38f3a6c8-5988-4537-9ec4-a3691258e12e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml","artifactChecksum":"ZjEwM2YyZDE5YTY0Y2U1NjMxYzllN2NlZWRmYzNiMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de515af0-9242-4ae3-a491-7f56cafb24bd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar","artifactChecksum":"NzhiM2NhZjg5ZjYwZDc5OGZmODMwZDA0MmM2YjdmZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3408af2-651a-4701-bda9-fe18aef2df67","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ab293e0-726a-456d-b258-b671d1c9af76","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml","artifactChecksum":"NDE0Y2IwYmViM2UwZjQxNmFiZDJkNDViOTBkNzVjNGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f65d139-f593-4aca-b7a5-b0b73ffac42a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa8fff00-5421-4953-9499-72ff82de3e57","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25e7fce4-1ad5-4116-959d-95276b5845fb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8wywuguliehupx1rcaeq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml","artifactChecksum":"OGUzMmY2OTMwNzRlZDE4NGI5NDQ2MDQ1YWRhMzY0MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac87f3b6-be4f-4521-b6a8-52e333d9556b","artifactVersion":"1"},{"artifactName":"service-DemoPnf8wywuguliehupx1rcaeq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar","artifactChecksum":"MzY4ODQ0YWIyOWU2MmUyNTM2NmYwMWQzYzY1NDIzOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85fb56a6-c150-4d61-9f05-e4a458db24c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:42:29.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.963Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:29.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.963Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:29.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.967Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:29.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.967Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056512835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:42:29.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056518582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:42:29.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056530208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:42:29.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:29.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056530883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:42:29.981Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:29.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056531213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:42:29.982Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:29.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:29.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:29.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:29.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "cds",
  "timestamp": 1656056531892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-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-06-24T07:42:30.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98641aad-9722-4a88-8041-cb83083e5f33
2022-06-24T07:42:30.006Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98641aad-9722-4a88-8041-cb83083e5f33 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-06-24T07:42:30.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "policy-id",
  "timestamp": 1656056532215,
  "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-06-24T07:42:30.024Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98641aad-9722-4a88-8041-cb83083e5f33
2022-06-24T07:42:30.024Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98641aad-9722-4a88-8041-cb83083e5f33 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-06-24T07:42:30.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056523914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:42:30.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056523900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:42:30.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056532720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:42:30.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:30.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:42:30.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056527688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056536639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:42:30.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:30.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056537669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:42:30.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:30.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:30.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056538470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:42:30.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:30.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056538672,
  "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-06-24T07:42:30.053Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 98641aad-9722-4a88-8041-cb83083e5f33
2022-06-24T07:42:30.053Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98641aad-9722-4a88-8041-cb83083e5f33 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-06-24T07:42:30.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056531894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:42:30.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:42:30.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "aai-ml",
  "timestamp": 1656056539475,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-06-24T07:42:30.067Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-24T07:42:30.068Z||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-06-24T07:42:30.068Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:30.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98641aad-9722-4a88-8041-cb83083e5f33
2022-06-24T07:42:30.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98641aad-9722-4a88-8041-cb83083e5f33 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-06-24T07:42:30.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056540658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:42:30.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:30.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056542692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:42:30.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:42:30.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:42:30.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056543696,
  "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-06-24T07:42:30.087Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98641aad-9722-4a88-8041-cb83083e5f33
2022-06-24T07:42:30.087Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98641aad-9722-4a88-8041-cb83083e5f33 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-06-24T07:42:30.105Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:30.106Z||pool-89-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:42:30.968Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:30.968Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:30.977Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:30.977Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:31.077Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:42:31.078Z||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-06-24T07:42:31.078Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:31.093Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:31.094Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:42:31.978Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:31.979Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:31.981Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:31.982Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:32.083Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:42:32.084Z||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-06-24T07:42:32.084Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:32.111Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:32.112Z||pool-91-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:42:32.983Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:32.984Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:32.986Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:32.986Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:33.090Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-24T07:42:33.091Z||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-06-24T07:42:33.091Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:33.112Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:33.113Z||pool-92-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:42:33.987Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:33.988Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:33.991Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:33.991Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:34.091Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:42:34.092Z||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-06-24T07:42:34.092Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:34.136Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:34.137Z||pool-93-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:42:34.991Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:34.993Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:34.995Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:34.995Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:35.096Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:42:35.097Z||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-06-24T07:42:35.097Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:35.113Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:35.114Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:42:35.996Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:35.998Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:36.007Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:36.008Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:42:36.101Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-24T07:42:36.102Z||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-06-24T07:42:36.102Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:36.127Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:36.127Z||pool-95-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:42:37.009Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:42:37.009Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:37.013Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:37.014Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:42:37.115Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:42:37.116Z||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-06-24T07:42:37.116Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:37.133Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:37.133Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:42:38.014Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "serviceName": "Demo_pNF_8WYwUGuLIehupX1rcAeq",
  "serviceVersion": "1.0",
  "serviceUUID": "660ffc7f-af3d-4777-99bb-6f2b859d7cd4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "da224c93-4f91-4aa4-b400-63b9a4b972b9",
  "resources": [
    {
      "resourceInstanceName": "pNF 3cddbf52-5c63 0",
      "resourceCustomizationUUID": "38f3a6c8-5988-4537-9ec4-a3691258e12e",
      "resourceName": "pNF 3cddbf52-5c63",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aac9553a-c0d9-46ac-a66f-093549a27509",
      "resourceInvariantUUID": "343b1efd-401e-472d-b8bc-77146b1ba90d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
      "artifactChecksum": "MzY4ODQ0YWIyOWU2MmUyNTM2NmYwMWQzYzY1NDIzOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "85fb56a6-c150-4d61-9f05-e4a458db24c9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:42:38.015Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:42:38.015Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 660ffc7f-af3d-4777-99bb-6f2b859d7cd4 ASDC
2022-06-24T07:42:38.016Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98641aad-9722-4a88-8041-cb83083e5f33
ServiceName:Demo_pNF_8WYwUGuLIehupX1rcAeq
ServiceVersion:1.0
ServiceUUID:660ffc7f-af3d-4777-99bb-6f2b859d7cd4
ServiceInvariantUUID:da224c93-4f91-4aa4-b400-63b9a4b972b9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
ArtifactUUID:85fb56a6-c150-4d61-9f05-e4a458db24c9
ArtifactChecksum:MzY4ODQ0YWIyOWU2MmUyNTM2NmYwMWQzYzY1NDIzOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3cddbf52-5c63 0
ResourceCustomizationUUID:38f3a6c8-5988-4537-9ec4-a3691258e12e
ResourceInvariantUUID:343b1efd-401e-472d-b8bc-77146b1ba90d
ResourceName:pNF 3cddbf52-5c63
ResourceType:PNF
ResourceUUID:aac9553a-c0d9-46ac-a66f-093549a27509
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T07:42:38.016Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 660ffc7f-af3d-4777-99bb-6f2b859d7cd4 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-06-24T07:42:38.075Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:42:38.076Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-24T07:42:38.076Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-24T07:42:38.077Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 85fb56a6-c150-4d61-9f05-e4a458db24c9 from URL: /sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:38.077Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-24T07:42:38.077Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:38.325Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-24T07:42:38.333Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar 85fb56a6-c150-4d61-9f05-e4a458db24c9 82649
2022-06-24T07:42:38.335Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar ASDC sendASDCNotification
2022-06-24T07:42:38.335Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:38.335Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:42:38.336Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:38.341Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:38.341Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056558333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:42:38.441Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:42:38.441Z||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-06-24T07:42:38.442Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:38.491Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:38.492Z||pool-97-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:42:39.342Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:42:39.346Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-24T07:42:39.347Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 85fb56a6-c150-4d61-9f05-e4a458db24c9, URL: /sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar to file: /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:39.347Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:39.348Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:39.348Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:39.526Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13431935631122570085/Definitions/service-DemoPnf8wywuguliehupx1rcaeq-template.yml
2022-06-24T07:42:40.450Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:42:40.451Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-24T07:42:40.451Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.451Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T07:42:40.452Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.452Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.452Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.452Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.452Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.452Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3cddbf52-5c63 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-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.452Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.453Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-24T07:42:40.453Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.453Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.454Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Node template pNF 3cddbf52-5c63 0 is matching search criteria
2022-06-24T07:42:40.454Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-24T07:42:40.454Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3cddbf52-5c63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:42:40.454Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.455Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.455Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Node template pNF 3cddbf52-5c63 0 is matching search criteria
2022-06-24T07:42:40.455Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-24T07:42:40.455Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3cddbf52-5c63 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:42:40.455Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.456Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.456Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.456Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.456Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.456Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.458Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.458Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.458Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.458Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.459Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8WYwUGuLIehupX1rcAeq
Description:catalog service description
Model UUID:660ffc7f-af3d-4777-99bb-6f2b859d7cd4
Model Version:NULL
Model InvariantUuid:da224c93-4f91-4aa4-b400-63b9a4b972b9
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-06-24T07:42:40.470Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: aac9553a-c0d9-46ac-a66f-093549a27509
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-06-24T07:42:40.475Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||pNF 3cddbf52-5c63 0
2022-06-24T07:42:40.475Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aac9553a-c0d9-46ac-a66f-093549a27509
2022-06-24T07:42:40.475Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 660ffc7f-af3d-4777-99bb-6f2b859d7cd4
2022-06-24T07:42:40.475Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 660ffc7f-af3d-4777-99bb-6f2b859d7cd4
2022-06-24T07:42:40.475Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3cddbf52-5c63 0 aac9553a-c0d9-46ac-a66f-093549a27509 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-06-24T07:42:40.483Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62dac12c, org.onap.sdc.toscaparser.api.parameters.Input@704dabae, org.onap.sdc.toscaparser.api.parameters.Input@7c24bb15, org.onap.sdc.toscaparser.api.parameters.Input@226ccee6, org.onap.sdc.toscaparser.api.parameters.Input@160bb826]
2022-06-24T07:42:40.484Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.484Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.484Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 660ffc7f-af3d-4777-99bb-6f2b859d7cd4: pNF 3cddbf52-5c63
2022-06-24T07:42:40.485Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||Processing PNF resource: aac9553a-c0d9-46ac-a66f-093549a27509
2022-06-24T07:42:40.486Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:42:40.486Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8WYwUGuLIehupX1rcAeq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:42:40.486Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||Resource customization UUID: 38f3a6c8-5988-4537-9ec4-a3691258e12e is the same as notified resource customizationUUID: 38f3a6c8-5988-4537-9ec4-a3691258e12e
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-06-24T07:42:40.528Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3cddbf52-5c63 aac9553a-c0d9-46ac-a66f-093549a27509 0 ASDC deployResourceStructure
2022-06-24T07:42:40.528Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar ASDC sendASDCNotification
2022-06-24T07:42:40.528Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar
2022-06-24T07:42:40.528Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:42:40.528Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:42:40.530Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:42:40.530Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056560528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:42:40.631Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:42:40.632Z||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-06-24T07:42:40.632Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:42:40.648Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:42:40.649Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:42:41.531Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98641aad-9722-4a88-8041-cb83083e5f33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:42:41.545Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98641aad-9722-4a88-8041-cb83083e5f33
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-06-24T07:42:41.547Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:42:41.548Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:42:41.548Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:42:41.548Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:42:41.548Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:42:41.548Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:42:41.548Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:42:41.548Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:42:41.549Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:42:41.549Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:42:41.549Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:42:41.553Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:43:11.557Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98641aad-9722-4a88-8041-cb83083e5f33 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-06-24T07:43:11.570Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98641aad-9722-4a88-8041-cb83083e5f33 and serviceModelVersionId: 660ffc7f-af3d-4777-99bb-6f2b859d7cd4
2022-06-24T07:43:11.571Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da224c93-4f91-4aa4-b400-63b9a4b972b9
2022-06-24T07:43:11.572Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0
2022-06-24T07:43:11.585Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:43:11.652Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0|INFO|500||Invoke
2022-06-24T07:43:11.653Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98641aad-9722-4a88-8041-cb83083e5f33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6375e3e5-8921-4047-8470-ddead2bd325b], X-ECOMP-RequestID=[98641aad-9722-4a88-8041-cb83083e5f33], X-TransactionId=[], X-ONAP-RequestID=[98641aad-9722-4a88-8041-cb83083e5f33], Content-Type=[application/merge-patch+json]}
2022-06-24T07:43:11.680Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:43:11.789Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?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/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-07:43:10:028-54439], vertex-id=[254040], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:43:10 GMT], Content-Type=[application/json]}
2022-06-24T07:43:11.789Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:43:11.790Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da224c93-4f91-4aa4-b400-63b9a4b972b9/model-vers/model-ver/660ffc7f-af3d-4777-99bb-6f2b859d7cd4?depth=0|INFO|500||InvokeReturn
2022-06-24T07:43:11.791Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:43:11.791Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:43:11.798Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:43:11.799Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98641aad-9722-4a88-8041-cb83083e5f33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:43:11.799Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:43:11.799Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:43:11.802Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:43:11.802Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056591799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:43:11.902Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:43:11.903Z||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-06-24T07:43:11.903Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:43:11.927Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:43:11.927Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:43:29.315Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:43:29.317Z|98641aad-9722-4a88-8041-cb83083e5f33|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-06-24T07:43:29.317Z|98641aad-9722-4a88-8041-cb83083e5f33|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:43:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:43:29.319Z||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-06-24T07:43:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:43:29.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:43:29.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:43:29.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:43:29.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:43:38.864Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:44:29.315Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:44:29.316Z|98641aad-9722-4a88-8041-cb83083e5f33|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-06-24T07:44:29.316Z|98641aad-9722-4a88-8041-cb83083e5f33|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:44:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:44:29.319Z||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-06-24T07:44:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:44:29.851Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:44:29.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:44:29.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:44:29.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/resourceInstances/pnf3cddbf525c630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056549315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056558333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:44:29.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:44:29.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056560528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8wywuguliehupx1rcaeq/1.0/artifacts/service-DemoPnf8wywuguliehupx1rcaeq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:44:29.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:44:29.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:44:29.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98641aad-9722-4a88-8041-cb83083e5f33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056591799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:44:29.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:44:38.869Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:29.315Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:45:29.316Z|98641aad-9722-4a88-8041-cb83083e5f33|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-06-24T07:45:29.317Z|98641aad-9722-4a88-8041-cb83083e5f33|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:45:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:45:29.318Z||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-06-24T07:45:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:45:29.963Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:29.963Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.964Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"df50515a-fa6a-4eed-a802-70f92fffd37f","serviceName":"Demo_pNF_tXl1oxSWCOV7l91LUqF4","serviceVersion":"1.0","serviceUUID":"3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47","serviceDescription":"catalog service description","serviceInvariantUUID":"9aadc0b0-ff7f-4a14-a309-43a82c0036bc","resources":[{"resourceInstanceName":"pNF b949e5bf-1a53 0","resourceName":"pNF b949e5bf-1a53","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3de6d435-ef45-4818-bb03-ddef6252ec37","resourceInvariantUUID":"cde426e0-b954-4c4f-8d08-1f9b17892e67","resourceCustomizationUUID":"087c52cc-ce37-4a6e-aa62-7c0095a315d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml","artifactChecksum":"YzdiNmFhMzgzZDhkNDQ0ODFkNzZhYWNmNWFmYTg2YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70fd0fd3-51bd-42d5-a1ea-3ac7cba6b343","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar","artifactChecksum":"NzhiM2NhZjg5ZjYwZDc5OGZmODMwZDA0MmM2YjdmZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72f86cff-4492-4366-ab89-ef34a1adff28","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8eeefe8a-3f00-4466-bc68-bd892e1c1121","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml","artifactChecksum":"MDUzNjQ1NjdjOWQ5NmY0MGFlNWE1NWNhZWE5MmQ5ZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b09360b-a5bb-43ea-9536-169e6e20dce9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e31f016f-b53b-4f26-a0a2-d8cac4a61e76","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"740b28b4-61c5-48e0-ba60-04820f7720e0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTxl1oxswcov7l91luqf4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml","artifactChecksum":"ZTUyZmRlMDFlNjVjMDg1ZTlmZTFjMTgxNjk1MGFhNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc729d3b-09b8-4577-872b-4b4da2bcadf0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar","artifactChecksum":"YTE1ZTE2NTc0N2JmMjM0YWQ2MmMyNmIyZDUwMzhlNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"105f30a2-b307-4489-be13-aa795f82e554","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:45:29.966Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:29.966Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:29.968Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:29.968Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:29.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:45:29.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056707688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656056703900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:45:29.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056703914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:45:29.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056718037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:45:29.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:29.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056717865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:45:29.995Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:29.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056719061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:45:29.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:29.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:29.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056711894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:45:29.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056712835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:45:29.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:29.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:29.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656056720064,
  "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-06-24T07:45:30.019Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of df50515a-fa6a-4eed-a802-70f92fffd37f
2022-06-24T07:45:30.020Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df50515a-fa6a-4eed-a802-70f92fffd37f 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-06-24T07:45:30.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056713582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:45:30.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:45:30.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056720651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:45:30.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:30.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056721569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:45:30.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:30.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056722376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:45:30.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:30.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056722573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:45:30.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:30.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "cds",
  "timestamp": 1656056723384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-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-06-24T07:45:30.040Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df50515a-fa6a-4eed-a802-70f92fffd37f
2022-06-24T07:45:30.040Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df50515a-fa6a-4eed-a802-70f92fffd37f 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-06-24T07:45:30.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056722663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:45:30.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:30.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "policy-id",
  "timestamp": 1656056723575,
  "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-06-24T07:45:30.063Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df50515a-fa6a-4eed-a802-70f92fffd37f
2022-06-24T07:45:30.063Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df50515a-fa6a-4eed-a802-70f92fffd37f 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-06-24T07:45:30.069Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:45:30.069Z||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-06-24T07:45:30.069Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:30.087Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:30.088Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:30.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056723039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:45:30.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:45:30.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656056723667,
  "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-06-24T07:45:30.102Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df50515a-fa6a-4eed-a802-70f92fffd37f
2022-06-24T07:45:30.103Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df50515a-fa6a-4eed-a802-70f92fffd37f 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-06-24T07:45:30.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:45:30.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "aai-ml",
  "timestamp": 1656056724042,
  "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-06-24T07:45:30.119Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df50515a-fa6a-4eed-a802-70f92fffd37f
2022-06-24T07:45:30.119Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df50515a-fa6a-4eed-a802-70f92fffd37f 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-06-24T07:45:30.969Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:30.970Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:30.972Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:30.972Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:31.072Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:45:31.073Z||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-06-24T07:45:31.073Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:31.098Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:31.099Z||pool-101-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:45:31.973Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:31.974Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:31.977Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:31.977Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:32.077Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:45:32.078Z||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-06-24T07:45:32.078Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:32.099Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:32.100Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:45:32.977Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:32.979Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:32.981Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:32.981Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:33.081Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:45:33.082Z||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-06-24T07:45:33.082Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:33.102Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:33.105Z||pool-103-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:33.984Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:33.984Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:33.987Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:33.988Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:34.088Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:45:34.089Z||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-06-24T07:45:34.089Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:34.108Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:34.109Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:34.988Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:34.989Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:34.993Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:34.994Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:35.092Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-24T07:45:35.094Z||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-06-24T07:45:35.094Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:35.110Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:35.111Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:35.995Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:35.996Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:36.022Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:36.023Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:45:36.100Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-06-24T07:45:36.101Z||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-06-24T07:45:36.101Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:36.153Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:36.154Z||pool-106-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:37.023Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:45:37.024Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:37.027Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:37.027Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:45:37.127Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:45:37.128Z||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-06-24T07:45:37.128Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:37.146Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:37.148Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:38.045Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "serviceName": "Demo_pNF_tXl1oxSWCOV7l91LUqF4",
  "serviceVersion": "1.0",
  "serviceUUID": "3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9aadc0b0-ff7f-4a14-a309-43a82c0036bc",
  "resources": [
    {
      "resourceInstanceName": "pNF b949e5bf-1a53 0",
      "resourceCustomizationUUID": "087c52cc-ce37-4a6e-aa62-7c0095a315d0",
      "resourceName": "pNF b949e5bf-1a53",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3de6d435-ef45-4818-bb03-ddef6252ec37",
      "resourceInvariantUUID": "cde426e0-b954-4c4f-8d08-1f9b17892e67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
      "artifactChecksum": "YTE1ZTE2NTc0N2JmMjM0YWQ2MmMyNmIyZDUwMzhlNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "105f30a2-b307-4489-be13-aa795f82e554"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:45:38.045Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:45:38.046Z|98641aad-9722-4a88-8041-cb83083e5f33|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47 ASDC
2022-06-24T07:45:38.046Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:df50515a-fa6a-4eed-a802-70f92fffd37f
ServiceName:Demo_pNF_tXl1oxSWCOV7l91LUqF4
ServiceVersion:1.0
ServiceUUID:3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47
ServiceInvariantUUID:9aadc0b0-ff7f-4a14-a309-43a82c0036bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
ArtifactUUID:105f30a2-b307-4489-be13-aa795f82e554
ArtifactChecksum:YTE1ZTE2NTc0N2JmMjM0YWQ2MmMyNmIyZDUwMzhlNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b949e5bf-1a53 0
ResourceCustomizationUUID:087c52cc-ce37-4a6e-aa62-7c0095a315d0
ResourceInvariantUUID:cde426e0-b954-4c4f-8d08-1f9b17892e67
ResourceName:pNF b949e5bf-1a53
ResourceType:PNF
ResourceUUID:3de6d435-ef45-4818-bb03-ddef6252ec37
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T07:45:38.046Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47 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-06-24T07:45:38.095Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:45:38.096Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-24T07:45:38.096Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-24T07:45:38.096Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 105f30a2-b307-4489-be13-aa795f82e554 from URL: /sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:38.096Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-24T07:45:38.096Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:38.311Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-24T07:45:38.315Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar 105f30a2-b307-4489-be13-aa795f82e554 82651
2022-06-24T07:45:38.315Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar ASDC sendASDCNotification
2022-06-24T07:45:38.316Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:38.316Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:45:38.316Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:38.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:38.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056738315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:45:38.419Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:45:38.420Z||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-06-24T07:45:38.420Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:38.441Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:38.442Z||pool-108-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:39.320Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:45:39.322Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-24T07:45:39.322Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 105f30a2-b307-4489-be13-aa795f82e554, URL: /sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar to file: /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:39.323Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:39.330Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:39.331Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:39.494Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11763850648150520448/Definitions/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml
2022-06-24T07:45:40.496Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.497Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.498Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b949e5bf-1a53 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-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.498Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.498Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-24T07:45:40.498Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.498Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.498Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Node template pNF b949e5bf-1a53 0 is matching search criteria
2022-06-24T07:45:40.499Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-24T07:45:40.499Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b949e5bf-1a53 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:45:40.499Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.499Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.499Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Node template pNF b949e5bf-1a53 0 is matching search criteria
2022-06-24T07:45:40.499Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b949e5bf-1a53 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.500Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.501Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.501Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.501Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.501Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tXl1oxSWCOV7l91LUqF4
Description:catalog service description
Model UUID:3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47
Model Version:NULL
Model InvariantUuid:9aadc0b0-ff7f-4a14-a309-43a82c0036bc
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-06-24T07:45:40.519Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3de6d435-ef45-4818-bb03-ddef6252ec37
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-06-24T07:45:40.527Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||pNF b949e5bf-1a53 0
2022-06-24T07:45:40.528Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3de6d435-ef45-4818-bb03-ddef6252ec37
2022-06-24T07:45:40.528Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47
2022-06-24T07:45:40.528Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47
2022-06-24T07:45:40.528Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b949e5bf-1a53 0 3de6d435-ef45-4818-bb03-ddef6252ec37 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-06-24T07:45:40.541Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cec5a71, org.onap.sdc.toscaparser.api.parameters.Input@6a0bcdb0, org.onap.sdc.toscaparser.api.parameters.Input@c2c7c6b, org.onap.sdc.toscaparser.api.parameters.Input@59f96e46, org.onap.sdc.toscaparser.api.parameters.Input@37a888da]
2022-06-24T07:45:40.541Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.542Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.542Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47: pNF b949e5bf-1a53
2022-06-24T07:45:40.542Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Processing PNF resource: 3de6d435-ef45-4818-bb03-ddef6252ec37
2022-06-24T07:45:40.543Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:45:40.543Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_tXl1oxSWCOV7l91LUqF4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:45:40.543Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Resource customization UUID: 087c52cc-ce37-4a6e-aa62-7c0095a315d0 is the same as notified resource customizationUUID: 087c52cc-ce37-4a6e-aa62-7c0095a315d0
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-06-24T07:45:40.604Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b949e5bf-1a53 3de6d435-ef45-4818-bb03-ddef6252ec37 0 ASDC deployResourceStructure
2022-06-24T07:45:40.605Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar ASDC sendASDCNotification
2022-06-24T07:45:40.605Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar
2022-06-24T07:45:40.605Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:45:40.605Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:45:40.608Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:45:40.608Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056740604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:45:40.708Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:45:40.709Z||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-06-24T07:45:40.709Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:45:40.735Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:45:40.735Z||pool-109-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:45:41.610Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df50515a-fa6a-4eed-a802-70f92fffd37f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:45:41.624Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df50515a-fa6a-4eed-a802-70f92fffd37f
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-06-24T07:45:41.629Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:45:41.630Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:45:41.630Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:45:41.630Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:45:41.631Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:45:41.631Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:45:41.631Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:45:41.631Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:45:41.632Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:45:41.632Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:45:41.632Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:45:41.641Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:46:11.642Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df50515a-fa6a-4eed-a802-70f92fffd37f 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-06-24T07:46:11.654Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df50515a-fa6a-4eed-a802-70f92fffd37f and serviceModelVersionId: 3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47
2022-06-24T07:46:11.654Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9aadc0b0-ff7f-4a14-a309-43a82c0036bc
2022-06-24T07:46:11.656Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0
2022-06-24T07:46:11.661Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:46:11.725Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0|INFO|500||Invoke
2022-06-24T07:46:11.726Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df50515a-fa6a-4eed-a802-70f92fffd37f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8938e967-dfe0-4fba-9047-2d84cd72f231], X-ECOMP-RequestID=[df50515a-fa6a-4eed-a802-70f92fffd37f], X-TransactionId=[], X-ONAP-RequestID=[df50515a-fa6a-4eed-a802-70f92fffd37f], Content-Type=[application/merge-patch+json]}
2022-06-24T07:46:11.751Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:46:11.853Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?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/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-07:46:10:083-40095], vertex-id=[258072], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:46:10 GMT], Content-Type=[application/json]}
2022-06-24T07:46:11.854Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:46:11.855Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9aadc0b0-ff7f-4a14-a309-43a82c0036bc/model-vers/model-ver/3a52fcd4-a4cf-4b6e-8d7d-ee4c1425ed47?depth=0|INFO|500||InvokeReturn
2022-06-24T07:46:11.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:46:11.859Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:46:11.867Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:46:11.868Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df50515a-fa6a-4eed-a802-70f92fffd37f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:46:11.868Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:46:11.869Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:46:11.873Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:46:11.873Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056771868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:46:11.972Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-24T07:46:11.973Z||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-06-24T07:46:11.973Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:46:11.992Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:46:11.993Z||pool-110-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-06-24T07:46:29.315Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:46:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T07:46:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:46:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:46:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T07:46:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:46:29.457Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:46:29.458Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:46:29.458Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:46:29.458Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:46:38.871Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:47:29.315Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:47:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T07:47:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:47:29.318Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:47:29.320Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T07:47:29.320Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:47:29.857Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:47:29.858Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.859Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:47:29.860Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:47:29.860Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.860Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:47:29.860Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:47:29.860Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.861Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:47:29.861Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:47:29.861Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.861Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:47:29.861Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:47:29.861Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.861Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/resourceInstances/pnfb949e5bf1a530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:47:29.862Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:47:29.862Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.862Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:47:29.862Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:47:29.862Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.862Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056729315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:47:29.862Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:47:29.863Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.863Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056738315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:47:29.863Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:47:29.863Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.863Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056740604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxl1oxswcov7l91luqf4/1.0/artifacts/service-DemoPnfTxl1oxswcov7l91luqf4-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:47:29.863Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:47:29.863Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T07:47:29.864Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df50515a-fa6a-4eed-a802-70f92fffd37f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656056771868,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:47:29.864Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:47:38.868Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:48:29.316Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:48:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T07:48:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:48:29.318Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:48:29.319Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-06-24T07:48:29.319Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:48:38.877Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:48:38.879Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:49:29.315Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:49:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T07:49:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:49:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:49:29.318Z||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-06-24T07:49:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:49:38.888Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:49:38.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:50:29.315Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:50:29.316Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T07:50:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:50:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:50:29.319Z||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-06-24T07:50:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:50:38.888Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:50:38.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:51:29.315Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:51:29.317Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:51:29.318Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:51:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:51:29.319Z||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-06-24T07:51:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:51:38.918Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:51:38.917Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:52:29.315Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:52:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:52:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:52:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:52:29.318Z||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-06-24T07:52:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:52:38.873Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:52:38.875Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:29.315Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:53:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T07:53:29.316Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:53:29.318Z||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-06-24T07:53:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:53:29.977Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:29.978Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.978Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a4db225-142f-4c0a-9502-67f5494d4eb8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"305a73ef-dca3-4b8d-8461-3fc9ca6a26ba","serviceDescription":"service","serviceInvariantUUID":"45b9310f-5641-470d-b8ce-71ecb526e587","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14141ea4-9e1f-49e6-8d78-fee1c0289993","resourceInvariantUUID":"071f61a1-df11-4dec-a519-b95d01e273b2","resourceCustomizationUUID":"917ec484-6e80-4c13-b2d4-e9cc981b6665","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":"MTMyOTg4MWQxMzk4ZDdhNzA0MTI3NDBiMGFkNDA5ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffbb53e3-99d8-42ca-91a7-2c86c67f17a2","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":"MzlhN2U5ZjhjMzZmZGM0NzkyN2EwYzhlOGVmMDljZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0cac8bd-abc6-41bc-8f1b-64ec3e1733c0","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":"69740ac7-e34c-4d2a-84a7-7e675fecfab9","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":"e913dc33-535b-40d0-87a0-3e1708254bc8","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":"ebc6e9fb-6b56-4552-9970-1eac11d181e7","artifactVersion":"2","generatedFromUUID":"69740ac7-e34c-4d2a-84a7-7e675fecfab9"},{"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":"ODRmODJiZWRkYWRkZWQzZTJkZTAyNzRmMWZkMmZhYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8936b188-d0fb-44dd-b3e3-f18ee0c4862b","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":"MDdhNjczYjc1OTU1NGM4MmIwYzRhNmU2NGY2ZWZiNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be1999cf-4dac-4208-89c1-1fb371e5518b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTQ1NjE4ZGVkMDFmMTdlMTY2MmUwOGIwYzdmYThjNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbef56cc-d17c-41ed-8f56-41d49b08980a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:53:29.982Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:29.982Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:29.986Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:29.986Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:29.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:53:29.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:53:29.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:29.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:29.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:29.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057183899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057183914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057178582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057194761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057194684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057196065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057187688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057195783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:30.020Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057196965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057198050,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:53:30.068Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a4db225-142f-4c0a-9502-67f5494d4eb8
2022-06-24T07:53:30.069Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4db225-142f-4c0a-9502-67f5494d4eb8 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-06-24T07:53:30.086Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:30.087Z||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-06-24T07:53:30.087Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:30.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "cds",
  "timestamp": 1656057200082,
  "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-06-24T07:53:30.097Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a4db225-142f-4c0a-9502-67f5494d4eb8
2022-06-24T07:53:30.098Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4db225-142f-4c0a-9502-67f5494d4eb8 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-06-24T07:53:30.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:30.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057199054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:30.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057191894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:53:30.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057192835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:53:30.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:53:30.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057200682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:30.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057201613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:30.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057202619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:30.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "policy-id",
  "timestamp": 1656057203621,
  "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-06-24T07:53:30.130Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a4db225-142f-4c0a-9502-67f5494d4eb8
2022-06-24T07:53:30.130Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4db225-142f-4c0a-9502-67f5494d4eb8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T07:53:30.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057203334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:30.137Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057204294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:30.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:53:30.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "aai-ml",
  "timestamp": 1656057204339,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-06-24T07:53:30.138Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:30.139Z||pool-111-thread-1|||||INFO|500||cambria reply ok (52 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=?
2022-06-24T07:53:30.144Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a4db225-142f-4c0a-9502-67f5494d4eb8
2022-06-24T07:53:30.145Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4db225-142f-4c0a-9502-67f5494d4eb8 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-06-24T07:53:30.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:53:30.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057205299,
  "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-06-24T07:53:30.166Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a4db225-142f-4c0a-9502-67f5494d4eb8
2022-06-24T07:53:30.167Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a4db225-142f-4c0a-9502-67f5494d4eb8 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-06-24T07:53:30.987Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:30.988Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:30.990Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:30.990Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:53:31.091Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:31.092Z||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-06-24T07:53:31.092Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:31.110Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:31.112Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:31.991Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:31.992Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:31.995Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:31.995Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:53:32.096Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:32.097Z||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-06-24T07:53:32.097Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:32.126Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:32.127Z||pool-113-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:32.997Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:32.998Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:33.001Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:33.001Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:33.101Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:33.102Z||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-06-24T07:53:33.103Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:33.136Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:33.137Z||pool-114-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:53:34.001Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:34.002Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:34.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:34.004Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:53:34.105Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:34.106Z||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-06-24T07:53:34.106Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:34.154Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:34.154Z||pool-115-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:35.005Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:35.006Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:35.009Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:35.009Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:35.110Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:53:35.111Z||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-06-24T07:53:35.111Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:35.161Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:35.162Z||pool-116-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:36.010Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:36.010Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:36.028Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:36.028Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:53:36.129Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:53:36.130Z||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-06-24T07:53:36.130Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:36.192Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:36.193Z||pool-117-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:37.029Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:53:37.029Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:37.033Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:37.034Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:53:37.134Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:37.135Z||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-06-24T07:53:37.135Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:37.191Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:37.192Z||pool-118-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:53:38.038Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "305a73ef-dca3-4b8d-8461-3fc9ca6a26ba",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45b9310f-5641-470d-b8ce-71ecb526e587",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "917ec484-6e80-4c13-b2d4-e9cc981b6665",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "14141ea4-9e1f-49e6-8d78-fee1c0289993",
      "resourceInvariantUUID": "071f61a1-df11-4dec-a519-b95d01e273b2",
      "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": "MzlhN2U5ZjhjMzZmZGM0NzkyN2EwYzhlOGVmMDljZWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e0cac8bd-abc6-41bc-8f1b-64ec3e1733c0",
          "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": "69740ac7-e34c-4d2a-84a7-7e675fecfab9",
          "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": "ebc6e9fb-6b56-4552-9970-1eac11d181e7",
            "generatedFromUUID": "69740ac7-e34c-4d2a-84a7-7e675fecfab9"
          },
          "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": "ebc6e9fb-6b56-4552-9970-1eac11d181e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTQ1NjE4ZGVkMDFmMTdlMTY2MmUwOGIwYzdmYThjNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cbef56cc-d17c-41ed-8f56-41d49b08980a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:53:38.038Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:53:38.038Z|7bfe13bc-20fb-432b-adfb-b86eb292ca52|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 305a73ef-dca3-4b8d-8461-3fc9ca6a26ba ASDC
2022-06-24T07:53:38.040Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2a4db225-142f-4c0a-9502-67f5494d4eb8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:305a73ef-dca3-4b8d-8461-3fc9ca6a26ba
ServiceInvariantUUID:45b9310f-5641-470d-b8ce-71ecb526e587
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:cbef56cc-d17c-41ed-8f56-41d49b08980a
ArtifactChecksum:OTQ1NjE4ZGVkMDFmMTdlMTY2MmUwOGIwYzdmYThjNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:917ec484-6e80-4c13-b2d4-e9cc981b6665
ResourceInvariantUUID:071f61a1-df11-4dec-a519-b95d01e273b2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:14141ea4-9e1f-49e6-8d78-fee1c0289993
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:e0cac8bd-abc6-41bc-8f1b-64ec3e1733c0
ArtifactChecksum:MzlhN2U5ZjhjMzZmZGM0NzkyN2EwYzhlOGVmMDljZWY=
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:69740ac7-e34c-4d2a-84a7-7e675fecfab9
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:ebc6e9fb-6b56-4552-9970-1eac11d181e7
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:ebc6e9fb-6b56-4552-9970-1eac11d181e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:53:38.040Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 305a73ef-dca3-4b8d-8461-3fc9ca6a26ba 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-06-24T07:53:38.113Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:53:38.115Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:53:38.116Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:53:38.116Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbef56cc-d17c-41ed-8f56-41d49b08980a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:53:38.117Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:53:38.117Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:53:38.319Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:53:38.323Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cbef56cc-d17c-41ed-8f56-41d49b08980a 78822
2022-06-24T07:53:38.329Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:53:38.333Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:53:38.334Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:53:38.334Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:38.338Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:38.338Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057218329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:38.438Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:38.439Z||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-06-24T07:53:38.439Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:38.465Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:38.465Z||pool-119-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:39.339Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:53:39.340Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:53:39.340Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cbef56cc-d17c-41ed-8f56-41d49b08980a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:39.341Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-24T07:53:39.341Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:39.341Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:39.604Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10483387691908170091/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-24T07:53:41.100Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:53:41.100Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.101Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:53:41.102Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.102Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:53:41.102Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.102Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:41.102Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:41.103Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:53:41.103Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:53:41.103Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.104Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:41.104Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:41.104Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:53:41.104Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:53:41.104Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.105Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:41.105Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.105Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T07:53:41.105Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-24T07:53:41.106Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-24T07:53:41.106Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-24T07:53:41.106Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:53:41.106Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:53:41.106Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.107Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:53:41.107Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.107Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:41.107Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:53:41.108Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.108Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:41.109Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:53:41.109Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.109Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:41.109Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:53:41.110Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.110Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T07:53:41.110Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T07:53:41.110Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:53:41.111Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7c4edcdc-419a-4cfd-b308-f21c99616e2d
2022-06-24T07:53:41.111Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.111Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:41.118Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.119Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:41.119Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.119Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:41.120Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:41.120Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:41.120Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:305a73ef-dca3-4b8d-8461-3fc9ca6a26ba
Model Version:NULL
Model InvariantUuid:45b9310f-5641-470d-b8ce-71ecb526e587
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:18b30a54-a45f-4783-adb8-c7c188a7248a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:071f61a1-df11-4dec-a519-b95d01e273b2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:917ec484-6e80-4c13-b2d4-e9cc981b6665
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a2a6a76-d351-4bc6-bed1-66480ef68ce6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:845a6753-9dad-48f6-884a-8a718a770905
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c4edcdc-419a-4cfd-b308-f21c99616e2d
ModelInvariantUuid:14f02ce4-e61a-4982-8e25-cc120836567a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:93866ffd-d93f-4e35-8c51-ff71268202ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3b375a25-2509-4c21-9826-a4888c83f615
ModelInvariantUuid:757caaa9-9103-46ed-8ff8-c01280dca1cb
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:c680567a-3d7e-4b2f-b6ad-1147adde74f3
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-06-24T07:53:41.132Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 14141ea4-9e1f-49e6-8d78-fee1c0289993
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-06-24T07:53:41.139Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-06-24T07:53:41.139Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14141ea4-9e1f-49e6-8d78-fee1c0289993
2022-06-24T07:53:41.141Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e0cac8bd-abc6-41bc-8f1b-64ec3e1733c0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-24T07:53:41.141Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:53:41.141Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.191Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:53:41.192Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e0cac8bd-abc6-41bc-8f1b-64ec3e1733c0 792
2022-06-24T07:53:41.193Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.193Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:41.193Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:53:41.193Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:41.197Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:41.197Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057221192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:41.297Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:41.298Z||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-06-24T07:53:41.298Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:41.334Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:41.335Z||pool-120-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:42.202Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4a2a6a76-d351-4bc6-bed1-66480ef68ce6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "845a6753-9dad-48f6-884a-8a718a770905",
    "vfModuleModelCustomizationUUID": "db7c70df-f3ab-4bef-b7ea-ea760ad714c8",
    "isBase": true,
    "artifacts": [
      "69740ac7-e34c-4d2a-84a7-7e675fecfab9",
      "ebc6e9fb-6b56-4552-9970-1eac11d181e7"
    ],
    "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-06-24T07:53:42.206Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:845a6753-9dad-48f6-884a-8a718a770905
VfModuleModelInvariantUUID:4a2a6a76-d351-4bc6-bed1-66480ef68ce6
VfModuleModelDescription:NULL
Artifacts UUID List:{
69740ac7-e34c-4d2a-84a7-7e675fecfab9
,
ebc6e9fb-6b56-4552-9970-1eac11d181e7

}
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-06-24T07:53:42.208Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4a2a6a76-d351-4bc6-bed1-66480ef68ce6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "845a6753-9dad-48f6-884a-8a718a770905",
    "vfModuleModelCustomizationUUID": "db7c70df-f3ab-4bef-b7ea-ea760ad714c8",
    "isBase": true,
    "artifacts": [
      "69740ac7-e34c-4d2a-84a7-7e675fecfab9",
      "ebc6e9fb-6b56-4552-9970-1eac11d181e7"
    ],
    "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-06-24T07:53:42.208Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:845a6753-9dad-48f6-884a-8a718a770905
VfModuleModelInvariantUUID:4a2a6a76-d351-4bc6-bed1-66480ef68ce6
VfModuleModelDescription:NULL
Artifacts UUID List:{
69740ac7-e34c-4d2a-84a7-7e675fecfab9
,
ebc6e9fb-6b56-4552-9970-1eac11d181e7

}
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-06-24T07:53:42.208Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69740ac7-e34c-4d2a-84a7-7e675fecfab9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-24T07:53:42.208Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:53:42.209Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:42.260Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:53:42.261Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 69740ac7-e34c-4d2a-84a7-7e675fecfab9 5033
2022-06-24T07:53:42.261Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:42.261Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:42.261Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:53:42.261Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:42.264Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:42.264Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057222261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:42.364Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:53:42.365Z||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-06-24T07:53:42.365Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:42.385Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:42.385Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:43.265Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ebc6e9fb-6b56-4552-9970-1eac11d181e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-24T07:53:43.266Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:53:43.266Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:43.326Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:53:43.327Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ebc6e9fb-6b56-4552-9970-1eac11d181e7 903
2022-06-24T07:53:43.327Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:43.327Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:43.327Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:53:43.327Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:43.335Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:43.335Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057223327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:53:43.434Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:53:43.435Z||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-06-24T07:53:43.435Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:43.485Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:43.486Z||pool-122-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:53:44.336Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 305a73ef-dca3-4b8d-8461-3fc9ca6a26ba
2022-06-24T07:53:44.337Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 14141ea4-9e1f-49e6-8d78-fee1c0289993 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-06-24T07:53:44.365Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2db377b5, org.onap.sdc.toscaparser.api.parameters.Input@519ac6f3, org.onap.sdc.toscaparser.api.parameters.Input@43b260f4, org.onap.sdc.toscaparser.api.parameters.Input@3af44f9c, org.onap.sdc.toscaparser.api.parameters.Input@c4c99a8]
2022-06-24T07:53:44.367Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.367Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.367Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:53:44.367Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 917ec484-6e80-4c13-b2d4-e9cc981b6665
2022-06-24T07:53:44.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 917ec484-6e80-4c13-b2d4-e9cc981b6665 matches Tosca VF Customization UUID: 917ec484-6e80-4c13-b2d4-e9cc981b6665
2022-06-24T07:53:44.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 917ec484-6e80-4c13-b2d4-e9cc981b6665  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-06-24T07:53:44.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 917ec484-6e80-4c13-b2d4-e9cc981b6665: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-24T07:53:44.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43932397
2022-06-24T07:53:44.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:53:44.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db7c70df-f3ab-4bef-b7ea-ea760ad714c8
2022-06-24T07:53:44.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db7c70df-f3ab-4bef-b7ea-ea760ad714c8
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-06-24T07:53:44.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:44.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:53:44.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:44.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:53:44.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T07:53:44.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T07:53:44.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:53:44.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7c4edcdc-419a-4cfd-b308-f21c99616e2d
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-06-24T07:53:44.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:44.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:53:44.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:53:44.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=917ec484-6e80-4c13-b2d4-e9cc981b6665
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-06-24T07:53:44.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 305a73ef-dca3-4b8d-8461-3fc9ca6a26ba: basic_vm_macro
2022-06-24T07:53:44.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:53:44.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:53:44.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:44.592Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 14141ea4-9e1f-49e6-8d78-fee1c0289993 1 ASDC deployResourceStructure
2022-06-24T07:53:44.592Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:44.592Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:44.592Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:53:44.593Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:44.595Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:44.595Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057224592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:44.695Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:44.696Z||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-06-24T07:53:44.696Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:44.716Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:44.716Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:45.595Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:45.596Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:45.596Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:53:45.596Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:45.599Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:45.599Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057225595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:45.699Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:45.700Z||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-06-24T07:53:45.700Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:45.746Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:45.747Z||pool-124-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:46.600Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:46.600Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:46.600Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:53:46.601Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:46.603Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:46.603Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057226600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:46.703Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:46.705Z||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-06-24T07:53:46.705Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:46.720Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:46.720Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:47.603Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:53:47.604Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:53:47.604Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:53:47.604Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:53:47.606Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:53:47.606Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057227603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:53:47.707Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:53:47.708Z||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-06-24T07:53:47.708Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:53:47.724Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:53:47.725Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:53:48.607Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a4db225-142f-4c0a-9502-67f5494d4eb8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:53:48.621Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a4db225-142f-4c0a-9502-67f5494d4eb8
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-06-24T07:53:48.624Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:53:48.624Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:53:48.624Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:53:48.624Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:53:48.624Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:53:48.624Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:53:48.625Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:53:48.625Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:53:48.625Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:53:48.625Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:53:48.631Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:54:18.633Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a4db225-142f-4c0a-9502-67f5494d4eb8 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-06-24T07:54:18.645Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a4db225-142f-4c0a-9502-67f5494d4eb8 and serviceModelVersionId: 305a73ef-dca3-4b8d-8461-3fc9ca6a26ba
2022-06-24T07:54:18.645Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45b9310f-5641-470d-b8ce-71ecb526e587
2022-06-24T07:54:18.647Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45b9310f-5641-470d-b8ce-71ecb526e587/model-vers/model-ver/305a73ef-dca3-4b8d-8461-3fc9ca6a26ba?depth=0
2022-06-24T07:54:18.661Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:54:18.727Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b9310f-5641-470d-b8ce-71ecb526e587/model-vers/model-ver/305a73ef-dca3-4b8d-8461-3fc9ca6a26ba?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-06-24T07:54:18.729Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b9310f-5641-470d-b8ce-71ecb526e587/model-vers/model-ver/305a73ef-dca3-4b8d-8461-3fc9ca6a26ba?depth=0|INFO|500||Invoke
2022-06-24T07:54:18.776Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b9310f-5641-470d-b8ce-71ecb526e587/model-vers/model-ver/305a73ef-dca3-4b8d-8461-3fc9ca6a26ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:54:18.931Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b9310f-5641-470d-b8ce-71ecb526e587/model-vers/model-ver/305a73ef-dca3-4b8d-8461-3fc9ca6a26ba?depth=0|INFO|500||InvokeReturn
2022-06-24T07:54:18.934Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45b9310f-5641-470d-b8ce-71ecb526e587/model-vers/model-ver/305a73ef-dca3-4b8d-8461-3fc9ca6a26ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-07:54:17:084-37233], vertex-id=[213192], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:54:17 GMT], Content-Type=[application/json]}
2022-06-24T07:54:18.935Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:54:18.935Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:54:18.936Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:54:18.943Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||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-06-24T07:54:18.943Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a4db225-142f-4c0a-9502-67f5494d4eb8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:54:18.944Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:54:18.945Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:18.950Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:18.950Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057258944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:54:19.050Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:54:19.051Z||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-06-24T07:54:19.051Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:19.074Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:19.074Z||pool-127-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:54:29.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:54:29.319Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:54:29.320Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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-06-24T07:54:29.320Z||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-06-24T07:54:29.320Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:54:29.320Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:54:29.497Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:29.498Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:54:29.498Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:54:29.499Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:54:29.994Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:29.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:54:29.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"234fc6bf-dee6-4052-afd7-251582856947","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"50fba11f-aba4-4995-9e98-46045f4b3c02","serviceDescription":"service","serviceInvariantUUID":"ac21748a-7d9d-4b33-a6d7-8b653d5f43ad","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42ef0ea7-74d2-4110-85f2-560fa88f45e7","resourceInvariantUUID":"f4610316-b8d9-4cbc-b180-085cfe985f36","resourceCustomizationUUID":"263f05f2-4654-4e84-ab6f-2de8c5c8a68a","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":"OTE5MWEzZGNjY2Q0M2EyNTY1YTMzOTMwYmNiMDk0NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ca57cb8-6c58-4f22-8488-950f621eaf71","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":"MDI0Nzg1ZWYxNDMwNTdmMGU1NjE2MmUwZTBkZTZjNjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b940d63-756b-4164-8a8f-0eee7293989f","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":"2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83","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":"0fb267ee-56cd-4449-8254-2a5748124bd8","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":"d09d3917-716c-46ca-acc7-a6b23a1f82a7","artifactVersion":"2","generatedFromUUID":"42f2b031-2bb4-4e6f-bfe8-2ad5e679997f"},{"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":"594f78bf-e750-4918-94d9-b9e579780ebe","artifactVersion":"2","generatedFromUUID":"2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83"},{"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":"42f2b031-2bb4-4e6f-bfe8-2ad5e679997f","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":"344cfbda-42cc-49af-83f3-24cd46e2e2b2","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":"NzBhZDZhNGE4YzE5MzYwNzk3NjBjM2VjNWQxMmY4YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63bce1e4-3c9f-4f1b-822a-3af7747c6443","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjFmNGJlNTBiOGNmYzQxZjc5MzVkMTdhZGY2MGNmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e7b5833-05aa-46b4-8516-f40c25f8479d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:54:29.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:29.999Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:30.002Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:30.002Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:54:30.102Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:30.104Z||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-06-24T07:54:30.104Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:30.133Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:30.142Z||pool-128-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:31.003Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:31.003Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:31.010Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:31.010Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:54:31.110Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:31.111Z||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-06-24T07:54:31.111Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:31.174Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:31.175Z||pool-129-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:32.011Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:32.012Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:32.016Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:32.016Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:54:32.117Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:54:32.118Z||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-06-24T07:54:32.119Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:32.141Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:32.142Z||pool-130-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:54:33.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:33.018Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:33.020Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:33.021Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:54:33.121Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:33.122Z||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-06-24T07:54:33.122Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:33.144Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:33.145Z||pool-131-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:34.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:34.022Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:34.025Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:34.025Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T07:54:34.125Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:34.126Z||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-06-24T07:54:34.126Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:34.143Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:34.144Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:54:35.026Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:35.026Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:35.028Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:35.029Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T07:54:35.129Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:35.130Z||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-06-24T07:54:35.130Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:35.147Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:35.148Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:36.033Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:36.046Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:36.049Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:36.049Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:54:36.149Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:36.150Z||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-06-24T07:54:36.150Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:36.175Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:36.175Z||pool-134-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:37.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:37.050Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:37.052Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:37.052Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:54:37.153Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:37.154Z||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-06-24T07:54:37.154Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:37.170Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:37.170Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:38.053Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:38.054Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:38.055Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:38.056Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:54:38.156Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:38.157Z||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-06-24T07:54:38.157Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:38.183Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:38.184Z||pool-136-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:39.056Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:54:39.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:39.060Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:39.061Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:54:39.162Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:54:39.163Z||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-06-24T07:54:39.163Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:39.182Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:39.182Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:54:40.066Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "50fba11f-aba4-4995-9e98-46045f4b3c02",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ac21748a-7d9d-4b33-a6d7-8b653d5f43ad",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "263f05f2-4654-4e84-ab6f-2de8c5c8a68a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "42ef0ea7-74d2-4110-85f2-560fa88f45e7",
      "resourceInvariantUUID": "f4610316-b8d9-4cbc-b180-085cfe985f36",
      "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": "MDI0Nzg1ZWYxNDMwNTdmMGU1NjE2MmUwZTBkZTZjNjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b940d63-756b-4164-8a8f-0eee7293989f",
          "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": "2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83",
          "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": "594f78bf-e750-4918-94d9-b9e579780ebe",
            "generatedFromUUID": "2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83"
          },
          "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": "d09d3917-716c-46ca-acc7-a6b23a1f82a7",
          "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": "594f78bf-e750-4918-94d9-b9e579780ebe",
          "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": "42f2b031-2bb4-4e6f-bfe8-2ad5e679997f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjFmNGJlNTBiOGNmYzQxZjc5MzVkMTdhZGY2MGNmZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e7b5833-05aa-46b4-8516-f40c25f8479d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:54:40.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:54:40.075Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 50fba11f-aba4-4995-9e98-46045f4b3c02 ASDC
2022-06-24T07:54:40.076Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:234fc6bf-dee6-4052-afd7-251582856947
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:50fba11f-aba4-4995-9e98-46045f4b3c02
ServiceInvariantUUID:ac21748a-7d9d-4b33-a6d7-8b653d5f43ad
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:7e7b5833-05aa-46b4-8516-f40c25f8479d
ArtifactChecksum:YjFmNGJlNTBiOGNmYzQxZjc5MzVkMTdhZGY2MGNmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:263f05f2-4654-4e84-ab6f-2de8c5c8a68a
ResourceInvariantUUID:f4610316-b8d9-4cbc-b180-085cfe985f36
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:42ef0ea7-74d2-4110-85f2-560fa88f45e7
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:7b940d63-756b-4164-8a8f-0eee7293989f
ArtifactChecksum:MDI0Nzg1ZWYxNDMwNTdmMGU1NjE2MmUwZTBkZTZjNjc=
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:2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83
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:594f78bf-e750-4918-94d9-b9e579780ebe
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:d09d3917-716c-46ca-acc7-a6b23a1f82a7
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:594f78bf-e750-4918-94d9-b9e579780ebe
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:42f2b031-2bb4-4e6f-bfe8-2ad5e679997f
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:54:40.076Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50fba11f-aba4-4995-9e98-46045f4b3c02 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-06-24T07:54:40.168Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:54:40.170Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-24T07:54:40.170Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-24T07:54:40.170Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7e7b5833-05aa-46b4-8516-f40c25f8479d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:40.171Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-24T07:54:40.172Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:40.240Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-24T07:54:40.251Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7e7b5833-05aa-46b4-8516-f40c25f8479d 158211
2022-06-24T07:54:40.251Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:54:40.252Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:40.252Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:54:40.253Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:40.255Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:40.256Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057280251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:54:40.358Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:54:40.359Z||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-06-24T07:54:40.359Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:40.378Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:40.378Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:41.257Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:54:41.258Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-24T07:54:41.259Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7e7b5833-05aa-46b4-8516-f40c25f8479d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:41.259Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-24T07:54:41.260Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:41.260Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:41.387Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP322319448710772917/Definitions/service-BasicCnfMacro-template.yml
2022-06-24T07:54:42.709Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:54:42.710Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-24T07:54:42.710Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:42.710Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-24T07:54:42.710Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:42.710Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:42.710Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:42.710Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:42.711Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-24T07:54:42.711Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.711Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:42.712Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:42.712Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-24T07:54:42.712Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:54:42.712Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.713Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:42.713Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:42.713Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-24T07:54:42.713Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:54:42.714Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.714Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:42.714Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.714Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-24T07:54:42.714Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-24T07:54:42.715Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-24T07:54:42.715Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:54:42.715Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.715Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:54:42.716Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.716Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:42.716Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:54:42.717Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.717Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:42.717Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:54:42.717Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.717Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:42.718Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:54:42.718Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.718Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:42.718Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:54:42.718Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.719Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-24T07:54:42.719Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-24T07:54:42.719Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=47b12c52-de43-44f7-9175-440949f5b3eb
2022-06-24T07:54:42.719Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.720Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:42.720Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.720Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:42.720Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.720Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:42.721Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:42.721Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:42.721Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:50fba11f-aba4-4995-9e98-46045f4b3c02
Model Version:NULL
Model InvariantUuid:ac21748a-7d9d-4b33-a6d7-8b653d5f43ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:32f7cd97-ce3a-48f9-9a26-32ecc0b278b3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4610316-b8d9-4cbc-b180-085cfe985f36
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:263f05f2-4654-4e84-ab6f-2de8c5c8a68a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b81f39df-3c5c-4047-93e7-4fba9403dff5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c63816dd-4be4-488b-80e4-c6c88512523a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e3691522-469f-40fb-b19d-7cdfad61f886
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:501f1bca-1198-4e69-a3f1-8ed9980927e7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:47b12c52-de43-44f7-9175-440949f5b3eb
ModelInvariantUuid:2c28ff73-4203-4801-920c-f1e9b2eb74af
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:eb82ef47-7291-4273-bc93-2915c16ec886
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:98c53c4a-c0ae-4536-aab5-316c505b307b
ModelInvariantUuid:2cd287cc-db88-499e-8811-ab22b9c94fde
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:205983fd-2589-458b-8b53-f0e656371a09
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-06-24T07:54:42.733Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 42ef0ea7-74d2-4110-85f2-560fa88f45e7
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-06-24T07:54:42.737Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-06-24T07:54:42.737Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42ef0ea7-74d2-4110-85f2-560fa88f45e7
2022-06-24T07:54:42.737Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7b940d63-756b-4164-8a8f-0eee7293989f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-24T07:54:42.738Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-24T07:54:42.738Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:42.802Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-24T07:54:42.802Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7b940d63-756b-4164-8a8f-0eee7293989f 1565
2022-06-24T07:54:42.803Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:42.803Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:42.803Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:54:42.803Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:42.805Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:42.806Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057282803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:54:42.906Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:42.907Z||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-06-24T07:54:42.907Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:42.922Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:42.923Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:43.806Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e3691522-469f-40fb-b19d-7cdfad61f886",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "501f1bca-1198-4e69-a3f1-8ed9980927e7",
    "vfModuleModelCustomizationUUID": "73be90e0-a510-4560-b0c7-b779c64b56b5",
    "isBase": true,
    "artifacts": [
      "2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83",
      "594f78bf-e750-4918-94d9-b9e579780ebe"
    ],
    "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": "b81f39df-3c5c-4047-93e7-4fba9403dff5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c63816dd-4be4-488b-80e4-c6c88512523a",
    "vfModuleModelCustomizationUUID": "416305a4-259e-4ba3-9bd1-c8e27fac9b1e",
    "isBase": false,
    "artifacts": [
      "42f2b031-2bb4-4e6f-bfe8-2ad5e679997f"
    ],
    "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-06-24T07:54:43.810Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:501f1bca-1198-4e69-a3f1-8ed9980927e7
VfModuleModelInvariantUUID:e3691522-469f-40fb-b19d-7cdfad61f886
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83
,
594f78bf-e750-4918-94d9-b9e579780ebe

}
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:c63816dd-4be4-488b-80e4-c6c88512523a
VfModuleModelInvariantUUID:b81f39df-3c5c-4047-93e7-4fba9403dff5
VfModuleModelDescription:NULL
Artifacts UUID List:{
42f2b031-2bb4-4e6f-bfe8-2ad5e679997f

}
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-06-24T07:54:43.812Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e3691522-469f-40fb-b19d-7cdfad61f886",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "501f1bca-1198-4e69-a3f1-8ed9980927e7",
    "vfModuleModelCustomizationUUID": "73be90e0-a510-4560-b0c7-b779c64b56b5",
    "isBase": true,
    "artifacts": [
      "2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83",
      "594f78bf-e750-4918-94d9-b9e579780ebe"
    ],
    "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": "b81f39df-3c5c-4047-93e7-4fba9403dff5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c63816dd-4be4-488b-80e4-c6c88512523a",
    "vfModuleModelCustomizationUUID": "416305a4-259e-4ba3-9bd1-c8e27fac9b1e",
    "isBase": false,
    "artifacts": [
      "42f2b031-2bb4-4e6f-bfe8-2ad5e679997f"
    ],
    "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-06-24T07:54:43.812Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:501f1bca-1198-4e69-a3f1-8ed9980927e7
VfModuleModelInvariantUUID:e3691522-469f-40fb-b19d-7cdfad61f886
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83
,
594f78bf-e750-4918-94d9-b9e579780ebe

}
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:c63816dd-4be4-488b-80e4-c6c88512523a
VfModuleModelInvariantUUID:b81f39df-3c5c-4047-93e7-4fba9403dff5
VfModuleModelDescription:NULL
Artifacts UUID List:{
42f2b031-2bb4-4e6f-bfe8-2ad5e679997f

}
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-06-24T07:54:43.812Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-24T07:54:43.813Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-24T07:54:43.813Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:43.919Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-24T07:54:43.920Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2d8ed5c6-cfe6-490b-8ff2-2b78ebf70e83 914
2022-06-24T07:54:43.920Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:43.920Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:43.920Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:54:43.920Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:43.922Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:43.923Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057283920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:54:44.023Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:44.024Z||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-06-24T07:54:44.024Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:44.047Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:44.047Z||pool-140-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:44.923Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d09d3917-716c-46ca-acc7-a6b23a1f82a7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-24T07:54:44.923Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-24T07:54:44.924Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:45.013Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-24T07:54:45.014Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d09d3917-716c-46ca-acc7-a6b23a1f82a7 12
2022-06-24T07:54:45.014Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:45.014Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:45.014Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:54:45.015Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:45.018Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:45.019Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057285014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:54:45.117Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-24T07:54:45.119Z||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-06-24T07:54:45.119Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:45.141Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:45.141Z||pool-141-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:54:46.023Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 594f78bf-e750-4918-94d9-b9e579780ebe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-24T07:54:46.023Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-24T07:54:46.024Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:46.215Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-24T07:54:46.216Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 594f78bf-e750-4918-94d9-b9e579780ebe 96
2022-06-24T07:54:46.216Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:46.217Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:46.217Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:54:46.218Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:46.221Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:46.221Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057286216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:54:46.321Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:54:46.322Z||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-06-24T07:54:46.322Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:46.339Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:46.340Z||pool-142-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:47.222Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42f2b031-2bb4-4e6f-bfe8-2ad5e679997f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-24T07:54:47.225Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-24T07:54:47.225Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:47.304Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-24T07:54:47.306Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 42f2b031-2bb4-4e6f-bfe8-2ad5e679997f 20206
2022-06-24T07:54:47.306Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:47.306Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:47.306Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:54:47.307Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:47.309Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:47.309Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057287306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:54:47.409Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:47.409Z||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-06-24T07:54:47.410Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:47.436Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:47.436Z||pool-143-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:48.314Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 50fba11f-aba4-4995-9e98-46045f4b3c02
2022-06-24T07:54:48.314Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 42ef0ea7-74d2-4110-85f2-560fa88f45e7 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-06-24T07:54:48.348Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bc59a92, org.onap.sdc.toscaparser.api.parameters.Input@3b466d3c, org.onap.sdc.toscaparser.api.parameters.Input@29c6af69, org.onap.sdc.toscaparser.api.parameters.Input@67e844de, org.onap.sdc.toscaparser.api.parameters.Input@60fe43bb]
2022-06-24T07:54:48.350Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.350Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.351Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:54:48.351Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 263f05f2-4654-4e84-ab6f-2de8c5c8a68a
2022-06-24T07:54:48.351Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 263f05f2-4654-4e84-ab6f-2de8c5c8a68a matches Tosca VF Customization UUID: 263f05f2-4654-4e84-ab6f-2de8c5c8a68a
2022-06-24T07:54:48.351Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 263f05f2-4654-4e84-ab6f-2de8c5c8a68a  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-06-24T07:54:48.357Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.357Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.358Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 263f05f2-4654-4e84-ab6f-2de8c5c8a68a: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-24T07:54:48.358Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5193de65
2022-06-24T07:54:48.358Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.358Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:54:48.359Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 416305a4-259e-4ba3-9bd1-c8e27fac9b1e
2022-06-24T07:54:48.359Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 416305a4-259e-4ba3-9bd1-c8e27fac9b1e
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-06-24T07:54:48.365Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.365Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:48.365Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:54:48.366Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.366Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:48.366Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:54:48.366Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.367Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:54:48.367Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=263f05f2-4654-4e84-ab6f-2de8c5c8a68a
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-06-24T07:54:48.373Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.373Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.373Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 50fba11f-aba4-4995-9e98-46045f4b3c02: basic_cnf_macro
2022-06-24T07:54:48.374Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.374Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.375Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.375Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.375Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.375Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.376Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.376Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.377Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:54:48.377Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:54:48.377Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:48.442Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 42ef0ea7-74d2-4110-85f2-560fa88f45e7 2 ASDC deployResourceStructure
2022-06-24T07:54:48.443Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:48.443Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:48.443Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:54:48.444Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:48.446Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:48.446Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057288443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:54:48.546Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:48.547Z||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-06-24T07:54:48.547Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:48.561Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:48.562Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:49.447Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:49.450Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:49.450Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:54:49.450Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:49.452Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:49.452Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057289447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:54:49.553Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:49.554Z||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-06-24T07:54:49.555Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:49.576Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:49.577Z||pool-145-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:54:50.453Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:50.455Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:50.455Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T07:54:50.455Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:50.458Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:50.458Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057290453,
  "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-06-24T07:54:50.558Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:50.559Z||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-06-24T07:54:50.559Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:50.588Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:50.589Z||pool-146-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:51.459Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:51.460Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:51.460Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:54:51.460Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:51.462Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:51.462Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057291459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:54:51.562Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:54:51.563Z||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-06-24T07:54:51.563Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:51.580Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:51.581Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:52.463Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:52.464Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||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-06-24T07:54:52.464Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T07:54:52.464Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:52.467Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:52.467Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057292463,
  "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-06-24T07:54:52.568Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:54:52.569Z||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-06-24T07:54:52.569Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:52.585Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:52.585Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:53.468Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:54:53.468Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:54:53.468Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:54:53.468Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:54:53.470Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:54:53.470Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057293467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:54:53.571Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:54:53.571Z||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-06-24T07:54:53.571Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:54:53.589Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:54:53.589Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:54:54.472Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 234fc6bf-dee6-4052-afd7-251582856947
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:54:54.487Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 234fc6bf-dee6-4052-afd7-251582856947
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-06-24T07:54:54.489Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:54:54.489Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:54:54.489Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:55:24.490Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 234fc6bf-dee6-4052-afd7-251582856947
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:55:24.504Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 234fc6bf-dee6-4052-afd7-251582856947
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-06-24T07:55:24.506Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:55:24.506Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:55:24.506Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:55:29.318Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:55:29.319Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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-06-24T07:55:29.319Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:55:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:55:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057209315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057218329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057201088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057203899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.398Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.398Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057207688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.398Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.399Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.399Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.400Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.400Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.400Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057221192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.401Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.401Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.401Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.401Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.402Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.402Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057219715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.403Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.403Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.403Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057221055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.404Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.404Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.404Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.404Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.404Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.404Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057222261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.405Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.405Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.405Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.405Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.406Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.406Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057220770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.406Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.406Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.407Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.407Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.407Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.407Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057223327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.408Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.408Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.408Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "cds",
  "timestamp": 1656057222796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:55:29.428Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 234fc6bf-dee6-4052-afd7-251582856947
2022-06-24T07:55:29.428Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 234fc6bf-dee6-4052-afd7-251582856947 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-06-24T07:55:29.437Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.438Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.438Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.438Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057212835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057221893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.440Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.440Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.440Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.440Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.440Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.440Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.441Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057224592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.441Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.441Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.441Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057223621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.442Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.442Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.442Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057222979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.442Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.442Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.442Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.443Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.443Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.443Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057213914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.443Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.444Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.444Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057225595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.444Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.444Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.445Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057224625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.445Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.445Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.445Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057224098,
  "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-06-24T07:55:29.451Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 234fc6bf-dee6-4052-afd7-251582856947
2022-06-24T07:55:29.451Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 234fc6bf-dee6-4052-afd7-251582856947 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-06-24T07:55:29.460Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.460Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.461Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.461Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.462Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057224715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.462Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.462Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.462Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057226600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.463Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.463Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.463Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "policy-id",
  "timestamp": 1656057225628,
  "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-06-24T07:55:29.468Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 234fc6bf-dee6-4052-afd7-251582856947
2022-06-24T07:55:29.469Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 234fc6bf-dee6-4052-afd7-251582856947 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-24T07:55:29.477Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057225102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057227603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.478Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.479Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057221894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057231885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057232690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:55:29.480Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.481Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.481Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "aai-ml",
  "timestamp": 1656057232889,
  "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-06-24T07:55:29.486Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 234fc6bf-dee6-4052-afd7-251582856947
2022-06-24T07:55:29.486Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 234fc6bf-dee6-4052-afd7-251582856947 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-06-24T07:55:29.494Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057235220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:55:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057236225,
  "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-06-24T07:55:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 234fc6bf-dee6-4052-afd7-251582856947
2022-06-24T07:55:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 234fc6bf-dee6-4052-afd7-251582856947 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-06-24T07:55:29.509Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:55:29.510Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a4db225-142f-4c0a-9502-67f5494d4eb8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057258944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:55:29.510Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:55:54.506Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 234fc6bf-dee6-4052-afd7-251582856947
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:55:54.529Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 234fc6bf-dee6-4052-afd7-251582856947
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-06-24T07:55:54.532Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:55:54.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:55:54.538Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:56:24.539Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 234fc6bf-dee6-4052-afd7-251582856947 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-06-24T07:56:24.557Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 234fc6bf-dee6-4052-afd7-251582856947 and serviceModelVersionId: 50fba11f-aba4-4995-9e98-46045f4b3c02
2022-06-24T07:56:24.557Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac21748a-7d9d-4b33-a6d7-8b653d5f43ad
2022-06-24T07:56:24.558Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac21748a-7d9d-4b33-a6d7-8b653d5f43ad/model-vers/model-ver/50fba11f-aba4-4995-9e98-46045f4b3c02?depth=0
2022-06-24T07:56:24.563Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:56:24.621Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac21748a-7d9d-4b33-a6d7-8b653d5f43ad/model-vers/model-ver/50fba11f-aba4-4995-9e98-46045f4b3c02?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-06-24T07:56:24.622Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac21748a-7d9d-4b33-a6d7-8b653d5f43ad/model-vers/model-ver/50fba11f-aba4-4995-9e98-46045f4b3c02?depth=0|INFO|500||Invoke
2022-06-24T07:56:24.648Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac21748a-7d9d-4b33-a6d7-8b653d5f43ad/model-vers/model-ver/50fba11f-aba4-4995-9e98-46045f4b3c02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:56:24.849Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac21748a-7d9d-4b33-a6d7-8b653d5f43ad/model-vers/model-ver/50fba11f-aba4-4995-9e98-46045f4b3c02?depth=0|INFO|500||InvokeReturn
2022-06-24T07:56:24.849Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac21748a-7d9d-4b33-a6d7-8b653d5f43ad/model-vers/model-ver/50fba11f-aba4-4995-9e98-46045f4b3c02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-07:56:22:949-65776], vertex-id=[241680], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:56:22 GMT], Content-Type=[application/json]}
2022-06-24T07:56:24.850Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:56:24.850Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:56:24.851Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:56:24.858Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:56:24.858Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 234fc6bf-dee6-4052-afd7-251582856947 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:56:24.858Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:56:24.859Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:24.862Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:24.862Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057384858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:56:24.962Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:24.963Z||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-06-24T07:56:24.963Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:25.009Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:25.009Z||pool-150-thread-1|||||INFO|500||cambria reply ok (46 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-06-24T07:56:25.883Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:56:25.884Z|234fc6bf-dee6-4052-afd7-251582856947|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-06-24T07:56:25.884Z|234fc6bf-dee6-4052-afd7-251582856947|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:56:26.533Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:26.534Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:56:26.535Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d38e9085-8535-4279-a994-40cf36379c9f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10","serviceDescription":"service","serviceInvariantUUID":"f44b7e92-5e14-4fea-9aac-fdba569def04","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b0ef2b2-e91f-4d1e-863a-d7bd67d88417","resourceInvariantUUID":"0bd84eb6-417a-469a-bb03-700a5312b58f","resourceCustomizationUUID":"752b1f3e-1fb9-4359-be15-41ddb4ca0d66","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":"NmFlMTY1NjhjMzIyZDMwMmJlM2E0MzA2YjJhOWQxNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cfce65f7-4c44-408d-b46e-e54e88aca6cf","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":"b594700d-1cb8-4359-aaf6-c20472253163","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":"5d711bf0-cd2f-488b-b3f7-763400eac4e4","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":"ZTkxMzc3MWVmMmI4OTExYzk2MTk2YjdiYTU4NTYyOGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8f4fe2bf-45cc-4785-ad36-fd00a94ef13a","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":"2c639fd8-f97d-48ea-ae14-97b97c2400c7","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":"206df867-2046-471a-ac97-8a6d4a9cbe49","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":"530ff7f6-4ed6-4ce8-860d-12ba419a9536","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":"Y2M2MDBmMjFkYmYxM2M1YjEwNWQxMzIzY2NlNjBhYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2dc9711-e7d7-49f9-9ccb-9d7f4c5cee1b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjhhMGRkOTRlOWM3OGUyNWQ3YjRlMWI3NmI4ZTljNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0066c25-19b7-474b-96b7-ad1773b26d42","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:56:26.538Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:26.539Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:26.541Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:26.541Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:26.642Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:56:26.643Z||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-06-24T07:56:26.643Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:26.658Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:26.659Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:27.543Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:27.544Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:27.547Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:27.547Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:27.647Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:27.648Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:27.648Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:27.672Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:27.672Z||pool-152-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:56:28.548Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:28.548Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:28.551Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:28.551Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:28.651Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:28.653Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:28.653Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:28.672Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:28.673Z||pool-153-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:29.318Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:56:29.320Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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-06-24T07:56:29.321Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:56:29.365Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:29.367Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.367Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.368Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.369Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.370Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057269318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057280251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057282803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.371Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057283920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057285014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057286216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.372Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057287306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057288443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057289447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.373Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057290453,
  "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-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057291459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.374Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057292463,
  "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-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.375Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057293467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.376Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.377Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.378Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.379Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.380Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.381Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.382Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.383Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.384Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.385Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.386Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.387Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.388Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.389Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.390Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.391Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057281894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.392Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656057283900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057287688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.393Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057283582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.394Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057300299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.395Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057300320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057301376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.396Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057292835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057301321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.397Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "cds",
  "timestamp": 1656057302885,
  "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-06-24T07:56:29.423Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d38e9085-8535-4279-a994-40cf36379c9f
2022-06-24T07:56:29.423Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38e9085-8535-4279-a994-40cf36379c9f 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-06-24T07:56:29.438Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.438Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057302610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.439Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656057302324,
  "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-06-24T07:56:29.446Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d38e9085-8535-4279-a994-40cf36379c9f
2022-06-24T07:56:29.446Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38e9085-8535-4279-a994-40cf36379c9f 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-06-24T07:56:29.458Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.458Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057302331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.458Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.459Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.459Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057303615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.459Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.459Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.459Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656057303338,
  "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-06-24T07:56:29.465Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d38e9085-8535-4279-a994-40cf36379c9f
2022-06-24T07:56:29.465Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38e9085-8535-4279-a994-40cf36379c9f 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-06-24T07:56:29.476Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.476Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "policy-id",
  "timestamp": 1656057304617,
  "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-06-24T07:56:29.482Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d38e9085-8535-4279-a994-40cf36379c9f
2022-06-24T07:56:29.482Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38e9085-8535-4279-a994-40cf36379c9f 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-06-24T07:56:29.493Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.493Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.493Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.494Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.494Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.494Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.494Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.495Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.496Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.496Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.496Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.496Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.497Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.497Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.497Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.497Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.498Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.498Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.498Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.498Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.499Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.499Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.499Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057303914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:56:29.499Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:56:29.499Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.499Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057313683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057318735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:56:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:56:29.500Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "aai-ml",
  "timestamp": 1656057319739,
  "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-06-24T07:56:29.506Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d38e9085-8535-4279-a994-40cf36379c9f
2022-06-24T07:56:29.506Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d38e9085-8535-4279-a994-40cf36379c9f 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-06-24T07:56:29.552Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:29.553Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:29.558Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:29.558Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:29.658Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:29.659Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:29.659Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:29.686Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:29.687Z||pool-154-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:30.559Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:30.560Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:30.564Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:30.564Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:30.664Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:30.665Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:30.666Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:30.712Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:30.713Z||pool-155-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:31.565Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:31.566Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:31.568Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:31.568Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:31.669Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:31.670Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:31.670Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:31.691Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:31.692Z||pool-156-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:56:32.569Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:32.570Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:32.572Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:32.573Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:32.673Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:32.674Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:32.674Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:32.690Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:32.691Z||pool-157-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:33.573Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:33.574Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:33.578Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:33.578Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:56:33.678Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:33.679Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:33.679Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:33.698Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:33.699Z||pool-158-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:34.578Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:56:34.579Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:34.582Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:34.582Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:56:34.682Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:34.684Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:34.684Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:34.714Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:34.715Z||pool-159-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:35.583Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f44b7e92-5e14-4fea-9aac-fdba569def04",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "752b1f3e-1fb9-4359-be15-41ddb4ca0d66",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5b0ef2b2-e91f-4d1e-863a-d7bd67d88417",
      "resourceInvariantUUID": "0bd84eb6-417a-469a-bb03-700a5312b58f",
      "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": "ZjhhMGRkOTRlOWM3OGUyNWQ3YjRlMWI3NmI4ZTljNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0066c25-19b7-474b-96b7-ad1773b26d42"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:56:35.584Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:56:35.584Z|234fc6bf-dee6-4052-afd7-251582856947|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10 ASDC
2022-06-24T07:56:35.584Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d38e9085-8535-4279-a994-40cf36379c9f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10
ServiceInvariantUUID:f44b7e92-5e14-4fea-9aac-fdba569def04
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:e0066c25-19b7-474b-96b7-ad1773b26d42
ArtifactChecksum:ZjhhMGRkOTRlOWM3OGUyNWQ3YjRlMWI3NmI4ZTljNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:752b1f3e-1fb9-4359-be15-41ddb4ca0d66
ResourceInvariantUUID:0bd84eb6-417a-469a-bb03-700a5312b58f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5b0ef2b2-e91f-4d1e-863a-d7bd67d88417
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T07:56:35.584Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10 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-06-24T07:56:35.648Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:56:35.649Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-24T07:56:35.649Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-24T07:56:35.649Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e0066c25-19b7-474b-96b7-ad1773b26d42 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:56:35.649Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-24T07:56:35.650Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:56:35.737Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-24T07:56:35.742Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e0066c25-19b7-474b-96b7-ad1773b26d42 105662
2022-06-24T07:56:35.742Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:56:35.742Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:56:35.743Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:56:35.743Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:35.745Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:35.745Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057395742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:56:35.845Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:56:35.846Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:35.846Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:35.916Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:35.917Z||pool-160-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:36.747Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:56:36.748Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-24T07:56:36.748Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e0066c25-19b7-474b-96b7-ad1773b26d42, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:36.748Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-24T07:56:36.749Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:36.749Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:36.894Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14439189392545998597/Definitions/service-TestPnfMacro-template.yml
2022-06-24T07:56:37.867Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:56:37.867Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-24T07:56:37.867Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.867Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||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-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.868Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-24T07:56:37.869Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.869Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.869Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-24T07:56:37.869Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-24T07:56:37.870Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:56:37.870Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.870Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.870Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-24T07:56:37.870Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-24T07:56:37.870Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:56:37.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.872Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.872Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.872Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.872Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10
Model Version:NULL
Model InvariantUuid:f44b7e92-5e14-4fea-9aac-fdba569def04
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-06-24T07:56:37.886Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5b0ef2b2-e91f-4d1e-863a-d7bd67d88417
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-06-24T07:56:37.890Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-06-24T07:56:37.890Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5b0ef2b2-e91f-4d1e-863a-d7bd67d88417
2022-06-24T07:56:37.890Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10
2022-06-24T07:56:37.890Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10
2022-06-24T07:56:37.890Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5b0ef2b2-e91f-4d1e-863a-d7bd67d88417 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-06-24T07:56:37.898Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28b413b7, org.onap.sdc.toscaparser.api.parameters.Input@3cf5fef7, org.onap.sdc.toscaparser.api.parameters.Input@1753f989, org.onap.sdc.toscaparser.api.parameters.Input@64239e0f, org.onap.sdc.toscaparser.api.parameters.Input@6c020097]
2022-06-24T07:56:37.899Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.899Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.899Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10: test-pnf
2022-06-24T07:56:37.899Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5b0ef2b2-e91f-4d1e-863a-d7bd67d88417
2022-06-24T07:56:37.899Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:56:37.900Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:56:37.900Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||Resource customization UUID: 752b1f3e-1fb9-4359-be15-41ddb4ca0d66 is the same as notified resource customizationUUID: 752b1f3e-1fb9-4359-be15-41ddb4ca0d66
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-06-24T07:56:37.987Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5b0ef2b2-e91f-4d1e-863a-d7bd67d88417 0 ASDC deployResourceStructure
2022-06-24T07:56:37.987Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:56:37.987Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:56:37.988Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:56:37.988Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:56:37.991Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:56:37.991Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057397987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:56:38.090Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:56:38.092Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:56:38.092Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:56:38.116Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:56:38.117Z||pool-161-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:56:38.994Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d38e9085-8535-4279-a994-40cf36379c9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-24T07:56:39.011Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d38e9085-8535-4279-a994-40cf36379c9f
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-06-24T07:56:39.025Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:56:39.025Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:56:39.025Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:56:39.025Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:56:39.025Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:56:39.025Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:56:39.026Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:56:39.026Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:56:39.026Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:56:39.026Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:56:39.026Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:56:39.031Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:57:09.032Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d38e9085-8535-4279-a994-40cf36379c9f 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-06-24T07:57:09.042Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d38e9085-8535-4279-a994-40cf36379c9f and serviceModelVersionId: e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10
2022-06-24T07:57:09.042Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f44b7e92-5e14-4fea-9aac-fdba569def04
2022-06-24T07:57:09.043Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f44b7e92-5e14-4fea-9aac-fdba569def04/model-vers/model-ver/e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10?depth=0
2022-06-24T07:57:09.047Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:57:09.094Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f44b7e92-5e14-4fea-9aac-fdba569def04/model-vers/model-ver/e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10?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-06-24T07:57:09.096Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f44b7e92-5e14-4fea-9aac-fdba569def04/model-vers/model-ver/e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10?depth=0|INFO|500||Invoke
2022-06-24T07:57:09.121Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f44b7e92-5e14-4fea-9aac-fdba569def04/model-vers/model-ver/e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:57:09.199Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f44b7e92-5e14-4fea-9aac-fdba569def04/model-vers/model-ver/e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10?depth=0|INFO|500||InvokeReturn
2022-06-24T07:57:09.201Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f44b7e92-5e14-4fea-9aac-fdba569def04/model-vers/model-ver/e8bb7abd-5ed1-4d1b-8a63-8a3c3575bb10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-07:57:07:421-56569], vertex-id=[323680], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:57:07 GMT], Content-Type=[application/json]}
2022-06-24T07:57:09.202Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:57:09.202Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:57:09.202Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:57:09.212Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:57:09.213Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d38e9085-8535-4279-a994-40cf36379c9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:57:09.213Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:57:09.214Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:57:09.216Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:57:09.217Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057429213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:57:09.317Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:57:09.318Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:57:09.318Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Cki7yysn1YFYKJag) ...
2022-06-24T07:57:09.336Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:57:09.337Z||pool-162-thread-1|||||INFO|500||cambria reply ok (20 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-06-24T07:57:10.234Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:57:10.234Z||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-06-24T07:57:10.235Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:57:19.790Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:57:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:57:29.316Z||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-06-24T07:57:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:57:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:57:29.318Z||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-06-24T07:57:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:57:29.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:57:29.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:57:29.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "234fc6bf-dee6-4052-afd7-251582856947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057384858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:57:29.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:57:29.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:57:29.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:57:38.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:58:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:58:29.318Z||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-06-24T07:58:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:58:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:58:29.319Z||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-06-24T07:58:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:58:29.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:58:29.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-24T07:58:29.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:58:29.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:58:38.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:59:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:59:29.316Z||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-06-24T07:59:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T07:59:29.318Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:59:29.318Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T07:59:29.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T07:59:29.854Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:59:29.855Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.855Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:59:29.856Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:59:29.856Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.856Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:59:29.856Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.857Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057385883,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057395742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057397987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:59:29.858Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d38e9085-8535-4279-a994-40cf36379c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656057429213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:59:29.859Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:59:38.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:00:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:00:29.316Z||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-06-24T08:00:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:00:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:00:29.318Z||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-06-24T08:00:29.318Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:00:38.873Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:00:38.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:01:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:01:29.316Z||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-06-24T08:01:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:01:29.318Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:01:29.318Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T08:01:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:01:38.870Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:01:38.875Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:02:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:02:29.316Z||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-06-24T08:02:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:02:29.318Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:02:29.318Z|d38e9085-8535-4279-a994-40cf36379c9f|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-06-24T08:02:29.319Z|d38e9085-8535-4279-a994-40cf36379c9f|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:02:38.885Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:02:38.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:03:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:03:29.316Z||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-06-24T08:03:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:03:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:03:29.318Z||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-06-24T08:03:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:03:38.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:03:38.942Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:04:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:04:29.316Z||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-06-24T08:04:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:04:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:04:29.318Z||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-06-24T08:04:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:04:38.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:04:38.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:05:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:05:29.316Z||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-06-24T08:05:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:05:29.318Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:05:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T08:05:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:05:38.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:05:38.888Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:06:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:06:29.316Z||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-06-24T08:06:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:06:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:06:29.319Z||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-06-24T08:06:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:06:38.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:06:38.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:07:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:07:29.317Z||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-06-24T08:07:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:07:29.318Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:07:29.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T08:07:29.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:07:38.886Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:07:38.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:08:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:08:29.316Z||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-06-24T08:08:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:08:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:08:29.319Z||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-06-24T08:08:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:08:38.884Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:08:38.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:09:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:09:29.316Z||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-06-24T08:09:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:09:29.318Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:09:29.319Z||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-06-24T08:09:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:09:38.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:09:38.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:10:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:10:29.316Z||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-06-24T08:10:29.316Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:10:29.318Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:10:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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-06-24T08:10:29.319Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:10:38.871Z|437278b1-012c-4ba5-9a76-af4db7e1f52c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:10:38.875Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:11:29.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:11:29.316Z||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-06-24T08:11:29.317Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:11:29.318Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:11:29.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T08:11:29.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:11:38.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:11:38.867Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:12:29.315Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:12:29.316Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T08:12:29.317Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:12:29.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:12:29.319Z||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-06-24T08:12:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:12:38.867Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:12:38.868Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:13:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:13:29.318Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:13:29.318Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:13:29.318Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:13:29.319Z|d38e9085-8535-4279-a994-40cf36379c9f|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-06-24T08:13:29.319Z|d38e9085-8535-4279-a994-40cf36379c9f|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:13:38.882Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:13:38.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:14:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:14:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:14:29.318Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:14:29.318Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:14:29.319Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-06-24T08:14:29.319Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:14:38.879Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:14:38.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:15:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:15:29.316Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:15:29.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:15:29.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:15:29.319Z||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-06-24T08:15:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:15:38.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:15:38.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:16:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:16:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:16:29.318Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:16:29.318Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:16:29.319Z||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-06-24T08:16:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:16:38.869Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:16:38.873Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:17:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:17:29.316Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:17:29.316Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:17:29.318Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:17:29.319Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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-06-24T08:17:29.319Z|c5b40848-f571-4a4c-a3ea-bd9428980332|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:17:38.862Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:17:38.870Z|c5b40848-f571-4a4c-a3ea-bd9428980332|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:18:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:18:29.316Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:18:29.316Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:18:29.318Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:18:29.319Z||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-06-24T08:18:29.319Z||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 Cki7yysn1YFYKJag) ...
2022-06-24T08:18:38.871Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:18:38.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:19:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:19:29.316Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:19:29.316Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:19:29.318Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:19:29.318Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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-06-24T08:19:29.319Z|df50515a-fa6a-4eed-a802-70f92fffd37f|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:19:38.896Z|df50515a-fa6a-4eed-a802-70f92fffd37f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:19:38.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:20:29.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:20:29.316Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:20:29.316Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:20:29.318Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:20:29.318Z|d38e9085-8535-4279-a994-40cf36379c9f|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-06-24T08:20:29.319Z|d38e9085-8535-4279-a994-40cf36379c9f|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:20:38.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:20:38.871Z|d38e9085-8535-4279-a994-40cf36379c9f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:21:29.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:21:29.317Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-24T08:21:29.317Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Cki7yysn1YFYKJag) ...
2022-06-24T08:21:29.318Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T08:21:29.319Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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-06-24T08:21:29.319Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|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 Cki7yysn1YFYKJag) ...
2022-06-24T08:21:38.871Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T08:21:38.871Z|2a4db225-142f-4c0a-9502-67f5494d4eb8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK