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-10-10T05:03:43.092Z||main|||||INFO|500||The following profiles are active: basic
2022-10-10T05:03:54.845Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-10T05:03:54.846Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-10T05:03:54.966Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-10T05:03:58.979Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-10T05:03:59.380Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-10T05:03:59.893Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-10T05:03:59.901Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-10T05:04:00.033Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-10T05:04:00.266Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-10T05:04:00.871Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-10T05:04:02.698Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-10T05:04:05.058Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-10T05:04:05.116Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-10T05:04:05.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-10T05:04:05.909Z||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-10-10T05:04:07.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-10T05:04:08.199Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-10T05:04:08.217Z||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$$b3d2088f.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-10-10T05:04:08.218Z||main|||||WARN|500||The sdc end point is not alive
2022-10-10T05:04:11.390Z||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-10-10T05:04:14.464Z||main|||||WARN|500||---
2022-10-10T05:04:14.464Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-10T05:04:14.464Z||main|||||WARN|500||---
2022-10-10T05:04:14.911Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-10T05:04:20.051Z||main|||||INFO|500||Started Application in 40.083 seconds (JVM running for 42.217)
2022-10-10T05:04:20.065Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T05:04:20.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T05:04:20.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T05:04:20.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T05:04:20.158Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ea7066a-3766-49dc-8daf-c4857edc85ed url= /sdc/v1/artifactTypes
2022-10-10T05:04:20.158Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-10T05:04:20.488Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-10T05:04:20.514Z||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-10-10T05:04:20.535Z||scheduling-1|||||DEBUG|500||create keys
2022-10-10T05:04:20.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-10T05:04:20.587Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:04:20.604Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 13dfa347-79fe-4097-adc2-31fb2f520795 url= /sdc/v1/registerForDistribution
2022-10-10T05:04:20.713Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 13dfa347-79fe-4097-adc2-31fb2f520795 url= /sdc/v1/registerForDistribution
2022-10-10T05:04:20.713Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-10T05:04:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:04:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:04:20.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-10T05:04:20.733Z||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-10-10T05:04:20.734Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:04:20.735Z||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-10-10T05:04:20.736Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:04:31.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:04:31.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:05:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:05:20.721Z||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-10-10T05:05:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:05:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:05:20.723Z||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-10-10T05:05:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:05:30.309Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:05:30.320Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:06:20.720Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:06:20.721Z||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-10-10T05:06:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:06:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:06:20.722Z||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-10-10T05:06:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:06:30.343Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:06:30.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:07:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:07:20.721Z||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-10-10T05:07:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:07:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:07:20.725Z||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-10-10T05:07:20.725Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:07:30.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:07:30.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:08:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:08:20.721Z||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-10-10T05:08:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:08:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:08:20.723Z||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-10-10T05:08:20.724Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:08:30.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:08:30.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:09:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:09:20.721Z||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-10-10T05:09:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:09:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:09:20.722Z||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-10-10T05:09:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:09:30.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:09:30.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:10:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:10:20.721Z||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-10-10T05:10:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:10:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:10:20.723Z||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-10-10T05:10:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:10:30.297Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:10:30.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:11:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:11:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:11:20.723Z||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-10-10T05:11:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:11:20.724Z||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-10-10T05:11:20.725Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:11:30.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:11:30.315Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:12:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:12:20.721Z||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-10-10T05:12:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:12:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:12:20.722Z||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-10-10T05:12:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:12:30.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:12:30.282Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:13:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:13:20.721Z||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-10-10T05:13:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:13:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:13:20.722Z||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-10-10T05:13:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:13:30.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:13:30.294Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:13:56.866Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-10T05:14:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:14:20.721Z||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-10-10T05:14:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:14:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:14:20.722Z||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-10-10T05:14:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:14:30.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:14:30.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:15:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:15:20.721Z||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-10-10T05:15:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:15:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:15:20.722Z||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-10-10T05:15:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:15:30.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:15:30.279Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:16:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:16:20.721Z||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-10-10T05:16:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:16:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:16:20.722Z||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-10-10T05:16:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:16:30.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:16:30.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:17:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:17:20.721Z||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-10-10T05:17:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:17:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:17:20.723Z||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-10-10T05:17:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:17:30.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:17:30.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:18:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:18:20.721Z||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-10-10T05:18:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:18:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:18:20.722Z||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-10-10T05:18:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:18:30.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:18:30.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:19:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:19:20.721Z||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-10-10T05:19:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:19:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:19:20.722Z||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-10-10T05:19:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:19:30.278Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:19:30.282Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:20:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:20:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:20:20.722Z||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-10-10T05:20:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:20:20.722Z||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-10-10T05:20:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:20:30.282Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:20:30.318Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:21:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:21:20.721Z||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-10-10T05:21:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:21:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:21:20.722Z||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-10-10T05:21:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:21:30.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:21:30.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:22:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:22:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:22:20.722Z||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-10-10T05:22:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:22:20.722Z||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-10-10T05:22:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:22:30.270Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:22:30.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:23:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:23:20.721Z||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-10-10T05:23:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:23:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:23:20.722Z||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-10-10T05:23:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:23:30.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:23:30.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:24:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:24:20.721Z||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-10-10T05:24:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:24:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:24:20.723Z||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-10-10T05:24:20.724Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:24:30.323Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:24:30.323Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:25:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:25:20.721Z||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-10-10T05:25:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:25:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:25:20.722Z||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-10-10T05:25:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:25:30.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:25:30.306Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:26:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:26:20.721Z||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-10-10T05:26:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:26:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:26:20.723Z||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-10-10T05:26:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:26:30.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:26:30.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:27:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:27:20.721Z||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-10-10T05:27:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:27:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:27:20.722Z||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-10-10T05:27:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:27:30.273Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:27:30.281Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:28:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:28:20.721Z||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-10-10T05:28:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:28:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:28:20.722Z||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-10-10T05:28:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:28:30.284Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:28:30.284Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:29:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:29:20.721Z||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-10-10T05:29:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:29:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:29:20.722Z||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-10-10T05:29:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:29:30.281Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:29:30.284Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:30:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:30:20.721Z||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-10-10T05:30:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:30:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:30:20.722Z||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-10-10T05:30:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:30:30.281Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:30:30.281Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:31:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:31:20.721Z||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-10-10T05:31:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:31:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:31:20.722Z||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-10-10T05:31:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:31:30.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:31:30.294Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:32:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:32:20.721Z||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-10-10T05:32:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:32:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:32:20.722Z||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-10-10T05:32:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:32:30.283Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:32:30.283Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:33:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:33:20.721Z||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-10-10T05:33:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:33:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:33:20.722Z||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-10-10T05:33:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:33:30.294Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:33:30.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:34:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:34:20.721Z||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-10-10T05:34:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:34:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:34:20.722Z||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-10-10T05:34:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:34:30.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:34:30.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:35:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:35:20.721Z||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-10-10T05:35:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:35:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:35:20.722Z||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-10-10T05:35:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:35:30.290Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:35:30.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:36:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:36:20.722Z||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-10-10T05:36:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:36:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:36:20.723Z||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-10-10T05:36:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:36:30.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:36:30.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:37:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:37:20.721Z||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-10-10T05:37:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:37:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:37:20.722Z||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-10-10T05:37:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:37:30.310Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:37:30.311Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:38:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:38:20.721Z||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-10-10T05:38:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:38:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:38:20.722Z||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-10-10T05:38:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:38:30.279Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:38:30.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:39:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:39:20.721Z||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-10-10T05:39:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:39:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:39:20.722Z||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-10-10T05:39:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:39:30.308Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:39:30.330Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:40:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:40:20.721Z||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-10-10T05:40:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:40:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:40:20.722Z||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-10-10T05:40:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:40:30.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:40:30.293Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:41:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:41:20.721Z||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-10-10T05:41:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:41:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:41:20.722Z||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-10-10T05:41:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:41:30.269Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:41:30.344Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:42:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:42:20.721Z||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-10-10T05:42:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:42:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:42:20.722Z||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-10-10T05:42:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:42:30.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:42:30.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:43:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:43:20.721Z||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-10-10T05:43:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:43:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:43:20.723Z||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-10-10T05:43:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:43:30.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:43:30.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:44:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:44:20.721Z||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-10-10T05:44:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:44:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:44:20.722Z||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-10-10T05:44:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:44:30.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:44:30.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:45:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:45:20.721Z||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-10-10T05:45:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:45:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:45:20.723Z||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-10-10T05:45:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:45:30.278Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:45:30.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:46:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:46:20.721Z||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-10-10T05:46:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:46:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:46:20.722Z||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-10-10T05:46:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:46:30.282Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:46:30.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:47:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:47:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:47:20.723Z||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-10-10T05:47:20.723Z||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-10-10T05:47:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:47:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:47:30.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:47:30.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:48:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:48:20.721Z||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-10-10T05:48:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:48:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:48:20.723Z||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-10-10T05:48:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:48:30.277Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:48:30.292Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:49:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:49:20.721Z||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-10-10T05:49:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:49:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:49:20.722Z||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-10-10T05:49:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:49:30.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:49:30.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:50:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:50:20.721Z||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-10-10T05:50:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:50:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:50:20.722Z||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-10-10T05:50:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:50:30.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:50:30.280Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:51:20.721Z||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-10-10T05:51:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:51:20.722Z||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-10-10T05:51:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:21.349Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:21.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6939988c-d955-4cea-b8c1-5c3b5edf7979","serviceName":"basic_onboard_GECkul","serviceVersion":"1.0","serviceUUID":"4fececc2-b26e-4d64-a6ef-443370431557","serviceDescription":"service","serviceInvariantUUID":"456ba422-4d8c-4575-9948-daec83fca79a","resources":[{"resourceInstanceName":"basic_onboard_GECkul 0","resourceName":"basic_onboard_GECkul","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"558d34ac-095d-45cc-af20-660e262df08a","resourceInvariantUUID":"2d0d2343-0a26-4690-abf4-1d55eec5c704","resourceCustomizationUUID":"ba7c4202-3569-4838-aac4-07a5b49d659e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml","artifactChecksum":"MWJiM2IxM2I3NDE5YTQxZjYzYjIxNGY4M2NiZDM5YjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f66c2ac-b1c9-486e-82c2-6d886c1a95e2","artifactVersion":"1"},{"artifactName":"basic_onboard_geckul0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json","artifactChecksum":"YzExNjBjZjM1YTRmODUwZDZkN2M4ODczMmJjNDE4ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b613eb3-11b7-4803-83fd-ee9bda65f5ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"404ce8b5-f288-4cb2-bf37-abb64c6ddd81","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a81e9ca8-008d-48cd-96a3-39d9ed670ecd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6d2f8a87-23d3-481f-8858-20f2a4936761","artifactVersion":"2","generatedFromUUID":"404ce8b5-f288-4cb2-bf37-abb64c6ddd81"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGeckul-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml","artifactChecksum":"ZGEwYjE2ODExYTcxYmY4YTRjOWRhMTQ3MDdiNTFiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c96151-9a94-43db-a437-c12cd71c4c90","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGeckul-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar","artifactChecksum":"MmM4NzUyMTgzOWE3ZTJlYjJjN2YzNDA0NjFmZWI2ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6a49615-ce2e-4af6-9371-f8815fd8f5c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T05:51:21.355Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:21.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381035933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.362Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:21.368Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:21.382Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:21.382Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381028097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381029311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381035933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381028097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381029311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381038578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381035933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381028097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381029311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381038578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381028097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381035933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381029311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381038578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381028097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381035933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381029311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381041023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381038578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381028097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381035933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381029311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381041023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381038578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381028097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381035933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381029311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381041023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381038578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381045200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381044517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381041023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381038578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "cds",
  "timestamp": 1665381046225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-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-10-10T05:51:21.482Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-10T05:51:21.486Z||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-10-10T05:51:21.486Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:21.499Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:21.500Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T05:51:21.596Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381041023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381046420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381045909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381041023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381047535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381045909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381041023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381048618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381045909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381049737,
  "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-10-10T05:51:21.666Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.666Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381045909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381050743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381045909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381045909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381045909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381053746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381056793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:21.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381057421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "aai-ml",
  "timestamp": 1665381057798,
  "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-10-10T05:51:21.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381058118,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:21.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381058473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:21.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381059123,
  "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-10-10T05:51:21.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "clamp",
  "timestamp": 1665381059477,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T05:51:21.723Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T05:51:22.389Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:22.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:22.392Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:22.392Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T05:51:22.492Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:22.494Z||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-10-10T05:51:22.494Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:22.504Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:22.504Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:23.393Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:23.395Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:23.397Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:23.397Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-10T05:51:23.497Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:23.498Z||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-10-10T05:51:23.499Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:23.513Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:23.514Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:24.398Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:24.399Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:24.402Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:24.402Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:24.502Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:24.503Z||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-10-10T05:51:24.504Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:24.516Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:24.517Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:25.402Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:25.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:25.405Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:25.405Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-10T05:51:25.506Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:25.507Z||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-10-10T05:51:25.507Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:25.519Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:25.520Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:26.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:26.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:26.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:26.409Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:51:26.509Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:26.510Z||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-10-10T05:51:26.510Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:26.521Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:26.522Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:27.409Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:27.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:27.412Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:27.412Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T05:51:27.513Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T05:51:27.514Z||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-10-10T05:51:27.514Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:27.524Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:27.525Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:28.415Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "serviceName": "basic_onboard_GECkul",
  "serviceVersion": "1.0",
  "serviceUUID": "4fececc2-b26e-4d64-a6ef-443370431557",
  "serviceDescription": "service",
  "serviceInvariantUUID": "456ba422-4d8c-4575-9948-daec83fca79a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GECkul 0",
      "resourceCustomizationUUID": "ba7c4202-3569-4838-aac4-07a5b49d659e",
      "resourceName": "basic_onboard_GECkul",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "558d34ac-095d-45cc-af20-660e262df08a",
      "resourceInvariantUUID": "2d0d2343-0a26-4690-abf4-1d55eec5c704",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_geckul0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
          "artifactChecksum": "YzExNjBjZjM1YTRmODUwZDZkN2M4ODczMmJjNDE4ZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b613eb3-11b7-4803-83fd-ee9bda65f5ec",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "404ce8b5-f288-4cb2-bf37-abb64c6ddd81",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6d2f8a87-23d3-481f-8858-20f2a4936761",
            "generatedFromUUID": "404ce8b5-f288-4cb2-bf37-abb64c6ddd81"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6d2f8a87-23d3-481f-8858-20f2a4936761",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGeckul-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
      "artifactChecksum": "MmM4NzUyMTgzOWE3ZTJlYjJjN2YzNDA0NjFmZWI2ZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e6a49615-ce2e-4af6-9371-f8815fd8f5c9"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T05:51:28.416Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T05:51:28.416Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4fececc2-b26e-4d64-a6ef-443370431557 ASDC
2022-10-10T05:51:28.531Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6939988c-d955-4cea-b8c1-5c3b5edf7979
ServiceName:basic_onboard_GECkul
ServiceVersion:1.0
ServiceUUID:4fececc2-b26e-4d64-a6ef-443370431557
ServiceInvariantUUID:456ba422-4d8c-4575-9948-daec83fca79a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGeckul-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
ArtifactUUID:e6a49615-ce2e-4af6-9371-f8815fd8f5c9
ArtifactChecksum:MmM4NzUyMTgzOWE3ZTJlYjJjN2YzNDA0NjFmZWI2ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GECkul 0
ResourceCustomizationUUID:ba7c4202-3569-4838-aac4-07a5b49d659e
ResourceInvariantUUID:2d0d2343-0a26-4690-abf4-1d55eec5c704
ResourceName:basic_onboard_GECkul
ResourceType:VF
ResourceUUID:558d34ac-095d-45cc-af20-660e262df08a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_geckul0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
ArtifactUUID:0b613eb3-11b7-4803-83fd-ee9bda65f5ec
ArtifactChecksum:YzExNjBjZjM1YTRmODUwZDZkN2M4ODczMmJjNDE4ZjI=
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/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
ArtifactUUID:404ce8b5-f288-4cb2-bf37-abb64c6ddd81
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/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
ArtifactUUID:6d2f8a87-23d3-481f-8858-20f2a4936761
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/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
ArtifactUUID:6d2f8a87-23d3-481f-8858-20f2a4936761
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-10T05:51:28.532Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fececc2-b26e-4d64-a6ef-443370431557 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-10-10T05:51:28.581Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T05:51:28.582Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T05:51:28.583Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T05:51:28.584Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6a49615-ce2e-4af6-9371-f8815fd8f5c9 from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:28.584Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:28.585Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:28.694Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:28.709Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar e6a49615-ce2e-4af6-9371-f8815fd8f5c9 75301
2022-10-10T05:51:28.711Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar ASDC sendASDCNotification
2022-10-10T05:51:28.711Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:28.712Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:28.712Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:28.714Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:28.714Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381088709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:28.815Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:28.816Z||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-10-10T05:51:28.816Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:28.828Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:28.828Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:29.715Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T05:51:29.716Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T05:51:29.716Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e6a49615-ce2e-4af6-9371-f8815fd8f5c9, URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar to file: /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:29.717Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:29.791Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:29.792Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:30.397Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8096899616158114168/Definitions/service-BasicOnboardGeckul-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-10T05:51:32.603Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T05:51:32.607Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GECkul 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.609Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.609Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.609Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T05:51:32.615Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.617Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.621Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.621Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T05:51:32.622Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T05:51:32.624Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.624Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.628Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is not matching search criteria
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T05:51:32.631Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is not matching search criteria
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df6f4f51-d4a1-4df6-a72d-28695fcf6464
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.636Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GECkul
Description:service
Model UUID:4fececc2-b26e-4d64-a6ef-443370431557
Model Version:NULL
Model InvariantUuid:456ba422-4d8c-4575-9948-daec83fca79a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GECkul
Model UUID:5b91bf3f-3c54-4462-b138-94789515b3ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d0d2343-0a26-4690-abf4-1d55eec5c704
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba7c4202-3569-4838-aac4-07a5b49d659e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be769a95-bacf-4dad-9d70-4222b816b6cd
ModelName:BasicOnboardGeckul..base_ubuntu18..module-0
ModelUuid:032a6fc6-2333-44af-9064-005217abe782
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:df6f4f51-d4a1-4df6-a72d-28695fcf6464
ModelInvariantUuid:9d72c41a-5ab4-490a-8289-323804ce6ce3
ModelName:basic_onboard_GECkul-nodes.ubuntu18Cvfc
ModelUuid:15efd60a-310b-4ec0-8601-c0afa9dc877a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:69f81514-b557-4945-bc90-a01fa59a0b2b
ModelInvariantUuid:6bb7213b-5fb3-4d28-93d1-93a6f6e19a08
ModelName:BasicOnboardGeckul.compute.nodes.heat.ubuntu18
ModelUuid:3ce44c66-9a5e-45ed-ab53-86d9b8906e7e
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-10-10T05:51:32.648Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 558d34ac-095d-45cc-af20-660e262df08a
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-10-10T05:51:32.730Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||basic_onboard_GECkul 0
2022-10-10T05:51:32.736Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 558d34ac-095d-45cc-af20-660e262df08a
2022-10-10T05:51:32.737Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0b613eb3-11b7-4803-83fd-ee9bda65f5ec from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:32.737Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:32.737Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:32.793Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:32.793Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json 0b613eb3-11b7-4803-83fd-ee9bda65f5ec 798
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json ASDC sendASDCNotification
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:32.797Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:32.797Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381092794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:32.897Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:32.898Z||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-10-10T05:51:32.898Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:32.912Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:32.913Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:33.799Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGeckul..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "be769a95-bacf-4dad-9d70-4222b816b6cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "032a6fc6-2333-44af-9064-005217abe782",
    "vfModuleModelCustomizationUUID": "90d306ed-4376-447b-adb2-a8ee34717ef1",
    "isBase": true,
    "artifacts": [
      "404ce8b5-f288-4cb2-bf37-abb64c6ddd81",
      "6d2f8a87-23d3-481f-8858-20f2a4936761"
    ],
    "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-10-10T05:51:33.813Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGeckul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:032a6fc6-2333-44af-9064-005217abe782
VfModuleModelInvariantUUID:be769a95-bacf-4dad-9d70-4222b816b6cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
404ce8b5-f288-4cb2-bf37-abb64c6ddd81
,
6d2f8a87-23d3-481f-8858-20f2a4936761

}
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-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGeckul..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "be769a95-bacf-4dad-9d70-4222b816b6cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "032a6fc6-2333-44af-9064-005217abe782",
    "vfModuleModelCustomizationUUID": "90d306ed-4376-447b-adb2-a8ee34717ef1",
    "isBase": true,
    "artifacts": [
      "404ce8b5-f288-4cb2-bf37-abb64c6ddd81",
      "6d2f8a87-23d3-481f-8858-20f2a4936761"
    ],
    "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-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGeckul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:032a6fc6-2333-44af-9064-005217abe782
VfModuleModelInvariantUUID:be769a95-bacf-4dad-9d70-4222b816b6cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
404ce8b5-f288-4cb2-bf37-abb64c6ddd81
,
6d2f8a87-23d3-481f-8858-20f2a4936761

}
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-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 404ce8b5-f288-4cb2-bf37-abb64c6ddd81 from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:33.819Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:33.865Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:33.865Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml 404ce8b5-f288-4cb2-bf37-abb64c6ddd81 5033
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:33.868Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:33.869Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381093865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:33.969Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:33.970Z||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-10-10T05:51:33.970Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:33.983Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:33.984Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:34.869Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6d2f8a87-23d3-481f-8858-20f2a4936761 from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:34.870Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:34.870Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:34.925Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:34.925Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env 6d2f8a87-23d3-481f-8858-20f2a4936761 909
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:34.929Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:34.929Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381094926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:51:35.029Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:35.030Z||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-10-10T05:51:35.031Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:35.041Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:35.042Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:35.929Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4fececc2-b26e-4d64-a6ef-443370431557
2022-10-10T05:51:35.930Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GECkul 0 558d34ac-095d-45cc-af20-660e262df08a 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-10-10T05:51:35.967Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f2380a4, org.onap.sdc.toscaparser.api.parameters.Input@709d5c95, org.onap.sdc.toscaparser.api.parameters.Input@86e7f3, org.onap.sdc.toscaparser.api.parameters.Input@25add34c, org.onap.sdc.toscaparser.api.parameters.Input@46e851fd]
2022-10-10T05:51:35.972Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:35.973Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:35.973Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-10T05:51:35.973Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ba7c4202-3569-4838-aac4-07a5b49d659e
2022-10-10T05:51:35.974Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba7c4202-3569-4838-aac4-07a5b49d659e matches Tosca VF Customization UUID: ba7c4202-3569-4838-aac4-07a5b49d659e
2022-10-10T05:51:35.974Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ba7c4202-3569-4838-aac4-07a5b49d659e  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-10-10T05:51:35.982Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:35.982Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:35.984Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ba7c4202-3569-4838-aac4-07a5b49d659e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-10T05:51:35.984Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@768ebbf4
2022-10-10T05:51:35.985Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:35.986Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T05:51:35.987Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90d306ed-4376-447b-adb2-a8ee34717ef1
2022-10-10T05:51:35.989Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90d306ed-4376-447b-adb2-a8ee34717ef1
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-10-10T05:51:35.997Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:35.997Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:35.998Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:35.999Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:35.999Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:35.999Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:36.000Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.000Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is not matching search criteria
2022-10-10T05:51:36.001Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-10T05:51:36.001Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-10T05:51:36.001Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df6f4f51-d4a1-4df6-a72d-28695fcf6464
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-10-10T05:51:36.012Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.013Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:36.013Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:36.013Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.014Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:36.014Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=ba7c4202-3569-4838-aac4-07a5b49d659e
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-10-10T05:51:36.018Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.018Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.018Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4fececc2-b26e-4d64-a6ef-443370431557: basic_onboard_GECkul
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.020Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.020Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.021Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.021Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.021Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T05:51:36.022Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.022Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_GECkul 
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-10-10T05:51:36.203Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GECkul 558d34ac-095d-45cc-af20-660e262df08a 1 ASDC deployResourceStructure
2022-10-10T05:51:36.203Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json ASDC sendASDCNotification
2022-10-10T05:51:36.203Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:36.204Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:36.204Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:36.206Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:36.206Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381096203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:36.307Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T05:51:36.307Z||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-10-10T05:51:36.308Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:36.318Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:36.318Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:37.210Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:37.210Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381097207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:37.310Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:37.312Z||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-10-10T05:51:37.312Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:37.324Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:37.324Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:38.211Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-10T05:51:38.212Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:38.212Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:38.212Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:38.214Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:38.214Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:38.314Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:38.316Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T05:51:38.316Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:38.333Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:38.333Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:39.215Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar ASDC sendASDCNotification
2022-10-10T05:51:39.215Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:39.216Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:39.216Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:39.218Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:39.219Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381099215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T05:51:39.319Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T05:51:39.320Z||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-10-10T05:51:39.320Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:39.333Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:51:39.333Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:40.220Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T05:51:40.245Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979
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-10-10T05:51:40.249Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T05:51:40.249Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T05:51:40.249Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T05:51:40.251Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T05:51:40.256Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T05:52:10.256Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:52:10.266Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979 and serviceModelVersionId: 4fececc2-b26e-4d64-a6ef-443370431557
2022-10-10T05:52:10.267Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 456ba422-4d8c-4575-9948-daec83fca79a
2022-10-10T05:52:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:52:20.725Z||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-10-10T05:52:20.725Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:52:20.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:52:20.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:52:20.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:52:20.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:52:24.606Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0
2022-10-10T05:52:24.712Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T05:52:25.174Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|INFO|500||Invoke
2022-10-10T05:52:25.181Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6939988c-d955-4cea-b8c1-5c3b5edf7979], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6b97406-7b34-4db5-8a16-8beddc50bd90], X-ECOMP-RequestID=[6939988c-d955-4cea-b8c1-5c3b5edf7979], X-TransactionId=[], X-ONAP-RequestID=[6939988c-d955-4cea-b8c1-5c3b5edf7979], Content-Type=[application/merge-patch+json]}
2022-10-10T05:52:25.309Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T05:52:25.529Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?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/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-05:52:25:013-81968], vertex-id=[147704], Content-Length=[0], Date=[Mon, 10 Oct 2022 05:52:25 GMT], Content-Type=[application/json]}
2022-10-10T05:52:25.531Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-10T05:52:25.532Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|INFO|500||InvokeReturn
2022-10-10T05:52:25.536Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T05:52:25.537Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-10T05:52:25.542Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-10T05:52:25.543Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6939988c-d955-4cea-b8c1-5c3b5edf7979 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T05:52:25.544Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T05:52:25.544Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:52:25.546Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:52:25.547Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381145543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T05:52:25.647Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:52:25.648Z||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-10-10T05:52:25.648Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:52:25.660Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:52:25.660Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-10-10T05:52:26.562Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:52:26.562Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:52:26.563Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:52:36.155Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:53:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:53:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:53:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:53:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:53:20.723Z||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-10-10T05:53:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:53:20.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:53:20.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T05:53:20.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:53:20.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381080720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381088709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381092794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381093865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381094926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381096203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381097207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381099215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:30.284Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:54:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:54:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:54:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:54:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:54:20.722Z||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-10-10T05:54:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:54:21.272Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:54:21.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T05:54:21.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381145543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T05:54:21.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:54:30.291Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:55:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:55:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:55:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:55:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:55:20.722Z||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-10-10T05:55:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:55:30.304Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:55:30.314Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:56:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:56:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:56:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:56:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:56:20.722Z||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-10-10T05:56:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:56:30.313Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:56:30.318Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:57:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:57:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:57:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:57:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:57:20.722Z||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-10-10T05:57:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:57:30.268Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:57:30.269Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:58:20.720Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:58:20.722Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:58:20.722Z||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-10-10T05:58:20.722Z||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-10-10T05:58:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:58:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:58:30.294Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:58:30.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:59:20.720Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:59:20.721Z||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-10-10T05:59:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:59:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:59:20.722Z||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-10-10T05:59:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:59:30.268Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T05:59:30.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:00:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:00:20.721Z||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-10-10T06:00:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:00:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:00:20.722Z||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-10-10T06:00:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:00:30.282Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:00:30.290Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:01:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:01:20.721Z||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-10-10T06:01:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:01:20.722Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:01:20.723Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:01:20.723Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:01:30.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:01:30.275Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:02:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:02:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:02:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:02:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:02:20.722Z||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-10-10T06:02:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:02:30.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:02:30.274Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:03:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:03:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:03:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:03:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:03:20.722Z||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-10-10T06:03:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:03:30.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:03:30.276Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:04:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:04:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:04:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:04:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:04:20.722Z||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-10-10T06:04:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:04:30.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:04:30.293Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:05:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:05:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:05:20.722Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:05:20.722Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:20.723Z||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-10-10T06:05:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:20.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:05:20.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381908096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "clamp",
  "timestamp": 1665381911023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "cds",
  "timestamp": 1665381914311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381915909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "clamp",
  "timestamp": 1665381911023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381908096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "cds",
  "timestamp": 1665381914311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381915909,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381918704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "cds",
  "timestamp": 1665381919453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381918578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "cds",
  "timestamp": 1665381920477,
  "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-10-10T06:05:20.965Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:05:20.965Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:05:20.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381918578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:05:20.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:05:21.383Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:05:21.384Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T06:05:21.384Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc210382-d06f-45ad-948a-d43923a5bf6e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c446763d-8c59-47e0-bcb6-e85db463f5ac","serviceDescription":"service","serviceInvariantUUID":"74eb5471-24ec-4d2d-af16-39fea9cb2abc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"24129936-24f4-4df4-b5a7-fa384fa3847a","resourceInvariantUUID":"f941a8fd-054b-426d-b39a-c8ae9727e95e","resourceCustomizationUUID":"9232aaed-151f-40fb-9c63-4d374f9a271f","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":"MzI1NjRkOWZkMGNjYzJjOTVkMzMwYTc1MDZhNzM5YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f61217c-416e-49a9-a412-7219d831b336","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODY1ZTI1MWIzYWE3YjRlNWMyOTM5N2ViMjAyMDEwNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e53f5660-d7e3-46c5-9c84-1125c571e7a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:05:21.387Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:05:21.387Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:21.390Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:21.390Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381920720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:05:21.491Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:21.492Z||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-10-10T06:05:21.492Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:21.511Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:05:21.512Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:05:22.391Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:05:22.392Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:22.394Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:22.395Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381920720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:05:22.495Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:22.501Z||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-10-10T06:05:22.502Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:22.515Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:05:22.516Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:05:23.396Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c446763d-8c59-47e0-bcb6-e85db463f5ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "74eb5471-24ec-4d2d-af16-39fea9cb2abc",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9232aaed-151f-40fb-9c63-4d374f9a271f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "24129936-24f4-4df4-b5a7-fa384fa3847a",
      "resourceInvariantUUID": "f941a8fd-054b-426d-b39a-c8ae9727e95e",
      "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": "ODY1ZTI1MWIzYWE3YjRlNWMyOTM5N2ViMjAyMDEwNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e53f5660-d7e3-46c5-9c84-1125c571e7a7"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T06:05:23.396Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:05:23.396Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c446763d-8c59-47e0-bcb6-e85db463f5ac ASDC
2022-10-10T06:05:23.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dc210382-d06f-45ad-948a-d43923a5bf6e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c446763d-8c59-47e0-bcb6-e85db463f5ac
ServiceInvariantUUID:74eb5471-24ec-4d2d-af16-39fea9cb2abc
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:e53f5660-d7e3-46c5-9c84-1125c571e7a7
ArtifactChecksum:ODY1ZTI1MWIzYWE3YjRlNWMyOTM5N2ViMjAyMDEwNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9232aaed-151f-40fb-9c63-4d374f9a271f
ResourceInvariantUUID:f941a8fd-054b-426d-b39a-c8ae9727e95e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:24129936-24f4-4df4-b5a7-fa384fa3847a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-10T06:05:23.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c446763d-8c59-47e0-bcb6-e85db463f5ac 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-10-10T06:05:23.421Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e53f5660-d7e3-46c5-9c84-1125c571e7a7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T06:05:23.423Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-10T06:05:23.541Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T06:05:23.544Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e53f5660-d7e3-46c5-9c84-1125c571e7a7 57664
2022-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:23.547Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:23.548Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381923545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:05:23.648Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:23.649Z||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-10-10T06:05:23.649Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:23.665Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:05:23.666Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:05:24.548Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:05:24.549Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T06:05:24.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e53f5660-d7e3-46c5-9c84-1125c571e7a7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:24.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-10T06:05:24.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:24.551Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:24.824Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2831388433656330565/Definitions/service-BasicNetwork-template.yml
2022-10-10T06:05:25.376Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:05:25.376Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.380Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.380Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.383Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.383Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.383Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.384Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.384Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.384Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c446763d-8c59-47e0-bcb6-e85db463f5ac
Model Version:NULL
Model InvariantUuid:74eb5471-24ec-4d2d-af16-39fea9cb2abc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f941a8fd-054b-426d-b39a-c8ae9727e95e
Model UUID:139fa994-29b1-447d-a52b-f012b6e19cec
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9232aaed-151f-40fb-9c63-4d374f9a271f
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-10-10T06:05:25.391Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 24129936-24f4-4df4-b5a7-fa384fa3847a
2022-10-10T06:05:25.392Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||No resources found for Service: c446763d-8c59-47e0-bcb6-e85db463f5ac
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-10-10T06:05:25.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||
2022-10-10T06:05:25.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-10T06:05:25.398Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||No resources found for Service: c446763d-8c59-47e0-bcb6-e85db463f5ac
2022-10-10T06:05:25.398Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c446763d-8c59-47e0-bcb6-e85db463f5ac
2022-10-10T06:05:25.398Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-10T06:05:25.399Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.404Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77de1f9b, org.onap.sdc.toscaparser.api.parameters.Input@77d0f4f3, org.onap.sdc.toscaparser.api.parameters.Input@5cbdd28f, org.onap.sdc.toscaparser.api.parameters.Input@7c1b2f7e, org.onap.sdc.toscaparser.api.parameters.Input@7b3ec5a1]
2022-10-10T06:05:25.405Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.406Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.406Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.406Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c446763d-8c59-47e0-bcb6-e85db463f5ac: Generic NeutronNet
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.408Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.446Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:05:25.448Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.448Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||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-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:05:25.495Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:25.496Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:25.496Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381925494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:05:25.598Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:25.599Z||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-10-10T06:05:25.599Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:25.610Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:05:25.611Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:05:26.498Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:05:26.506Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:05:26.507Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:05:26.508Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:05:26.508Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:05:56.508Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:05:56.518Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:05:56.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:05:56.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:05:56.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:06:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:06:20.723Z||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-10-10T06:06:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:06:20.750Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:06:20.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:06:20.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381920523,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:06:20.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:06:26.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:06:26.526Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:06:26.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:06:26.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:06:26.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:06:56.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:06:56.535Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:06:56.537Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:06:56.537Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:06:56.537Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:07:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:07:20.723Z||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-10-10T06:07:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:07:20.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:07:20.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381920720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381921527,
  "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-10-10T06:07:20.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:07:20.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:07:20.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381920720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381923545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665381925494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "clamp",
  "timestamp": 1665381926681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "clamp",
  "timestamp": 1665381928539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "clamp",
  "timestamp": 1665381929542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:07:20.772Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:07:20.773Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "aai-ml",
  "timestamp": 1665381935933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "aai-ml",
  "timestamp": 1665381935933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "aai-ml",
  "timestamp": 1665381938686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "aai-ml",
  "timestamp": 1665381942789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "aai-ml",
  "timestamp": 1665381943793,
  "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-10-10T06:07:20.782Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:07:20.782Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:07:20.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381941023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381938578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381944311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381945909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381954991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381954692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "cds",
  "timestamp": 1665381955999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-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-10-10T06:07:20.814Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.814Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:07:20.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381948097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381956559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381956925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381957563,
  "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-10-10T06:07:20.829Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.829Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381958105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381958578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381959109,
  "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-10-10T06:07:20.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.838Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381959311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381958578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381959311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381958578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381959311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381958578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381959311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381958578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381959311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381958578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381959311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381958578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381959311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381965541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381966438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381967169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381967575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "cds",
  "timestamp": 1665381968176,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:07:20.855Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:07:20.856Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:07:20.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381967547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381968664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "clamp",
  "timestamp": 1665381968551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:07:20.867Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.867Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:07:20.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381968097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381969688,
  "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-10-10T06:07:20.877Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:07:20.877Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:07:20.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381968097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381970692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381968097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381968097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381968097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381968097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381974699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381968097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381979598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:07:26.538Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:07:26.547Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:07:26.549Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:07:26.551Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:07:26.551Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:07:26.553Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:07:56.554Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:07:56.561Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc210382-d06f-45ad-948a-d43923a5bf6e and serviceModelVersionId: c446763d-8c59-47e0-bcb6-e85db463f5ac
2022-10-10T06:07:56.562Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74eb5471-24ec-4d2d-af16-39fea9cb2abc
2022-10-10T06:07:56.563Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0
2022-10-10T06:07:56.568Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:07:56.629Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|INFO|500||Invoke
2022-10-10T06:07:56.629Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc210382-d06f-45ad-948a-d43923a5bf6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a78116d-35dd-4714-bfb5-bc418b022ca9], X-ECOMP-RequestID=[dc210382-d06f-45ad-948a-d43923a5bf6e], X-TransactionId=[], X-ONAP-RequestID=[dc210382-d06f-45ad-948a-d43923a5bf6e], Content-Type=[application/merge-patch+json]}
2022-10-10T06:07:56.664Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T06:07:56.765Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?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/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-06:07:56:272-43363], vertex-id=[233520], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:07:56 GMT], Content-Type=[application/json]}
2022-10-10T06:07:56.765Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:07:56.766Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|INFO|500||InvokeReturn
2022-10-10T06:07:56.768Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:07:56.768Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-10T06:07:56.773Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-10T06:07:56.773Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc210382-d06f-45ad-948a-d43923a5bf6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:07:56.774Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:07:56.774Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:07:56.776Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:07:56.776Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382076773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:07:56.876Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:07:56.878Z||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-10-10T06:07:56.878Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:07:56.906Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:07:56.906Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-10T06:07:57.795Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:07:57.795Z||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-10-10T06:07:57.795Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:02.217Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:02.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:08:02.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c09f823d-d323-4dd3-92c4-0f5d5c7f0779","serviceName":"Demo_pNF_Hfs7B5hZHVcBG1kEn4d6","serviceVersion":"1.0","serviceUUID":"a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91","serviceDescription":"catalog service description","serviceInvariantUUID":"c858a14e-4d32-4c57-8462-72850436ed28","resources":[{"resourceInstanceName":"pNF f4d7028a-3fb3 0","resourceName":"pNF f4d7028a-3fb3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3207c0b8-e766-45f6-8921-f1d587dd8d1b","resourceInvariantUUID":"6ff37ac6-9948-416e-86fe-93701d78457e","resourceCustomizationUUID":"7d25b16d-475d-443a-9191-dae4ae92acb5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml","artifactChecksum":"OTBmZGQzMDJkNzViOTQ0MjgxNDdlMWRkYWE3OGYwYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd8f4ddb-9406-46bc-ad33-e6b1fc417376","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar","artifactChecksum":"MTUwYWRhZmFmMWU0ZDI1OTE4Y2U3Yjg1MDhkZWUwNGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5d0b504-5f05-457f-994d-bdb8b44ccc40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7728d5a4-e0d9-4db3-ac73-c34cbd758f8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml","artifactChecksum":"NjliODE4Y2YxNjk5MzU4ZDQ1ZGM2NGQ5YjFmZDU1ZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"956bff21-ab03-49e6-9aa9-c5aca6070333","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfa27c95-9de8-4954-b66b-974189b1334e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6845476b-a882-413d-b275-ca31d2d26a8e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml","artifactChecksum":"MDYwZGRkMmRmOTY1NDQ5OWMzNjJlYTgwMmFjYzZkOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e67fdf68-4614-4529-b236-95c4e726e078","artifactVersion":"1"},{"artifactName":"service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar","artifactChecksum":"ZjllZmEyODMxN2UyYWEzYzc4YjMyYWM1NTYzNmZlNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89c99984-3932-4f37-b576-ea267383cd08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:08:02.223Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:02.223Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:02.225Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:02.225Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:02.326Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:08:02.327Z||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-10-10T06:08:02.327Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:02.361Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:02.362Z||pool-24-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:03.226Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:03.227Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:03.230Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:03.230Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:03.330Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:03.331Z||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-10-10T06:08:03.331Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:03.343Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:03.344Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:04.230Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:04.231Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:04.234Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:04.234Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:04.334Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:04.335Z||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-10-10T06:08:04.335Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:04.347Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:04.347Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:08:05.234Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:05.235Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:05.237Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:05.237Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:05.337Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:05.338Z||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-10-10T06:08:05.338Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:05.350Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:05.351Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:06.238Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:06.239Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:06.241Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:06.241Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:06.343Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:08:06.345Z||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-10-10T06:08:06.345Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:06.458Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:06.459Z||pool-28-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:07.242Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:07.243Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:07.245Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:07.246Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:07.345Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:08:07.346Z||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-10-10T06:08:07.346Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:07.356Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:07.356Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:08.246Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:08.247Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:08.249Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:08.250Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:08.349Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:08:08.350Z||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-10-10T06:08:08.351Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:08.361Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:08.361Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:09.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:09.251Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:09.253Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:09.254Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:08:09.354Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:09.355Z||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-10-10T06:08:09.355Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:09.366Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:09.367Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:10.255Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "serviceName": "Demo_pNF_Hfs7B5hZHVcBG1kEn4d6",
  "serviceVersion": "1.0",
  "serviceUUID": "a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c858a14e-4d32-4c57-8462-72850436ed28",
  "resources": [
    {
      "resourceInstanceName": "pNF f4d7028a-3fb3 0",
      "resourceCustomizationUUID": "7d25b16d-475d-443a-9191-dae4ae92acb5",
      "resourceName": "pNF f4d7028a-3fb3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3207c0b8-e766-45f6-8921-f1d587dd8d1b",
      "resourceInvariantUUID": "6ff37ac6-9948-416e-86fe-93701d78457e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
      "artifactChecksum": "ZjllZmEyODMxN2UyYWEzYzc4YjMyYWM1NTYzNmZlNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89c99984-3932-4f37-b576-ea267383cd08"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T06:08:10.255Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:08:10.256Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91 ASDC
2022-10-10T06:08:10.257Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c09f823d-d323-4dd3-92c4-0f5d5c7f0779
ServiceName:Demo_pNF_Hfs7B5hZHVcBG1kEn4d6
ServiceVersion:1.0
ServiceUUID:a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
ServiceInvariantUUID:c858a14e-4d32-4c57-8462-72850436ed28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
ArtifactUUID:89c99984-3932-4f37-b576-ea267383cd08
ArtifactChecksum:ZjllZmEyODMxN2UyYWEzYzc4YjMyYWM1NTYzNmZlNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f4d7028a-3fb3 0
ResourceCustomizationUUID:7d25b16d-475d-443a-9191-dae4ae92acb5
ResourceInvariantUUID:6ff37ac6-9948-416e-86fe-93701d78457e
ResourceName:pNF f4d7028a-3fb3
ResourceType:PNF
ResourceUUID:3207c0b8-e766-45f6-8921-f1d587dd8d1b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-10T06:08:10.257Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91 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-10-10T06:08:10.275Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:08:10.276Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:08:10.276Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:08:10.276Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 89c99984-3932-4f37-b576-ea267383cd08 from URL: /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:10.277Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:08:10.277Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:10.356Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:08:10.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar 89c99984-3932-4f37-b576-ea267383cd08 87779
2022-10-10T06:08:10.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar ASDC sendASDCNotification
2022-10-10T06:08:10.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:10.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:08:10.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:10.366Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:10.366Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382090362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:08:10.466Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:08:10.467Z||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-10-10T06:08:10.467Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:10.481Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:10.481Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:11.367Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:08:11.369Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:08:11.369Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 89c99984-3932-4f37-b576-ea267383cd08, URL: /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar to file: /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.538Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18186082596057625462/Definitions/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml
2022-10-10T06:08:12.358Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|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-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|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-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f4d7028a-3fb3 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-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|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-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Node template pNF f4d7028a-3fb3 0 is matching search criteria
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f4d7028a-3fb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Node template pNF f4d7028a-3fb3 0 is matching search criteria
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f4d7028a-3fb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.364Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.364Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.364Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Hfs7B5hZHVcBG1kEn4d6
Description:catalog service description
Model UUID:a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
Model Version:NULL
Model InvariantUuid:c858a14e-4d32-4c57-8462-72850436ed28
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-10-10T06:08:12.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3207c0b8-e766-45f6-8921-f1d587dd8d1b
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-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||pNF f4d7028a-3fb3 0
2022-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3207c0b8-e766-45f6-8921-f1d587dd8d1b
2022-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
2022-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
2022-10-10T06:08:12.374Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f4d7028a-3fb3 0 3207c0b8-e766-45f6-8921-f1d587dd8d1b 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-10-10T06:08:12.378Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f170641, org.onap.sdc.toscaparser.api.parameters.Input@239127eb, org.onap.sdc.toscaparser.api.parameters.Input@1b4a81fd, org.onap.sdc.toscaparser.api.parameters.Input@7d6c61, org.onap.sdc.toscaparser.api.parameters.Input@578f4721]
2022-10-10T06:08:12.378Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.378Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91: pNF f4d7028a-3fb3
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3207c0b8-e766-45f6-8921-f1d587dd8d1b
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Resource customization UUID: 7d25b16d-475d-443a-9191-dae4ae92acb5 is the same as notified resource customizationUUID: 7d25b16d-475d-443a-9191-dae4ae92acb5
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-10-10T06:08:12.420Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f4d7028a-3fb3 3207c0b8-e766-45f6-8921-f1d587dd8d1b 0 ASDC deployResourceStructure
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar ASDC sendASDCNotification
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:12.423Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:12.423Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382092420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:08:12.524Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:12.525Z||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-10-10T06:08:12.525Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:12.536Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:12.537Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:13.429Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:08:13.438Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:08:13.440Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:08:13.440Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:08:13.440Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:08:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:08:20.723Z||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-10-10T06:08:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:20.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:08:20.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:08:20.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:08:20.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:08:43.441Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:08:43.448Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:08:43.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:08:43.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:08:43.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:09:13.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:09:13.461Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:09:13.463Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:09:13.463Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:09:13.464Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:09:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:09:20.723Z||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-10-10T06:09:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:09:20.769Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:09:20.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "aai-ml",
  "timestamp": 1665381980602,
  "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-10-10T06:09:20.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:09:20.776Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:09:20.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381974311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381982544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381984085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381983668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "cds",
  "timestamp": 1665381985093,
  "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-10-10T06:09:20.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381984548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "clamp",
  "timestamp": 1665381985553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:09:20.799Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:09:20.800Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381986006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381978578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381987009,
  "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-10-10T06:09:20.808Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:09:20.808Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381965933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381988331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381988705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381989395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381990474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381991544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381992637,
  "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-10-10T06:09:20.820Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.820Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:20.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665381993641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665381971023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381995477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381975909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "aai-ml",
  "timestamp": 1665381996480,
  "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-10-10T06:09:20.832Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:09:20.832Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:09:20.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665381988097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381997130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665381999377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382000381,
  "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-10-10T06:09:20.840Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.840Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665382002546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665382004551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "clamp",
  "timestamp": 1665382005554,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:09:20.849Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.849Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:09:20.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665381997483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665382007296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665382013916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "aai-ml",
  "timestamp": 1665382014919,
  "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-10-10T06:09:20.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:43.464Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:09:43.472Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:09:43.474Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:09:43.476Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|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-10-10T06:09:43.478Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:10:13.478Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:10:13.484Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779 and serviceModelVersionId: a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
2022-10-10T06:10:13.484Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c858a14e-4d32-4c57-8462-72850436ed28
2022-10-10T06:10:13.485Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0
2022-10-10T06:10:13.490Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:10:13.545Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?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-10-10T06:10:13.551Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0|INFO|500||Invoke
2022-10-10T06:10:13.573Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T06:10:13.668Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0|INFO|500||InvokeReturn
2022-10-10T06:10:13.668Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-06:10:13:172-1920], vertex-id=[225472], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:10:13 GMT], Content-Type=[application/json]}
2022-10-10T06:10:13.670Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:10:13.670Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:10:13.671Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|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-10-10T06:10:13.676Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|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-10-10T06:10:13.677Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c09f823d-d323-4dd3-92c4-0f5d5c7f0779 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:10:13.677Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:10:13.677Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:13.679Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:13.680Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382213677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:10:13.780Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:13.781Z||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-10-10T06:10:13.781Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:13.795Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:13.796Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-10-10T06:10:14.689Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:10:14.689Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e966da25-3f7a-4ef6-8770-40fd6075d2a6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3ee3c852-ffc9-4c1d-8497-8114c446ed6c","serviceDescription":"service","serviceInvariantUUID":"8b4f35d6-ea8b-4ccb-84db-0037ba80adca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76e2004c-0eea-4d99-a596-cffd27971b92","resourceInvariantUUID":"bbb78b65-7d37-4540-93ff-25eb38b7c88f","resourceCustomizationUUID":"4b046200-a230-4136-ae6c-a321dee660b6","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":"NzhmZDYyYjY2NGJhYzM5ZjBiOGY2NzdiNTc5NDE2ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b3fa66b-bc91-4856-a6e9-5f9a7beb0f59","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":"NWVjNTc0Y2Q2ZWMyZTQxYzMyY2IwOTVlY2I0YWFjNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ddac7dbf-cfba-40ad-91f7-51004063512f","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":"7630a111-fb12-469a-bffd-6a830dfab112","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":"6f07e24e-4967-4911-b75e-75bda6608cb0","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":"12b586b4-303a-45dd-8c98-a6a132c17f0e","artifactVersion":"2","generatedFromUUID":"7630a111-fb12-469a-bffd-6a830dfab112"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzIxYjQzNDM2NTMzNTZjNjUzOWRjODMwZGIzNDdhZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"733a039a-e734-4c67-9597-425960e1f94b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGE1NWEwYzhlNmY2YWE0ZjYwN2QxNzk4ZGUyMmZmMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10cf32d3-497f-42ee-a4d7-7659b699d3c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:10:14.690Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:14.690Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:14.692Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:14.692Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:14.792Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:14.793Z||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-10-10T06:10:14.793Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:14.811Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:14.811Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:15.692Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:15.693Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:15.696Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:15.696Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:10:15.796Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:15.797Z||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-10-10T06:10:15.797Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:15.811Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:15.811Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:16.697Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:16.698Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:16.701Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:16.701Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:10:16.801Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:16.802Z||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-10-10T06:10:16.802Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:16.816Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:16.816Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:17.702Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:17.703Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:17.705Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:17.705Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:17.805Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:17.806Z||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-10-10T06:10:17.807Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:17.824Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:17.825Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:18.706Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:18.707Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:18.709Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:18.709Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-10T06:10:18.809Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:18.810Z||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-10-10T06:10:18.810Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:18.822Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:18.822Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:19.709Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:19.710Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:19.712Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:19.713Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:19.813Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:19.814Z||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-10-10T06:10:19.814Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:19.826Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:19.826Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:20.713Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:20.714Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:20.716Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:20.716Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:10:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:10:20.722Z||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-10-10T06:10:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:20.747Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:20.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382076773,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382090362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382092420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:10:20.817Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:10:20.817Z||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-10-10T06:10:20.818Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:20.829Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:20.830Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:21.719Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3ee3c852-ffc9-4c1d-8497-8114c446ed6c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b4f35d6-ea8b-4ccb-84db-0037ba80adca",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4b046200-a230-4136-ae6c-a321dee660b6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "76e2004c-0eea-4d99-a596-cffd27971b92",
      "resourceInvariantUUID": "bbb78b65-7d37-4540-93ff-25eb38b7c88f",
      "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": "NWVjNTc0Y2Q2ZWMyZTQxYzMyY2IwOTVlY2I0YWFjNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ddac7dbf-cfba-40ad-91f7-51004063512f",
          "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": "7630a111-fb12-469a-bffd-6a830dfab112",
          "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": "12b586b4-303a-45dd-8c98-a6a132c17f0e",
            "generatedFromUUID": "7630a111-fb12-469a-bffd-6a830dfab112"
          },
          "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": "12b586b4-303a-45dd-8c98-a6a132c17f0e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OGE1NWEwYzhlNmY2YWE0ZjYwN2QxNzk4ZGUyMmZmMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10cf32d3-497f-42ee-a4d7-7659b699d3c7"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T06:10:21.719Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:10:21.719Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ee3c852-ffc9-4c1d-8497-8114c446ed6c ASDC
2022-10-10T06:10:21.719Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e966da25-3f7a-4ef6-8770-40fd6075d2a6
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3ee3c852-ffc9-4c1d-8497-8114c446ed6c
ServiceInvariantUUID:8b4f35d6-ea8b-4ccb-84db-0037ba80adca
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:10cf32d3-497f-42ee-a4d7-7659b699d3c7
ArtifactChecksum:OGE1NWEwYzhlNmY2YWE0ZjYwN2QxNzk4ZGUyMmZmMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4b046200-a230-4136-ae6c-a321dee660b6
ResourceInvariantUUID:bbb78b65-7d37-4540-93ff-25eb38b7c88f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:76e2004c-0eea-4d99-a596-cffd27971b92
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:ddac7dbf-cfba-40ad-91f7-51004063512f
ArtifactChecksum:NWVjNTc0Y2Q2ZWMyZTQxYzMyY2IwOTVlY2I0YWFjNTQ=
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:7630a111-fb12-469a-bffd-6a830dfab112
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:12b586b4-303a-45dd-8c98-a6a132c17f0e
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:12b586b4-303a-45dd-8c98-a6a132c17f0e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-10T06:10:21.720Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ee3c852-ffc9-4c1d-8497-8114c446ed6c 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-10-10T06:10:21.740Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 10cf32d3-497f-42ee-a4d7-7659b699d3c7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:21.995Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 10cf32d3-497f-42ee-a4d7-7659b699d3c7 74820
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:22.000Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:22.003Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:22.003Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382221999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:10:22.104Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:10:22.104Z||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-10-10T06:10:22.104Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:22.117Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:22.117Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:23.004Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:10:23.005Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:10:23.006Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 10cf32d3-497f-42ee-a4d7-7659b699d3c7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:23.006Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-10T06:10:23.006Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:23.007Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:23.114Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3686588620974851310/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-10T06:10:24.282Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a3596fd-9582-4f6f-bb5b-fbd835a93228
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3ee3c852-ffc9-4c1d-8497-8114c446ed6c
Model Version:NULL
Model InvariantUuid:8b4f35d6-ea8b-4ccb-84db-0037ba80adca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5bdd6ed9-494f-4f74-8586-f3a56c0e5fcc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbb78b65-7d37-4540-93ff-25eb38b7c88f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b046200-a230-4136-ae6c-a321dee660b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:692e7108-b6e3-4a28-8167-f76486288576
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a29847d5-e34b-4f87-9479-beb9bbb2dd93
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a3596fd-9582-4f6f-bb5b-fbd835a93228
ModelInvariantUuid:4d90bf36-e622-4bbc-bbd2-375b708e71af
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6b3ef564-9e2f-4746-b055-439e66914455
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ac2e9c4-1558-484b-b259-84adc38ee2a1
ModelInvariantUuid:1f6ccbbb-dacd-49bb-8652-e3a999a35c62
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:fce88509-4390-4066-aec9-3adfda7b7379
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-10-10T06:10:24.298Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 76e2004c-0eea-4d99-a596-cffd27971b92
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-10-10T06:10:24.300Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-10-10T06:10:24.300Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76e2004c-0eea-4d99-a596-cffd27971b92
2022-10-10T06:10:24.300Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ddac7dbf-cfba-40ad-91f7-51004063512f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:24.301Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:24.301Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:24.359Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ddac7dbf-cfba-40ad-91f7-51004063512f 787
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:24.361Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:24.363Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:24.363Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382224360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:10:24.463Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:24.464Z||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-10-10T06:10:24.464Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:24.479Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:24.480Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:25.367Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "692e7108-b6e3-4a28-8167-f76486288576",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a29847d5-e34b-4f87-9479-beb9bbb2dd93",
    "vfModuleModelCustomizationUUID": "7ba6a460-6024-4f7b-b05c-cf908bc85bb5",
    "isBase": true,
    "artifacts": [
      "7630a111-fb12-469a-bffd-6a830dfab112",
      "12b586b4-303a-45dd-8c98-a6a132c17f0e"
    ],
    "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-10-10T06:10:25.372Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a29847d5-e34b-4f87-9479-beb9bbb2dd93
VfModuleModelInvariantUUID:692e7108-b6e3-4a28-8167-f76486288576
VfModuleModelDescription:NULL
Artifacts UUID List:{
7630a111-fb12-469a-bffd-6a830dfab112
,
12b586b4-303a-45dd-8c98-a6a132c17f0e

}
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-10-10T06:10:25.374Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "692e7108-b6e3-4a28-8167-f76486288576",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a29847d5-e34b-4f87-9479-beb9bbb2dd93",
    "vfModuleModelCustomizationUUID": "7ba6a460-6024-4f7b-b05c-cf908bc85bb5",
    "isBase": true,
    "artifacts": [
      "7630a111-fb12-469a-bffd-6a830dfab112",
      "12b586b4-303a-45dd-8c98-a6a132c17f0e"
    ],
    "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-10-10T06:10:25.375Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a29847d5-e34b-4f87-9479-beb9bbb2dd93
VfModuleModelInvariantUUID:692e7108-b6e3-4a28-8167-f76486288576
VfModuleModelDescription:NULL
Artifacts UUID List:{
7630a111-fb12-469a-bffd-6a830dfab112
,
12b586b4-303a-45dd-8c98-a6a132c17f0e

}
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-10-10T06:10:25.375Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7630a111-fb12-469a-bffd-6a830dfab112 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:25.375Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:25.376Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:25.436Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:25.436Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7630a111-fb12-469a-bffd-6a830dfab112 5033
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:25.439Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:25.440Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382225437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:10:25.540Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:25.541Z||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-10-10T06:10:25.541Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:25.554Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:25.555Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:26.440Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 12b586b4-303a-45dd-8c98-a6a132c17f0e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:26.441Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:26.441Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:26.508Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:26.508Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 12b586b4-303a-45dd-8c98-a6a132c17f0e 903
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:26.511Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:26.511Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382226509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:10:26.612Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:26.612Z||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-10-10T06:10:26.612Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:26.641Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:26.641Z||pool-45-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:27.512Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3ee3c852-ffc9-4c1d-8497-8114c446ed6c
2022-10-10T06:10:27.512Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 76e2004c-0eea-4d99-a596-cffd27971b92 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-10-10T06:10:27.527Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137aca43, org.onap.sdc.toscaparser.api.parameters.Input@2705f527, org.onap.sdc.toscaparser.api.parameters.Input@4753c190, org.onap.sdc.toscaparser.api.parameters.Input@62dab7a, org.onap.sdc.toscaparser.api.parameters.Input@43c0512e]
2022-10-10T06:10:27.528Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4b046200-a230-4136-ae6c-a321dee660b6
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b046200-a230-4136-ae6c-a321dee660b6 matches Tosca VF Customization UUID: 4b046200-a230-4136-ae6c-a321dee660b6
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4b046200-a230-4136-ae6c-a321dee660b6  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-10-10T06:10:27.532Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.532Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.532Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4b046200-a230-4136-ae6c-a321dee660b6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@797f304c
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ba6a460-6024-4f7b-b05c-cf908bc85bb5
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ba6a460-6024-4f7b-b05c-cf908bc85bb5
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-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-10T06:10:27.538Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T06:10:27.538Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:10:27.538Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a3596fd-9582-4f6f-bb5b-fbd835a93228
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-10-10T06:10:27.540Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4b046200-a230-4136-ae6c-a321dee660b6
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-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3ee3c852-ffc9-4c1d-8497-8114c446ed6c: basic_vm
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.545Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:10:27.545Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.545Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:10:27.622Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 76e2004c-0eea-4d99-a596-cffd27971b92 1 ASDC deployResourceStructure
2022-10-10T06:10:27.622Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-10T06:10:27.623Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:27.623Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:27.623Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:27.625Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:27.625Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382227622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:10:27.725Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:27.726Z||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-10-10T06:10:27.726Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:27.739Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:27.739Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:28.626Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-10T06:10:28.627Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:28.627Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:28.627Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:28.629Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:28.629Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382228626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:10:28.729Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:28.730Z||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-10-10T06:10:28.731Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:28.743Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:28.744Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:29.630Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-10T06:10:29.631Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:29.631Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:29.631Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:29.634Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:29.634Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382229630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:10:29.734Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:29.735Z||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-10-10T06:10:29.735Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:29.761Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:29.762Z||pool-48-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:30.635Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-10T06:10:30.636Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:30.636Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:30.637Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:30.639Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:30.639Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382230635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:10:30.739Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:30.741Z||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-10-10T06:10:30.741Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:30.758Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:10:30.759Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:31.640Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:10:31.651Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6
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-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|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-10-10T06:10:31.663Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:11:01.664Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:11:01.672Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6 and serviceModelVersionId: 3ee3c852-ffc9-4c1d-8497-8114c446ed6c
2022-10-10T06:11:01.672Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b4f35d6-ea8b-4ccb-84db-0037ba80adca
2022-10-10T06:11:01.674Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0
2022-10-10T06:11:01.678Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:11:01.727Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?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-10-10T06:11:01.728Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0|INFO|500||Invoke
2022-10-10T06:11:01.754Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T06:11:01.881Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0|INFO|500||InvokeReturn
2022-10-10T06:11:01.882Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-06:11:01:344-20508], vertex-id=[176376], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:11:01 GMT], Content-Type=[application/json]}
2022-10-10T06:11:01.882Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:11:01.883Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:11:01.883Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|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-10-10T06:11:01.889Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|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-10-10T06:11:01.889Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e966da25-3f7a-4ef6-8770-40fd6075d2a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:11:01.890Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:11:01.890Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:01.894Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:01.894Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382261890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:11:01.994Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:01.995Z||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-10-10T06:11:01.995Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:02.010Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:02.011Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 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-10-10T06:11:02.904Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:11:02.904Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0db8aee-545c-4556-8c53-3f051fb8846b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6e3cfeec-c30a-4fb7-b06a-5f2987c73a92","serviceDescription":"service","serviceInvariantUUID":"92ad8d92-fa83-47ce-a4e4-186e2d55a757","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4c299d5-55fb-48e0-b202-3aca0bbccd76","resourceInvariantUUID":"86d15c72-ce2a-484d-ba5c-740d62964c51","resourceCustomizationUUID":"9cb59789-fd1e-419b-af20-24f64280583b","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":"MTExOTViNTlkZTljZTY2NmJmZTRhYzJiOTJiNTQ4MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebf78fde-20a2-45d0-bbda-9eb2a5c335b5","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":"153eea11-9b41-486b-9b8d-1f27684987a7","artifactVersion":"2","generatedFromUUID":"187118fb-b0b9-45d8-bed8-8d0edf9eed61"},{"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":"187118fb-b0b9-45d8-bed8-8d0edf9eed61","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":"OWE5Mjg2NzYxMDBlNGMxMzA3OTU2MDg1YTlkZTgyMTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5ce836d-b729-4717-92da-66366225e221","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":"27cf8c55-b6c2-47f7-af39-3564b8937234","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":"9f7f3826-b677-4b24-a23c-a2960d9b9193","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":"8b4922a4-2cf5-470c-8e27-e7a89a394906","artifactVersion":"2","generatedFromUUID":"27cf8c55-b6c2-47f7-af39-3564b8937234"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmQ5YWEyM2IxMmM1YWQxMDNmY2M0M2JhMGViNmY2MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fa9ff4d-1ab7-400b-b383-cb1ade7f4915","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGZjNTZhOTUyMDgyM2VmYzkyYTdkYzI0NDM2ZGM1Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48289c86-4dba-476b-9922-033cc52bfaf7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:11:02.905Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:02.905Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:02.907Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:02.907Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:11:03.007Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:03.008Z||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-10-10T06:11:03.009Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:03.020Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:03.020Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:03.908Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:03.909Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:03.911Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:03.911Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-10T06:11:04.011Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:04.012Z||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-10-10T06:11:04.012Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:04.023Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:04.024Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:04.911Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:04.912Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:04.914Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:04.914Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-10T06:11:05.014Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:05.015Z||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-10-10T06:11:05.015Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:05.029Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:05.030Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:05.914Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:05.915Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:05.918Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:05.918Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:11:06.018Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:06.020Z||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-10-10T06:11:06.020Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:06.037Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:06.037Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:06.918Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:06.919Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:06.921Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:06.922Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:11:07.022Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:07.023Z||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-10-10T06:11:07.023Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:07.035Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:07.035Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:07.922Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:07.923Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:07.925Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:07.925Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:11:08.026Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:08.027Z||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-10-10T06:11:08.027Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:08.040Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:08.041Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:08.926Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:08.927Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:08.929Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:08.929Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-10T06:11:09.029Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:09.030Z||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-10-10T06:11:09.031Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:09.050Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:09.050Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:09.930Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:09.931Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:09.935Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:09.935Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:11:10.033Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-10T06:11:10.034Z||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-10-10T06:11:10.034Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:10.046Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:10.046Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:10.936Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:10.937Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:10.939Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:10.939Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:11:11.039Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:11.041Z||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-10-10T06:11:11.041Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:11.057Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:11.058Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:11.940Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6e3cfeec-c30a-4fb7-b06a-5f2987c73a92",
  "serviceDescription": "service",
  "serviceInvariantUUID": "92ad8d92-fa83-47ce-a4e4-186e2d55a757",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9cb59789-fd1e-419b-af20-24f64280583b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4c299d5-55fb-48e0-b202-3aca0bbccd76",
      "resourceInvariantUUID": "86d15c72-ce2a-484d-ba5c-740d62964c51",
      "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": "153eea11-9b41-486b-9b8d-1f27684987a7",
          "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": "187118fb-b0b9-45d8-bed8-8d0edf9eed61",
          "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": "OWE5Mjg2NzYxMDBlNGMxMzA3OTU2MDg1YTlkZTgyMTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5ce836d-b729-4717-92da-66366225e221",
          "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": "27cf8c55-b6c2-47f7-af39-3564b8937234",
          "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": "8b4922a4-2cf5-470c-8e27-e7a89a394906",
            "generatedFromUUID": "27cf8c55-b6c2-47f7-af39-3564b8937234"
          },
          "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": "8b4922a4-2cf5-470c-8e27-e7a89a394906",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGZjNTZhOTUyMDgyM2VmYzkyYTdkYzI0NDM2ZGM1Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48289c86-4dba-476b-9922-033cc52bfaf7"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T06:11:11.940Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:11:11.941Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6e3cfeec-c30a-4fb7-b06a-5f2987c73a92 ASDC
2022-10-10T06:11:11.942Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a0db8aee-545c-4556-8c53-3f051fb8846b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6e3cfeec-c30a-4fb7-b06a-5f2987c73a92
ServiceInvariantUUID:92ad8d92-fa83-47ce-a4e4-186e2d55a757
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:48289c86-4dba-476b-9922-033cc52bfaf7
ArtifactChecksum:NGZjNTZhOTUyMDgyM2VmYzkyYTdkYzI0NDM2ZGM1Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9cb59789-fd1e-419b-af20-24f64280583b
ResourceInvariantUUID:86d15c72-ce2a-484d-ba5c-740d62964c51
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d4c299d5-55fb-48e0-b202-3aca0bbccd76
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:153eea11-9b41-486b-9b8d-1f27684987a7
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:187118fb-b0b9-45d8-bed8-8d0edf9eed61
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:a5ce836d-b729-4717-92da-66366225e221
ArtifactChecksum:OWE5Mjg2NzYxMDBlNGMxMzA3OTU2MDg1YTlkZTgyMTA=
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:27cf8c55-b6c2-47f7-af39-3564b8937234
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:8b4922a4-2cf5-470c-8e27-e7a89a394906
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:8b4922a4-2cf5-470c-8e27-e7a89a394906
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-10T06:11:11.942Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e3cfeec-c30a-4fb7-b06a-5f2987c73a92 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-10-10T06:11:11.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:11:11.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48289c86-4dba-476b-9922-033cc52bfaf7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-10T06:11:12.168Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:11:12.172Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 48289c86-4dba-476b-9922-033cc52bfaf7 73676
2022-10-10T06:11:12.172Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-10T06:11:12.173Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-10T06:11:12.173Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:11:12.173Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:12.175Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:12.175Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382272172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:11:12.275Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:12.276Z||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-10-10T06:11:12.276Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:12.292Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:12.292Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:13.176Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:11:13.177Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:11:13.178Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48289c86-4dba-476b-9922-033cc52bfaf7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:13.178Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-10T06:11:13.179Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:13.179Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:13.341Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8794078061181203197/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-10T06:11:14.467Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:11:14.467Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.469Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:11:14.469Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.469Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:11:14.474Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.474Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:14.474Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:11:14.474Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.475Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:14.475Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:11:14.475Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.475Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:14.476Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:11:14.476Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.476Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-10T06:11:14.476Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-10T06:11:14.476Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=41568057-99ea-4162-acdc-329a66fcb5d7
2022-10-10T06:11:14.477Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.477Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.477Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.477Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.478Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.478Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.478Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:14.478Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.478Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6e3cfeec-c30a-4fb7-b06a-5f2987c73a92
Model Version:NULL
Model InvariantUuid:92ad8d92-fa83-47ce-a4e4-186e2d55a757
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5c69d5c8-b432-41e9-aa4f-f04385b96aa8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:86d15c72-ce2a-484d-ba5c-740d62964c51
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9cb59789-fd1e-419b-af20-24f64280583b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:975834c6-3b09-4f26-a55a-864a4f84a7ab
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ad1e551d-ce53-4654-b1b9-70f79e1afd4d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:41568057-99ea-4162-acdc-329a66fcb5d7
ModelInvariantUuid:db3ce481-0d07-43e4-af66-de1a245bbf31
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5ffe2140-042d-47f2-a7e5-cbac4d9fc970
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6272a4a6-f9a0-4f1a-9382-92ff34a79110
ModelInvariantUuid:499f4464-e9e3-49f7-b6df-b90882a479e4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d3624eea-1529-4536-8670-4e62b9eee73b
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-10-10T06:11:14.486Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d4c299d5-55fb-48e0-b202-3aca0bbccd76
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-10-10T06:11:14.489Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-10-10T06:11:14.490Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4c299d5-55fb-48e0-b202-3aca0bbccd76
2022-10-10T06:11:14.490Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 153eea11-9b41-486b-9b8d-1f27684987a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-10T06:11:14.490Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:11:14.490Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-10T06:11:14.537Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:11:14.538Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 153eea11-9b41-486b-9b8d-1f27684987a7 12
2022-10-10T06:11:14.538Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-10T06:11:14.538Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-10T06:11:14.539Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:11:14.539Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:14.542Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:14.542Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382274538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:11:14.642Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:14.643Z||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-10-10T06:11:14.643Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:14.672Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:14.673Z||pool-61-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:15.543Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 187118fb-b0b9-45d8-bed8-8d0edf9eed61 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-10T06:11:15.544Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:11:15.544Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-10T06:11:15.625Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:11:15.625Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 187118fb-b0b9-45d8-bed8-8d0edf9eed61 2688
2022-10-10T06:11:15.626Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-10T06:11:15.626Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-10T06:11:15.626Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:11:15.626Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:15.628Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:15.628Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382275626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:11:15.729Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:15.730Z||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-10-10T06:11:15.730Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:15.742Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:15.742Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:16.630Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a5ce836d-b729-4717-92da-66366225e221 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-10T06:11:16.631Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:11:16.631Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-10T06:11:16.675Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:11:16.675Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a5ce836d-b729-4717-92da-66366225e221 828
2022-10-10T06:11:16.676Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-10T06:11:16.676Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-10T06:11:16.676Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:11:16.676Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:16.678Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:16.679Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382276676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:11:16.779Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:16.780Z||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-10-10T06:11:16.780Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:16.792Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:16.792Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:17.679Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "975834c6-3b09-4f26-a55a-864a4f84a7ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad1e551d-ce53-4654-b1b9-70f79e1afd4d",
    "vfModuleModelCustomizationUUID": "b2aa0ab5-7409-4c22-8753-67dda6c84797",
    "isBase": true,
    "artifacts": [
      "187118fb-b0b9-45d8-bed8-8d0edf9eed61",
      "27cf8c55-b6c2-47f7-af39-3564b8937234",
      "8b4922a4-2cf5-470c-8e27-e7a89a394906"
    ],
    "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-10-10T06:11:17.683Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad1e551d-ce53-4654-b1b9-70f79e1afd4d
VfModuleModelInvariantUUID:975834c6-3b09-4f26-a55a-864a4f84a7ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
187118fb-b0b9-45d8-bed8-8d0edf9eed61
,
27cf8c55-b6c2-47f7-af39-3564b8937234
,
8b4922a4-2cf5-470c-8e27-e7a89a394906

}
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-10-10T06:11:17.685Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "975834c6-3b09-4f26-a55a-864a4f84a7ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad1e551d-ce53-4654-b1b9-70f79e1afd4d",
    "vfModuleModelCustomizationUUID": "b2aa0ab5-7409-4c22-8753-67dda6c84797",
    "isBase": true,
    "artifacts": [
      "187118fb-b0b9-45d8-bed8-8d0edf9eed61",
      "27cf8c55-b6c2-47f7-af39-3564b8937234",
      "8b4922a4-2cf5-470c-8e27-e7a89a394906"
    ],
    "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-10-10T06:11:17.686Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad1e551d-ce53-4654-b1b9-70f79e1afd4d
VfModuleModelInvariantUUID:975834c6-3b09-4f26-a55a-864a4f84a7ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
187118fb-b0b9-45d8-bed8-8d0edf9eed61
,
27cf8c55-b6c2-47f7-af39-3564b8937234
,
8b4922a4-2cf5-470c-8e27-e7a89a394906

}
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-10-10T06:11:17.686Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 27cf8c55-b6c2-47f7-af39-3564b8937234 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-10T06:11:17.686Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:11:17.687Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-10T06:11:17.769Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:11:17.770Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 27cf8c55-b6c2-47f7-af39-3564b8937234 1164
2022-10-10T06:11:17.770Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-10T06:11:17.770Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-10T06:11:17.771Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:11:17.771Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:17.773Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:17.773Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382277770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:11:17.874Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:11:17.876Z||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-10-10T06:11:17.876Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:17.886Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:17.887Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:18.774Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8b4922a4-2cf5-470c-8e27-e7a89a394906 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-10T06:11:18.774Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:11:18.775Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-10T06:11:18.837Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:11:18.838Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8b4922a4-2cf5-470c-8e27-e7a89a394906 200
2022-10-10T06:11:18.838Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-10T06:11:18.838Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-10T06:11:18.838Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:11:18.838Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:18.840Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:18.841Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382278838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:11:18.941Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:11:18.941Z||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-10-10T06:11:18.942Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:18.954Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:18.955Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:19.841Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6e3cfeec-c30a-4fb7-b06a-5f2987c73a92
2022-10-10T06:11:19.842Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d4c299d5-55fb-48e0-b202-3aca0bbccd76 ASDC
2022-10-10T06:11:19.851Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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 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-10-10T06:11:19.862Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@634551d8, org.onap.sdc.toscaparser.api.parameters.Input@46f1c3c1, org.onap.sdc.toscaparser.api.parameters.Input@7a4338f4, org.onap.sdc.toscaparser.api.parameters.Input@79d2246f, org.onap.sdc.toscaparser.api.parameters.Input@3050611c]
2022-10-10T06:11:19.864Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.864Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.864Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-10-10T06:11:19.864Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9cb59789-fd1e-419b-af20-24f64280583b
2022-10-10T06:11:19.865Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cb59789-fd1e-419b-af20-24f64280583b matches Tosca VF Customization UUID: 9cb59789-fd1e-419b-af20-24f64280583b
2022-10-10T06:11:19.865Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9cb59789-fd1e-419b-af20-24f64280583b  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-10-10T06:11:19.867Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.868Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.868Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9cb59789-fd1e-419b-af20-24f64280583b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-10T06:11:19.868Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7309ee3f
2022-10-10T06:11:19.868Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.869Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:11:19.869Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2aa0ab5-7409-4c22-8753-67dda6c84797
2022-10-10T06:11:19.869Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2aa0ab5-7409-4c22-8753-67dda6c84797
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-10-10T06:11:19.871Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.872Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:19.872Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:11:19.872Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.872Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:19.872Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:11:19.873Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.873Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-10T06:11:19.873Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-10T06:11:19.873Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=41568057-99ea-4162-acdc-329a66fcb5d7
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-10-10T06:11:19.875Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.875Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:19.875Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:11:19.875Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.875Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:19.876Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9cb59789-fd1e-419b-af20-24f64280583b
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-10-10T06:11:19.877Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.877Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.878Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6e3cfeec-c30a-4fb7-b06a-5f2987c73a92: basic_cnf
2022-10-10T06:11:19.878Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.878Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.878Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.878Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.879Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.879Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.879Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.879Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.880Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:11:19.880Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:19.880Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:11:19.943Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d4c299d5-55fb-48e0-b202-3aca0bbccd76 1 ASDC deployResourceStructure
2022-10-10T06:11:19.944Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-10T06:11:19.944Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-10T06:11:19.944Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-10T06:11:19.944Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:19.946Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:19.946Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382279943,
  "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-10-10T06:11:20.046Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:20.047Z||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-10-10T06:11:20.047Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:20.056Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:20.056Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:11:20.723Z||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-10-10T06:11:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:20.753Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:20.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:11:20.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382213677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:11:20.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:11:20.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:11:20.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:11:20.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:11:20.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:11:20.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:11:20.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:11:20.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-10T06:11:20.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:11:20.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:11:20.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:11:20.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:11:20.948Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-10T06:11:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-10T06:11:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-10T06:11:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:20.954Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:20.955Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382280948,
  "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-10-10T06:11:21.052Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-10T06:11:21.053Z||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-10-10T06:11:21.053Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:21.067Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:21.067Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:21.955Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-10T06:11:21.956Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-10T06:11:21.956Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:11:21.957Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:21.959Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:21.959Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382281955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:11:22.059Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:22.060Z||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-10-10T06:11:22.060Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:22.088Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:22.089Z||pool-68-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:22.961Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-10T06:11:22.961Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-10T06:11:22.961Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:11:22.961Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:22.964Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:22.964Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382282961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:11:23.064Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:23.065Z||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-10-10T06:11:23.065Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:23.087Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:23.087Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:23.965Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-10T06:11:23.965Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-10T06:11:23.965Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:11:23.966Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:23.968Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:23.968Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382283965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:11:24.068Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:24.069Z||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-10-10T06:11:24.069Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:24.087Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:24.088Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:24.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-10T06:11:24.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-10T06:11:24.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:11:24.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:24.972Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:24.972Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382284969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:11:25.072Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:25.073Z||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-10-10T06:11:25.073Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:25.084Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:25.084Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:25.972Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0db8aee-545c-4556-8c53-3f051fb8846b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:11:25.982Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0db8aee-545c-4556-8c53-3f051fb8846b
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-10-10T06:11:25.984Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:11:25.984Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:11:25.984Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:11:25.984Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:11:25.985Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:11:25.985Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:11:25.985Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:11:25.985Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:11:25.985Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:11:25.985Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:11:25.985Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:11:25.988Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:11:55.989Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:11:55.996Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0db8aee-545c-4556-8c53-3f051fb8846b and serviceModelVersionId: 6e3cfeec-c30a-4fb7-b06a-5f2987c73a92
2022-10-10T06:11:55.996Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92ad8d92-fa83-47ce-a4e4-186e2d55a757
2022-10-10T06:11:55.998Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92ad8d92-fa83-47ce-a4e4-186e2d55a757/model-vers/model-ver/6e3cfeec-c30a-4fb7-b06a-5f2987c73a92?depth=0
2022-10-10T06:11:56.003Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:11:56.049Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ad8d92-fa83-47ce-a4e4-186e2d55a757/model-vers/model-ver/6e3cfeec-c30a-4fb7-b06a-5f2987c73a92?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-10-10T06:11:56.051Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ad8d92-fa83-47ce-a4e4-186e2d55a757/model-vers/model-ver/6e3cfeec-c30a-4fb7-b06a-5f2987c73a92?depth=0|INFO|500||Invoke
2022-10-10T06:11:56.079Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ad8d92-fa83-47ce-a4e4-186e2d55a757/model-vers/model-ver/6e3cfeec-c30a-4fb7-b06a-5f2987c73a92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T06:11:56.182Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ad8d92-fa83-47ce-a4e4-186e2d55a757/model-vers/model-ver/6e3cfeec-c30a-4fb7-b06a-5f2987c73a92?depth=0|INFO|500||InvokeReturn
2022-10-10T06:11:56.183Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ad8d92-fa83-47ce-a4e4-186e2d55a757/model-vers/model-ver/6e3cfeec-c30a-4fb7-b06a-5f2987c73a92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221010-06:11:55:663-61416], vertex-id=[454720], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:11:55 GMT], Content-Type=[application/json]}
2022-10-10T06:11:56.183Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:11:56.208Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:11:56.209Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:11:56.219Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:11:56.219Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0db8aee-545c-4556-8c53-3f051fb8846b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:11:56.219Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:11:56.219Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:56.221Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:56.221Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382316219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:11:56.322Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:56.323Z||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-10-10T06:11:56.323Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:56.341Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:11:56.341Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 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-10-10T06:11:57.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:11:57.231Z||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-10-10T06:11:57.231Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:12:07.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:12:07.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:12:07.767Z||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-10-10T06:12:07.767Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:12:17.335Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:12:17.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:12:17.336Z||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-10-10T06:12:17.336Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:12:20.722Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:12:20.723Z||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-10-10T06:12:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:12:20.742Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:12:20.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-10T06:12:20.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:12:20.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:12:26.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:12:26.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:12:26.885Z||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-10-10T06:12:26.885Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:12:36.437Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:12:36.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:12:36.438Z||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-10-10T06:12:36.438Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:12:45.985Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:12:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:12:45.986Z||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-10-10T06:12:45.986Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:12:55.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:13:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:13:20.720Z||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-10-10T06:13:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:13:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:13:20.722Z||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-10-10T06:13:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:13:20.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:13:20.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382221999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382224360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382225437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382226509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382227622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382228626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382229630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382230635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382261890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:13:20.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:13:20.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382077795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382272172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382274538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382275626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382276676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382277770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382278838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:13:20.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:20.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T06:13:20.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382279943,
  "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-10-10T06:13:20.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:13:30.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:14:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:14:20.720Z||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-10-10T06:14:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:14:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:14:20.722Z||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-10-10T06:14:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:14:21.253Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:14:21.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T06:14:21.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382280948,
  "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-10-10T06:14:21.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:14:21.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T06:14:21.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382281955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:14:21.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:14:21.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T06:14:21.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382282961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:14:21.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382283965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382284969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382316219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:14:21.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:14:30.327Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:15:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:15:20.720Z||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-10-10T06:15:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:15:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:15:20.722Z||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-10-10T06:15:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:15:30.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:15:30.301Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:16:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:16:20.720Z||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-10-10T06:16:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:16:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:16:20.722Z||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-10-10T06:16:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:16:30.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:16:30.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:17:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:17:20.721Z||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-10-10T06:17:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:17:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:17:20.722Z||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-10-10T06:17:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:17:30.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:17:30.285Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:18:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:18:20.720Z||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-10-10T06:18:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:18:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:18:20.722Z||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-10-10T06:18:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:18:30.281Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:18:30.284Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:19:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:19:20.721Z||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-10-10T06:19:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:19:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:19:20.722Z||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-10-10T06:19:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:19:30.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:19:30.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:20.720Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:20:20.720Z||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-10-10T06:20:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:20:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:20:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:21.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:21.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"630b2586-26a0-4dde-9dc4-fe693c04f184","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"17a8b313-d672-496a-a64c-42a9c9fc780f","serviceDescription":"service","serviceInvariantUUID":"0bc39f68-fdc6-4f09-9b0d-992d6fe174f8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc6c88a6-1b99-4c8f-988f-8326b69b1b60","resourceInvariantUUID":"68bc0f02-86da-4560-b3ca-d1024e1192d2","resourceCustomizationUUID":"390f9fd6-b9dc-41be-be39-6b8b4566050e","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":"YjZkNTYwZjdlYTVlYjU2NDFjMWZmODVjYWYyZjI5MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c737568-9035-46f4-89b5-3fe7542629c1","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":"ZGI4MmQ0MmNmM2I0ZDUxMjI1YWUzZTQxZmMwYjc3MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"190e770f-69f3-4e98-a078-b8b25e0000f7","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":"c3489f58-1038-4779-b986-3a37fa6a79a5","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":"d85ca17a-5f36-42a6-b8cc-0a040ccfce2e","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":"9925a6bd-0df4-4181-916f-c34bfecbcdc2","artifactVersion":"2","generatedFromUUID":"1c982841-da9d-4b32-9135-56069dec55e3"},{"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":"3c3483ce-a7c1-4e10-bf42-72c3789ffa00","artifactVersion":"2","generatedFromUUID":"c3489f58-1038-4779-b986-3a37fa6a79a5"},{"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":"1c982841-da9d-4b32-9135-56069dec55e3","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":"b49fa217-0660-410a-a63f-91188525167b","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":"YTU3ZmQyZGNiNDAyM2FhYzI3NDM0NTZjMTljODg4ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"108112ce-d9a2-4bb2-af0a-8ed68b5f8c99","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDYyMGI0MzI5Njk0NjkxNjRkZWVmZWRkOGU4NzhiMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c59a92b-91e8-4c1f-b420-571648202b74","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:20:21.355Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:21.355Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:21.358Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:21.358Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.364Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:21.366Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.366Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.367Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.367Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.368Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.369Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.370Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.371Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.372Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.373Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.374Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.375Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.376Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.376Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.376Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.376Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.376Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.376Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.376Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.377Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.378Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.379Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.379Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.379Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.379Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.379Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.379Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.379Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.380Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.381Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.381Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.381Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.381Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.381Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.381Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382788096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.381Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382781024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382785909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.382Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382784311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.383Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.383Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.383Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.383Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.383Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.383Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382801334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.383Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382800586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.384Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382802942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.385Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.386Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.386Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.386Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382803945,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:20:21.396Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 630b2586-26a0-4dde-9dc4-fe693c04f184
2022-10-10T06:20:21.396Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630b2586-26a0-4dde-9dc4-fe693c04f184 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-10-10T06:20:21.401Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.401Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "cds",
  "timestamp": 1665382805031,
  "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-10-10T06:20:21.404Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 630b2586-26a0-4dde-9dc4-fe693c04f184
2022-10-10T06:20:21.404Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630b2586-26a0-4dde-9dc4-fe693c04f184 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-10-10T06:20:21.408Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.408Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.408Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.408Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.408Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.408Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.408Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382806976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.409Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382798578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382809365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.410Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382810469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.411Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382810671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382811574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.412Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "clamp",
  "timestamp": 1665382811676,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:20:21.414Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 630b2586-26a0-4dde-9dc4-fe693c04f184
2022-10-10T06:20:21.415Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630b2586-26a0-4dde-9dc4-fe693c04f184 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382812666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.420Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382813723,
  "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-10-10T06:20:21.424Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 630b2586-26a0-4dde-9dc4-fe693c04f184
2022-10-10T06:20:21.424Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630b2586-26a0-4dde-9dc4-fe693c04f184 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-10-10T06:20:21.429Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.429Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.429Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.429Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.429Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382814726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:20:21.429Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382805933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382816731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:21.430Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:20:21.458Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:21.458Z||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-10-10T06:20:21.459Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:21.469Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:21.470Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:22.358Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:22.359Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:22.362Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:22.362Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:20:22.462Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:22.463Z||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-10-10T06:20:22.463Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:22.477Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:22.477Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:20:23.363Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:23.363Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:23.365Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:23.365Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:20:23.465Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:23.466Z||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-10-10T06:20:23.466Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:23.476Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:23.476Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:24.366Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:24.371Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:24.376Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:24.376Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:24.476Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:24.477Z||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-10-10T06:20:24.477Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:24.488Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:24.489Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:25.381Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:25.382Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:25.384Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:25.384Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-10T06:20:25.484Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:25.485Z||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-10-10T06:20:25.485Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:25.498Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:25.499Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:26.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:26.385Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:26.387Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:26.387Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-10T06:20:26.488Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:26.489Z||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-10-10T06:20:26.490Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:26.501Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:26.502Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:27.388Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:27.389Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:27.391Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:27.391Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-10T06:20:27.491Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:27.492Z||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-10-10T06:20:27.492Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:27.507Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:27.507Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:28.392Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:28.392Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:28.394Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:28.394Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:28.495Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:28.495Z||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-10-10T06:20:28.496Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:28.505Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:28.505Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:29.395Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:29.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:29.398Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:29.398Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:20:29.499Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:20:29.500Z||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-10-10T06:20:29.500Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:29.511Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:29.512Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:30.399Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:20:30.400Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:30.402Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:30.403Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:20:30.503Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:30.504Z||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-10-10T06:20:30.504Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:30.516Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:30.516Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:20:31.404Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "17a8b313-d672-496a-a64c-42a9c9fc780f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0bc39f68-fdc6-4f09-9b0d-992d6fe174f8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "390f9fd6-b9dc-41be-be39-6b8b4566050e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc6c88a6-1b99-4c8f-988f-8326b69b1b60",
      "resourceInvariantUUID": "68bc0f02-86da-4560-b3ca-d1024e1192d2",
      "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": "ZGI4MmQ0MmNmM2I0ZDUxMjI1YWUzZTQxZmMwYjc3MzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "190e770f-69f3-4e98-a078-b8b25e0000f7",
          "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": "c3489f58-1038-4779-b986-3a37fa6a79a5",
          "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": "3c3483ce-a7c1-4e10-bf42-72c3789ffa00",
            "generatedFromUUID": "c3489f58-1038-4779-b986-3a37fa6a79a5"
          },
          "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": "9925a6bd-0df4-4181-916f-c34bfecbcdc2",
          "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": "3c3483ce-a7c1-4e10-bf42-72c3789ffa00",
          "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": "1c982841-da9d-4b32-9135-56069dec55e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NDYyMGI0MzI5Njk0NjkxNjRkZWVmZWRkOGU4NzhiMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c59a92b-91e8-4c1f-b420-571648202b74"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T06:20:31.405Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:20:31.405Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 17a8b313-d672-496a-a64c-42a9c9fc780f ASDC
2022-10-10T06:20:31.406Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:630b2586-26a0-4dde-9dc4-fe693c04f184
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:17a8b313-d672-496a-a64c-42a9c9fc780f
ServiceInvariantUUID:0bc39f68-fdc6-4f09-9b0d-992d6fe174f8
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:7c59a92b-91e8-4c1f-b420-571648202b74
ArtifactChecksum:NDYyMGI0MzI5Njk0NjkxNjRkZWVmZWRkOGU4NzhiMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:390f9fd6-b9dc-41be-be39-6b8b4566050e
ResourceInvariantUUID:68bc0f02-86da-4560-b3ca-d1024e1192d2
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bc6c88a6-1b99-4c8f-988f-8326b69b1b60
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:190e770f-69f3-4e98-a078-b8b25e0000f7
ArtifactChecksum:ZGI4MmQ0MmNmM2I0ZDUxMjI1YWUzZTQxZmMwYjc3MzU=
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:c3489f58-1038-4779-b986-3a37fa6a79a5
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:3c3483ce-a7c1-4e10-bf42-72c3789ffa00
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:9925a6bd-0df4-4181-916f-c34bfecbcdc2
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:3c3483ce-a7c1-4e10-bf42-72c3789ffa00
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:1c982841-da9d-4b32-9135-56069dec55e3
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-10T06:20:31.406Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17a8b313-d672-496a-a64c-42a9c9fc780f 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-10-10T06:20:31.435Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:20:31.436Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:20:31.436Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:20:31.436Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7c59a92b-91e8-4c1f-b420-571648202b74 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:31.436Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:20:31.436Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:31.581Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:20:31.591Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7c59a92b-91e8-4c1f-b420-571648202b74 162968
2022-10-10T06:20:31.591Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-10T06:20:31.591Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:31.591Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:20:31.592Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:31.594Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:31.594Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382831591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:31.694Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:31.695Z||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-10-10T06:20:31.695Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:31.747Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:31.747Z||pool-83-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:32.594Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:20:32.596Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:20:32.596Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7c59a92b-91e8-4c1f-b420-571648202b74, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:32.596Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-10T06:20:32.597Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:32.597Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:32.753Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10777294239612490315/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-10T06:20:33.965Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:20:33.965Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-10T06:20:33.965Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:33.965Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-10T06:20:33.965Z|630b2586-26a0-4dde-9dc4-fe693c04f184|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-BasicCnfMacro-csar.csar
2022-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:33.966Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-10T06:20:33.967Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:20:33.967Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.967Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:33.967Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:33.967Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-10T06:20:33.967Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:20:33.967Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.968Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:20:33.969Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.969Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:33.969Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:20:33.969Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.969Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:33.969Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-10T06:20:33.970Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2d743c00-f5b5-49f8-bd85-39b8648c4ee9
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:33.971Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:33.972Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:33.972Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:17a8b313-d672-496a-a64c-42a9c9fc780f
Model Version:NULL
Model InvariantUuid:0bc39f68-fdc6-4f09-9b0d-992d6fe174f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ade75f68-0b4a-4595-8c7e-11c17c4a9e11
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68bc0f02-86da-4560-b3ca-d1024e1192d2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:390f9fd6-b9dc-41be-be39-6b8b4566050e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:14604200-7595-4199-b992-e0cd2203d117
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:dfba65ac-3a8f-466d-b1cb-f5d14bb6c774
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:018fb636-2d9a-4107-9fe8-3bc2fc675f93
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:4329a46f-e811-4d6a-b68a-466bd109d1f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d743c00-f5b5-49f8-bd85-39b8648c4ee9
ModelInvariantUuid:beada49b-e0dd-49c7-9994-71c16e120cca
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:36ec1eef-cd82-4975-a07e-52261b654dcd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:7f951c17-8ec3-4de2-b69c-56a1120275fc
ModelInvariantUuid:7d5c9b73-cb43-4c3c-bea3-92aa028e6407
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1d570416-2551-4993-b78b-1fb565ee56cf
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-10-10T06:20:33.984Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bc6c88a6-1b99-4c8f-988f-8326b69b1b60
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-10-10T06:20:33.987Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-10-10T06:20:33.988Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc6c88a6-1b99-4c8f-988f-8326b69b1b60
2022-10-10T06:20:33.988Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 190e770f-69f3-4e98-a078-b8b25e0000f7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-10T06:20:33.988Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:20:33.988Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:34.110Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:20:34.111Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 190e770f-69f3-4e98-a078-b8b25e0000f7 1565
2022-10-10T06:20:34.111Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:34.112Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:34.112Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:20:34.112Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:34.114Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:34.114Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382834111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:34.214Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:34.215Z||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-10-10T06:20:34.215Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:34.225Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:34.226Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:20:35.114Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "018fb636-2d9a-4107-9fe8-3bc2fc675f93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4329a46f-e811-4d6a-b68a-466bd109d1f1",
    "vfModuleModelCustomizationUUID": "f2f572a1-437f-41b7-ac9e-7337d5eba9a3",
    "isBase": true,
    "artifacts": [
      "c3489f58-1038-4779-b986-3a37fa6a79a5",
      "3c3483ce-a7c1-4e10-bf42-72c3789ffa00"
    ],
    "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": "14604200-7595-4199-b992-e0cd2203d117",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dfba65ac-3a8f-466d-b1cb-f5d14bb6c774",
    "vfModuleModelCustomizationUUID": "eed2364a-a89c-4a95-b216-f7f87aaf83d3",
    "isBase": false,
    "artifacts": [
      "1c982841-da9d-4b32-9135-56069dec55e3"
    ],
    "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-10-10T06:20:35.119Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4329a46f-e811-4d6a-b68a-466bd109d1f1
VfModuleModelInvariantUUID:018fb636-2d9a-4107-9fe8-3bc2fc675f93
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3489f58-1038-4779-b986-3a37fa6a79a5
,
3c3483ce-a7c1-4e10-bf42-72c3789ffa00

}
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:dfba65ac-3a8f-466d-b1cb-f5d14bb6c774
VfModuleModelInvariantUUID:14604200-7595-4199-b992-e0cd2203d117
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c982841-da9d-4b32-9135-56069dec55e3

}
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-10-10T06:20:35.122Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "018fb636-2d9a-4107-9fe8-3bc2fc675f93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4329a46f-e811-4d6a-b68a-466bd109d1f1",
    "vfModuleModelCustomizationUUID": "f2f572a1-437f-41b7-ac9e-7337d5eba9a3",
    "isBase": true,
    "artifacts": [
      "c3489f58-1038-4779-b986-3a37fa6a79a5",
      "3c3483ce-a7c1-4e10-bf42-72c3789ffa00"
    ],
    "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": "14604200-7595-4199-b992-e0cd2203d117",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dfba65ac-3a8f-466d-b1cb-f5d14bb6c774",
    "vfModuleModelCustomizationUUID": "eed2364a-a89c-4a95-b216-f7f87aaf83d3",
    "isBase": false,
    "artifacts": [
      "1c982841-da9d-4b32-9135-56069dec55e3"
    ],
    "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-10-10T06:20:35.122Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4329a46f-e811-4d6a-b68a-466bd109d1f1
VfModuleModelInvariantUUID:018fb636-2d9a-4107-9fe8-3bc2fc675f93
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3489f58-1038-4779-b986-3a37fa6a79a5
,
3c3483ce-a7c1-4e10-bf42-72c3789ffa00

}
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:dfba65ac-3a8f-466d-b1cb-f5d14bb6c774
VfModuleModelInvariantUUID:14604200-7595-4199-b992-e0cd2203d117
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c982841-da9d-4b32-9135-56069dec55e3

}
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-10-10T06:20:35.122Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3489f58-1038-4779-b986-3a37fa6a79a5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-10T06:20:35.122Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:20:35.122Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:35.186Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:20:35.187Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c3489f58-1038-4779-b986-3a37fa6a79a5 914
2022-10-10T06:20:35.187Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:35.187Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:35.187Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:20:35.187Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:35.190Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:35.190Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382835187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:35.290Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:35.291Z||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-10-10T06:20:35.291Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:35.309Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:35.309Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:36.191Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9925a6bd-0df4-4181-916f-c34bfecbcdc2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-10T06:20:36.192Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:20:36.192Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:36.271Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:20:36.272Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9925a6bd-0df4-4181-916f-c34bfecbcdc2 12
2022-10-10T06:20:36.272Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:36.272Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:36.272Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:20:36.273Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:36.275Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:36.275Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382836272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:36.375Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:36.376Z||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-10-10T06:20:36.376Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:36.386Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:36.386Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:37.275Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c3483ce-a7c1-4e10-bf42-72c3789ffa00 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-10T06:20:37.276Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:20:37.277Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:37.332Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:20:37.333Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3c3483ce-a7c1-4e10-bf42-72c3789ffa00 96
2022-10-10T06:20:37.333Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:37.333Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:37.333Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:20:37.334Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:37.335Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:37.336Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382837333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:37.436Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:37.437Z||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-10-10T06:20:37.437Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:37.453Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:37.453Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:38.336Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c982841-da9d-4b32-9135-56069dec55e3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-10T06:20:38.337Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:20:38.337Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:38.399Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:20:38.400Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1c982841-da9d-4b32-9135-56069dec55e3 20206
2022-10-10T06:20:38.400Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:38.400Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:38.400Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:20:38.400Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:38.402Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:38.402Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382838400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:20:38.502Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:38.503Z||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-10-10T06:20:38.503Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:38.518Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:38.519Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:39.406Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 17a8b313-d672-496a-a64c-42a9c9fc780f
2022-10-10T06:20:39.406Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bc6c88a6-1b99-4c8f-988f-8326b69b1b60 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-10-10T06:20:39.414Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c18b93, org.onap.sdc.toscaparser.api.parameters.Input@2590d882, org.onap.sdc.toscaparser.api.parameters.Input@422fc657, org.onap.sdc.toscaparser.api.parameters.Input@16308dd5, org.onap.sdc.toscaparser.api.parameters.Input@1e251193]
2022-10-10T06:20:39.415Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.415Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.416Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-10T06:20:39.416Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 390f9fd6-b9dc-41be-be39-6b8b4566050e
2022-10-10T06:20:39.416Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 390f9fd6-b9dc-41be-be39-6b8b4566050e matches Tosca VF Customization UUID: 390f9fd6-b9dc-41be-be39-6b8b4566050e
2022-10-10T06:20:39.416Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 390f9fd6-b9dc-41be-be39-6b8b4566050e  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-10-10T06:20:39.418Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.418Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.419Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 390f9fd6-b9dc-41be-be39-6b8b4566050e: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-10-10T06:20:39.419Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13bf8150
2022-10-10T06:20:39.419Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.420Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:20:39.420Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eed2364a-a89c-4a95-b216-f7f87aaf83d3
2022-10-10T06:20:39.420Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eed2364a-a89c-4a95-b216-f7f87aaf83d3
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-10-10T06:20:39.422Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.422Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:39.423Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:20:39.423Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.423Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:39.423Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:20:39.424Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.424Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T06:20:39.424Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=390f9fd6-b9dc-41be-be39-6b8b4566050e
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-10-10T06:20:39.426Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.426Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.427Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 17a8b313-d672-496a-a64c-42a9c9fc780f: basic_cnf_macro
2022-10-10T06:20:39.427Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.427Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.428Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.428Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.428Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.428Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.429Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.429Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.429Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:20:39.430Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:20:39.430Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:39.463Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bc6c88a6-1b99-4c8f-988f-8326b69b1b60 2 ASDC deployResourceStructure
2022-10-10T06:20:39.464Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:39.464Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:39.464Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:20:39.465Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:39.466Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:39.467Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382839464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:20:39.567Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:39.568Z||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-10-10T06:20:39.568Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:39.580Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:39.580Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:40.472Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:40.472Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:40.472Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:20:40.473Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:40.475Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:40.475Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382840471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:20:40.575Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:40.576Z||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-10-10T06:20:40.576Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:40.588Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:40.588Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:20:41.477Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:41.477Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:41.477Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-10T06:20:41.478Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:41.480Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:41.480Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382841476,
  "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-10-10T06:20:41.580Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:41.581Z||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-10-10T06:20:41.582Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:41.619Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:41.620Z||pool-91-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:42.481Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:42.482Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:42.482Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:20:42.482Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:42.485Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:42.485Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382842481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:20:42.585Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:42.586Z||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-10-10T06:20:42.586Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:42.597Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:42.597Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:43.486Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:43.486Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||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-10-10T06:20:43.486Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-10T06:20:43.487Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:43.489Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:43.489Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382843486,
  "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-10-10T06:20:43.589Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:20:43.590Z||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-10-10T06:20:43.590Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:43.605Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:43.605Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:44.490Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-10T06:20:44.491Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T06:20:44.491Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:20:44.491Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:20:44.493Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:20:44.493Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382844490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:20:44.593Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:20:44.594Z||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-10-10T06:20:44.594Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:20:44.604Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:20:44.606Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:20:45.495Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:20:45.503Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
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-10-10T06:20:45.505Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:20:45.505Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:20:45.506Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:21:15.506Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:21:15.515Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
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-10-10T06:21:15.517Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:21:15.518Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:21:15.518Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:21:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:21:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:21:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:21:20.883Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:21:20.883Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:21:20.884Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:21:20.884Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:21:45.518Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:21:45.525Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
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-10-10T06:21:45.527Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:21:45.527Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:21:45.527Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:22:15.528Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:22:15.548Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
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-10-10T06:22:15.550Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:22:15.550Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:22:15.550Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:22:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:22:20.725Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:22:20.726Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:22:20.747Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:22:20.760Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.761Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.762Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.762Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.763Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.763Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.763Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.763Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.763Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.763Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382824040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.765Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "aai-ml",
  "timestamp": 1665382825043,
  "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-10-10T06:22:20.773Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 630b2586-26a0-4dde-9dc4-fe693c04f184
2022-10-10T06:22:20.773Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630b2586-26a0-4dde-9dc4-fe693c04f184 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-10-10T06:22:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.782Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.782Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.782Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.782Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.782Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.782Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.783Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.783Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.783Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382820720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.783Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.783Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.784Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382831591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.784Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.784Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.784Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382834111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.784Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.784Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.784Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382835187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.785Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.785Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.785Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382836272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.785Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.785Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382837333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382838400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382839464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.788Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382840471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.788Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.788Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.788Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382841476,
  "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-10-10T06:22:20.788Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.788Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.789Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382842481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.789Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.789Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.789Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382843486,
  "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-10-10T06:22:20.789Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.789Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382844490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.791Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.791Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.791Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.791Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.791Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.791Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.792Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.792Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.792Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.792Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.792Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.792Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.793Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.793Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.793Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.793Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.793Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.793Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.794Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.794Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.794Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.794Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.794Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.794Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.795Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.795Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.795Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.795Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.795Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.796Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.796Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.796Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.796Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.796Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.797Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.797Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.797Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.797Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.797Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.797Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.798Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.798Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.798Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.798Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.798Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.798Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.800Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.800Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.800Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.800Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.800Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.800Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.800Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.801Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.801Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.801Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.801Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.801Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.801Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.803Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.803Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.803Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.803Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.803Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.803Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.804Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.804Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.804Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.804Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.804Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.804Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.805Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.805Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.805Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.805Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.805Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.805Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.806Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.806Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.806Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.806Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.806Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.806Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.806Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.807Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.807Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.807Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.807Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.807Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.807Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.808Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.808Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.808Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.808Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.808Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.809Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.809Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.809Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.809Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.809Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.809Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.810Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.810Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.810Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.810Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.810Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.810Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.811Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.811Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.811Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.811Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.811Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.811Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.812Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.812Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.812Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.812Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.812Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382835933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.812Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.812Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.813Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382841023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.813Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.813Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.813Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382838578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.813Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.813Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.814Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382844311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.814Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.814Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.814Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.814Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.814Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.815Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.815Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.815Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.815Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382845909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.815Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.815Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.815Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.816Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.816Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.816Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382854776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.816Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.816Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.816Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382855563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.817Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.817Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.817Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382855791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.817Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.818Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.818Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "cds",
  "timestamp": 1665382857090,
  "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-10-10T06:22:20.830Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ec400c5-c1f7-487f-b6ba-ec712b88e395
2022-10-10T06:22:20.830Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ec400c5-c1f7-487f-b6ba-ec712b88e395 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-10-10T06:22:20.843Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.843Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.844Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.844Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.844Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382856673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.844Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.844Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.845Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382848096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.845Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.845Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.845Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382857576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.846Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.846Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.846Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382857684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.846Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.846Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.846Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382858260,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.847Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.847Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.847Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382858579,
  "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-10-10T06:22:20.850Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ec400c5-c1f7-487f-b6ba-ec712b88e395
2022-10-10T06:22:20.850Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ec400c5-c1f7-487f-b6ba-ec712b88e395 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-10-10T06:22:20.855Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.855Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "clamp",
  "timestamp": 1665382858687,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:22:20.858Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ec400c5-c1f7-487f-b6ba-ec712b88e395
2022-10-10T06:22:20.858Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ec400c5-c1f7-487f-b6ba-ec712b88e395 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:22:20.863Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.863Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382859303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.864Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.864Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.864Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382859692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.865Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.865Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.865Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382860306,
  "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-10-10T06:22:20.868Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5ec400c5-c1f7-487f-b6ba-ec712b88e395
2022-10-10T06:22:20.868Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ec400c5-c1f7-487f-b6ba-ec712b88e395 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-10-10T06:22:20.876Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.876Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "aai-ml",
  "timestamp": 1665382860695,
  "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-10-10T06:22:20.879Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ec400c5-c1f7-487f-b6ba-ec712b88e395
2022-10-10T06:22:20.879Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ec400c5-c1f7-487f-b6ba-ec712b88e395 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-10-10T06:22:20.885Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.885Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.885Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.886Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.886Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.886Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.886Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.887Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.887Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.887Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.888Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.888Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.888Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.888Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.889Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.889Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.889Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.889Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.889Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.890Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.890Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.890Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.890Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.891Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.891Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.891Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.892Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.892Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.892Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.892Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.892Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.893Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.893Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.893Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.893Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.894Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.894Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.894Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.894Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.894Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.894Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.894Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.895Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.895Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.895Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.895Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.895Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.896Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.896Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.896Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.896Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.896Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.896Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.897Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.897Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.897Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.897Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.898Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.898Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.898Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.898Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.898Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.899Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.899Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.899Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.899Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.899Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.899Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382858578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.900Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.900Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.900Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382859311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.900Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.900Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.900Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.901Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.901Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.901Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.901Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.901Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.902Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.902Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.902Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.902Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382872408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.903Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.904Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.904Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382872814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.904Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.904Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.905Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.905Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.906Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.906Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.906Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.906Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.906Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.907Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.907Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.907Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382873530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.907Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.907Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.907Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "cds",
  "timestamp": 1665382874162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:22:20.923Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d71fa9d-b231-4863-a135-f3ffde2e0569
2022-10-10T06:22:20.923Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d71fa9d-b231-4863-a135-f3ffde2e0569 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-10-10T06:22:20.929Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.929Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382865933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.929Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.929Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.929Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.931Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.931Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.931Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382874585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382874656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.932Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382875609,
  "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-10-10T06:22:20.938Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d71fa9d-b231-4863-a135-f3ffde2e0569
2022-10-10T06:22:20.938Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d71fa9d-b231-4863-a135-f3ffde2e0569 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-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1665382868096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1665382876621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:22:20.949Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.950Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.951Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382871023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:22:20.951Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:20.951Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:22:20.951Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:22:20.951Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:22:45.550Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:22:45.562Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184
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-10-10T06:22:45.563Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:22:45.564Z|630b2586-26a0-4dde-9dc4-fe693c04f184|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-10-10T06:22:45.567Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:23:15.567Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 630b2586-26a0-4dde-9dc4-fe693c04f184 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-10-10T06:23:15.573Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 630b2586-26a0-4dde-9dc4-fe693c04f184 and serviceModelVersionId: 17a8b313-d672-496a-a64c-42a9c9fc780f
2022-10-10T06:23:15.573Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0bc39f68-fdc6-4f09-9b0d-992d6fe174f8
2022-10-10T06:23:15.575Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0
2022-10-10T06:23:15.581Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:23:15.649Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0|INFO|500||Invoke
2022-10-10T06:23:15.650Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[630b2586-26a0-4dde-9dc4-fe693c04f184], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ed4fb50-96db-407b-88f7-4247d8fb5065], X-ECOMP-RequestID=[630b2586-26a0-4dde-9dc4-fe693c04f184], X-TransactionId=[], X-ONAP-RequestID=[630b2586-26a0-4dde-9dc4-fe693c04f184], Content-Type=[application/merge-patch+json]}
2022-10-10T06:23:15.677Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T06:23:15.784Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?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/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-06:23:15:193-43545], vertex-id=[405544], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:23:15 GMT], Content-Type=[application/json]}
2022-10-10T06:23:15.784Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:23:15.785Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc39f68-fdc6-4f09-9b0d-992d6fe174f8/model-vers/model-ver/17a8b313-d672-496a-a64c-42a9c9fc780f?depth=0|INFO|500||InvokeReturn
2022-10-10T06:23:15.790Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:23:15.790Z|630b2586-26a0-4dde-9dc4-fe693c04f184|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-10-10T06:23:15.796Z|630b2586-26a0-4dde-9dc4-fe693c04f184|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-10-10T06:23:15.797Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 630b2586-26a0-4dde-9dc4-fe693c04f184 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:23:15.797Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:23:15.797Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:15.799Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:15.800Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382995797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:23:15.900Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:15.901Z||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-10-10T06:23:15.901Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:15.913Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:15.913Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 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-10-10T06:23:16.813Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:23:16.814Z|630b2586-26a0-4dde-9dc4-fe693c04f184|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-10-10T06:23:16.814Z|630b2586-26a0-4dde-9dc4-fe693c04f184|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:23:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:23:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:20.750Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:20.750Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:23:20.750Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:20.751Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:23:21.235Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:21.236Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-10T06:23:21.236Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ec400c5-c1f7-487f-b6ba-ec712b88e395","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b5c802e1-fbea-48b1-bb4e-3639c48e741c","serviceDescription":"service","serviceInvariantUUID":"c725b080-3d3e-4db1-a000-0fb02efb54b9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d022981-5183-4bfe-894d-1dc1cd6ec4df","resourceInvariantUUID":"73630535-6eca-4986-88d9-a17dc5fc7790","resourceCustomizationUUID":"e2bf5ce4-501f-4b4b-bc69-9dbb056a429b","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":"Y2I0MTdmNzgxYjFhZGUwMzgzYWE1YmQ3Mzc4M2Y1M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b25974ee-6b31-48e5-b510-ae62d7f27bb6","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":"1dcf97e1-0db6-453d-9242-33a56fd616d3","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":"c6eeb06c-af68-4d9e-892d-c8d588845815","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":"ZTU0ZWMwZjI0ZWE2MDZkY2ZkYTVjMDQ4MGY3MjU3NGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"579c518c-b764-4f28-80e0-7ec583fc5657","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":"32c5b9e1-5990-414f-aa14-307e11f89f9e","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":"4c3f0a11-cde7-4eb3-a1a7-e9658ea0b2d6","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":"5a7d8555-159e-43c2-9b08-71884769f333","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":"MzgxYTg2ZmJjYjU3YjQ4ODZjYmNlMTcwZmM5ZDg0ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e68019-1c0e-4a51-94ca-7b8533016e77","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDNhMDM0Nzc5Y2JmODIzNWYxZTg2MWJiNjc4OTJhMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a198da2-ffb7-4de4-b612-7c2a12e6e19e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:23:21.240Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:21.240Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:21.243Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:21.243Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:21.343Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:21.344Z||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-10-10T06:23:21.344Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:21.355Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:21.356Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:23:22.243Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:22.244Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:22.246Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:22.246Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:22.347Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:22.348Z||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-10-10T06:23:22.348Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:22.360Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:22.360Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:23:23.247Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:23.248Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:23.250Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:23.250Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:23.350Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:23.351Z||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-10-10T06:23:23.351Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:23.361Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:23.362Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:24.250Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:24.251Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:24.253Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:24.253Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:24.353Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:24.354Z||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-10-10T06:23:24.354Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:24.365Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:24.366Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:25.253Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:25.254Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:25.256Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:25.256Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:25.356Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:23:25.358Z||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-10-10T06:23:25.358Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:25.371Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:25.372Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:26.257Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:26.258Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:26.260Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:26.260Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:26.360Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:26.361Z||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-10-10T06:23:26.361Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:26.429Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:26.430Z||pool-101-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:27.260Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:27.261Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:27.263Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:27.263Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:27.363Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:27.364Z||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-10-10T06:23:27.364Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:27.375Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:27.375Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:28.263Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:28.264Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:28.266Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:28.266Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:23:28.366Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:28.367Z||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-10-10T06:23:28.367Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:28.389Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:28.390Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:29.266Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:23:29.267Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:29.269Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:29.269Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:23:29.369Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:29.370Z||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-10-10T06:23:29.370Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:29.384Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:29.384Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:30.269Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b5c802e1-fbea-48b1-bb4e-3639c48e741c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c725b080-3d3e-4db1-a000-0fb02efb54b9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e2bf5ce4-501f-4b4b-bc69-9dbb056a429b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1d022981-5183-4bfe-894d-1dc1cd6ec4df",
      "resourceInvariantUUID": "73630535-6eca-4986-88d9-a17dc5fc7790",
      "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": "ZDNhMDM0Nzc5Y2JmODIzNWYxZTg2MWJiNjc4OTJhMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5a198da2-ffb7-4de4-b612-7c2a12e6e19e"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T06:23:30.270Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:23:30.270Z|630b2586-26a0-4dde-9dc4-fe693c04f184|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b5c802e1-fbea-48b1-bb4e-3639c48e741c ASDC
2022-10-10T06:23:30.271Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5ec400c5-c1f7-487f-b6ba-ec712b88e395
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b5c802e1-fbea-48b1-bb4e-3639c48e741c
ServiceInvariantUUID:c725b080-3d3e-4db1-a000-0fb02efb54b9
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:5a198da2-ffb7-4de4-b612-7c2a12e6e19e
ArtifactChecksum:ZDNhMDM0Nzc5Y2JmODIzNWYxZTg2MWJiNjc4OTJhMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e2bf5ce4-501f-4b4b-bc69-9dbb056a429b
ResourceInvariantUUID:73630535-6eca-4986-88d9-a17dc5fc7790
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1d022981-5183-4bfe-894d-1dc1cd6ec4df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-10T06:23:30.271Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5c802e1-fbea-48b1-bb4e-3639c48e741c 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-10-10T06:23:30.290Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:23:30.290Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:23:30.290Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:23:30.291Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a198da2-ffb7-4de4-b612-7c2a12e6e19e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-10T06:23:30.291Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:23:30.291Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-10T06:23:30.453Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:23:30.459Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5a198da2-ffb7-4de4-b612-7c2a12e6e19e 110864
2022-10-10T06:23:30.459Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-10T06:23:30.459Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-10T06:23:30.459Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:23:30.460Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:30.462Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:30.462Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383010459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:23:30.562Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:30.563Z||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-10-10T06:23:30.563Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:30.579Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:30.580Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:31.462Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:23:31.463Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:23:31.463Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5a198da2-ffb7-4de4-b612-7c2a12e6e19e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-10T06:23:31.465Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-10T06:23:31.465Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-10T06:23:31.465Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-10T06:23:31.613Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4382027779069965706/Definitions/service-TestPnfMacro-template.yml
2022-10-10T06:23:32.523Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-TestPnfMacro-csar.csar
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-TestPnfMacro-csar.csar
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||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-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-TestPnfMacro-csar.csar
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-TestPnfMacro-csar.csar
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-TestPnfMacro-csar.csar
2022-10-10T06:23:32.524Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-TestPnfMacro-csar.csar
2022-10-10T06:23:32.525Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-10T06:23:32.525Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.525Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.525Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-10T06:23:32.525Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-10T06:23:32.525Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:23:32.526Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.526Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.526Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-10T06:23:32.526Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-10T06:23:32.526Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:23:32.526Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.527Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.527Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.527Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.527Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.527Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.527Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.527Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.528Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.528Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.528Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b5c802e1-fbea-48b1-bb4e-3639c48e741c
Model Version:NULL
Model InvariantUuid:c725b080-3d3e-4db1-a000-0fb02efb54b9
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-10-10T06:23:32.535Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1d022981-5183-4bfe-894d-1dc1cd6ec4df
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-10-10T06:23:32.539Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-10-10T06:23:32.539Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d022981-5183-4bfe-894d-1dc1cd6ec4df
2022-10-10T06:23:32.540Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b5c802e1-fbea-48b1-bb4e-3639c48e741c
2022-10-10T06:23:32.540Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b5c802e1-fbea-48b1-bb4e-3639c48e741c
2022-10-10T06:23:32.540Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1d022981-5183-4bfe-894d-1dc1cd6ec4df 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-10-10T06:23:32.544Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d5083a9, org.onap.sdc.toscaparser.api.parameters.Input@6f4c69d, org.onap.sdc.toscaparser.api.parameters.Input@29f4618, org.onap.sdc.toscaparser.api.parameters.Input@73f8eab3, org.onap.sdc.toscaparser.api.parameters.Input@5a9c72ae]
2022-10-10T06:23:32.545Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.545Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.545Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b5c802e1-fbea-48b1-bb4e-3639c48e741c: test-pnf
2022-10-10T06:23:32.545Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1d022981-5183-4bfe-894d-1dc1cd6ec4df
2022-10-10T06:23:32.546Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:23:32.546Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:23:32.546Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||Resource customization UUID: e2bf5ce4-501f-4b4b-bc69-9dbb056a429b is the same as notified resource customizationUUID: e2bf5ce4-501f-4b4b-bc69-9dbb056a429b
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-10-10T06:23:32.575Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1d022981-5183-4bfe-894d-1dc1cd6ec4df 0 ASDC deployResourceStructure
2022-10-10T06:23:32.575Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-10T06:23:32.575Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-10T06:23:32.576Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:23:32.576Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:23:32.578Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:23:32.578Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383012575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:23:32.678Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:23:32.679Z||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-10-10T06:23:32.679Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:23:32.693Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:23:32.693Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:23:33.579Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ec400c5-c1f7-487f-b6ba-ec712b88e395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:23:33.586Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ec400c5-c1f7-487f-b6ba-ec712b88e395
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-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:23:33.589Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:23:33.590Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:23:33.590Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:23:33.590Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-10-10T06:23:33.592Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:24:03.593Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ec400c5-c1f7-487f-b6ba-ec712b88e395 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-10-10T06:24:03.598Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ec400c5-c1f7-487f-b6ba-ec712b88e395 and serviceModelVersionId: b5c802e1-fbea-48b1-bb4e-3639c48e741c
2022-10-10T06:24:03.598Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c725b080-3d3e-4db1-a000-0fb02efb54b9
2022-10-10T06:24:03.599Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0
2022-10-10T06:24:03.602Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:24:03.639Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0|INFO|500||Invoke
2022-10-10T06:24:03.639Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ec400c5-c1f7-487f-b6ba-ec712b88e395], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ddfbbd2a-64b0-44f7-9bb5-4590c07d2eef], X-ECOMP-RequestID=[5ec400c5-c1f7-487f-b6ba-ec712b88e395], X-TransactionId=[], X-ONAP-RequestID=[5ec400c5-c1f7-487f-b6ba-ec712b88e395], Content-Type=[application/merge-patch+json]}
2022-10-10T06:24:03.658Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T06:24:03.772Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?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/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221010-06:24:03:166-86360], vertex-id=[168144], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:24:03 GMT], Content-Type=[application/json]}
2022-10-10T06:24:03.772Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:24:03.773Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c725b080-3d3e-4db1-a000-0fb02efb54b9/model-vers/model-ver/b5c802e1-fbea-48b1-bb4e-3639c48e741c?depth=0|INFO|500||InvokeReturn
2022-10-10T06:24:03.773Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:24:03.774Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-10-10T06:24:03.778Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|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-10-10T06:24:03.778Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ec400c5-c1f7-487f-b6ba-ec712b88e395 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:24:03.778Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:24:03.779Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:03.781Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:03.781Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383043778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:24:03.881Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:03.882Z||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-10-10T06:24:03.882Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:03.897Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:03.897Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-10T06:24:04.790Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-10T06:24:04.790Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d71fa9d-b231-4863-a135-f3ffde2e0569","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0bb3b7e6-b360-4d17-b0a8-315b87849e9c","serviceDescription":"service","serviceInvariantUUID":"9a08b574-f2c3-4a1f-9f2a-32aff5563909","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc663549-3bf6-4ef2-b557-9a1a36e17cb0","resourceInvariantUUID":"d2b19ec0-cf7b-4890-8a1c-5e47fff70897","resourceCustomizationUUID":"b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2","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":"Mzc4MmI2Yjg0YjE3ZmRkOTg0YzQxMWE3OTlhNjQ1MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49ed7366-5572-4e91-844c-b09ddf6bc776","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":"YTUzMmVhYTllOTlkZmUzMmMzOThjODk0NGI3YzY5OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d458ec4-13cc-49d0-aa06-3ed1ec8b3641","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":"a6d5e65b-b299-4c13-ab4e-a69fb7215e06","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":"6010fe38-a20c-48ec-b6ff-aa7508f10240","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":"6a2b255f-1094-445c-8405-063c9627d04d","artifactVersion":"2","generatedFromUUID":"a6d5e65b-b299-4c13-ab4e-a69fb7215e06"},{"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":"ZWU2Mjc0ZmQ0MWFjNmM0N2E3NDk1OTI3YjUxMTYxNWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a29cda0a-fd10-4743-867a-1e8c8e785de7","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":"YmUzYWZmNTY2NGY5ZmQ2YmIwMzE1MTZmMTk2ZDEzODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b89b95bf-03a5-4ee0-ba00-95f54eec112b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjBjNDBmNWI5ODBlYzBmNjRjYTc3OTg1NjhlMzYzYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01844772-9751-4aae-845d-a0ac701c52d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:24:04.791Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:04.791Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:04.793Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:04.793Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:24:04.893Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:04.894Z||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-10-10T06:24:04.895Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:04.906Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:04.907Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:24:05.794Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:05.795Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:05.797Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:05.797Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:24:05.898Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:24:05.898Z||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-10-10T06:24:05.899Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:05.911Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:05.911Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:06.798Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:06.799Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:06.801Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:06.801Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:24:06.901Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:06.902Z||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-10-10T06:24:06.902Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:06.923Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:06.923Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:07.801Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:07.802Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:07.804Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:07.804Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:24:07.905Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:07.906Z||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-10-10T06:24:07.906Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:07.921Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:07.921Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:08.804Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:08.805Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:08.808Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:08.808Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-10T06:24:08.908Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:08.908Z||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-10-10T06:24:08.909Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:08.943Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:08.944Z||pool-112-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:24:09.813Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:09.815Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:09.817Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:09.817Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:24:09.931Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-10-10T06:24:09.935Z||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-10-10T06:24:09.936Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:09.961Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:09.962Z||pool-113-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:10.818Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:10.818Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:10.822Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:10.822Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:24:10.922Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:10.924Z||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-10-10T06:24:10.924Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:10.951Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:10.952Z||pool-114-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:11.824Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:24:11.826Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:11.828Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:11.828Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:24:11.931Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-10T06:24:11.932Z||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-10-10T06:24:11.932Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:11.960Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:11.960Z||pool-115-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:12.839Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0bb3b7e6-b360-4d17-b0a8-315b87849e9c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a08b574-f2c3-4a1f-9f2a-32aff5563909",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fc663549-3bf6-4ef2-b557-9a1a36e17cb0",
      "resourceInvariantUUID": "d2b19ec0-cf7b-4890-8a1c-5e47fff70897",
      "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": "YTUzMmVhYTllOTlkZmUzMmMzOThjODk0NGI3YzY5OGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d458ec4-13cc-49d0-aa06-3ed1ec8b3641",
          "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": "a6d5e65b-b299-4c13-ab4e-a69fb7215e06",
          "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": "6a2b255f-1094-445c-8405-063c9627d04d",
            "generatedFromUUID": "a6d5e65b-b299-4c13-ab4e-a69fb7215e06"
          },
          "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": "6a2b255f-1094-445c-8405-063c9627d04d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZjBjNDBmNWI5ODBlYzBmNjRjYTc3OTg1NjhlMzYzYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01844772-9751-4aae-845d-a0ac701c52d2"
    }
  ],
  "workloadContext": "Production"
}
2022-10-10T06:24:12.840Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:24:12.841Z|5ec400c5-c1f7-487f-b6ba-ec712b88e395|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0bb3b7e6-b360-4d17-b0a8-315b87849e9c ASDC
2022-10-10T06:24:12.842Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3d71fa9d-b231-4863-a135-f3ffde2e0569
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0bb3b7e6-b360-4d17-b0a8-315b87849e9c
ServiceInvariantUUID:9a08b574-f2c3-4a1f-9f2a-32aff5563909
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:01844772-9751-4aae-845d-a0ac701c52d2
ArtifactChecksum:ZjBjNDBmNWI5ODBlYzBmNjRjYTc3OTg1NjhlMzYzYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2
ResourceInvariantUUID:d2b19ec0-cf7b-4890-8a1c-5e47fff70897
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:fc663549-3bf6-4ef2-b557-9a1a36e17cb0
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:7d458ec4-13cc-49d0-aa06-3ed1ec8b3641
ArtifactChecksum:YTUzMmVhYTllOTlkZmUzMmMzOThjODk0NGI3YzY5OGI=
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:a6d5e65b-b299-4c13-ab4e-a69fb7215e06
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:6a2b255f-1094-445c-8405-063c9627d04d
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:6a2b255f-1094-445c-8405-063c9627d04d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-10T06:24:12.842Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0bb3b7e6-b360-4d17-b0a8-315b87849e9c 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-10-10T06:24:12.934Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:24:12.935Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:24:12.935Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:24:12.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01844772-9751-4aae-845d-a0ac701c52d2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-10T06:24:12.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:24:12.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-10T06:24:13.168Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:24:13.178Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 01844772-9751-4aae-845d-a0ac701c52d2 82646
2022-10-10T06:24:13.178Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-10T06:24:13.187Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-10T06:24:13.187Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:24:13.188Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:13.212Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:13.212Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383053178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:24:13.312Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:13.313Z||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-10-10T06:24:13.314Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:13.328Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:13.328Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:14.213Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:24:14.214Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-10T06:24:14.214Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 01844772-9751-4aae-845d-a0ac701c52d2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:14.214Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-10T06:24:14.214Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:14.215Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:14.325Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8414148429864070264/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-10T06:24:15.595Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:24:15.596Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-10T06:24:15.596Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:15.596Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T06:24:15.596Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:15.597Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-BasicVmMacro-csar.csar
2022-10-10T06:24:15.597Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:15.597Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-BasicVmMacro-csar.csar
2022-10-10T06:24:15.597Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-BasicVmMacro-csar.csar
2022-10-10T06:24:15.598Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:15.598Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T06:24:15.598Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-10T06:24:15.598Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.599Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:15.599Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:15.599Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-10T06:24:15.600Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:24:15.600Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.600Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:15.601Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:15.601Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-10T06:24:15.601Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:24:15.602Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.602Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:15.602Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.603Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-10T06:24:15.603Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-10T06:24:15.603Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-10T06:24:15.603Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-10T06:24:15.604Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:24:15.604Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T06:24:15.604Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.604Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:24:15.605Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.605Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:15.605Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:24:15.606Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.606Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:15.606Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:24:15.607Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.607Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:15.607Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:24:15.608Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.608Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-10T06:24:15.608Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T06:24:15.609Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:24:15.609Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e9447b7-049c-49c5-bd3b-71bd4cb7696f
2022-10-10T06:24:15.610Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.610Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:15.611Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.611Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:15.611Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.611Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:15.612Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:15.612Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:15.612Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0bb3b7e6-b360-4d17-b0a8-315b87849e9c
Model Version:NULL
Model InvariantUuid:9a08b574-f2c3-4a1f-9f2a-32aff5563909
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ecb5f790-9226-4b75-9344-4405ce6d76aa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d2b19ec0-cf7b-4890-8a1c-5e47fff70897
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eec554e0-492e-4df1-8eae-7f46412c516d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a8faf855-4805-41c6-9142-4dd0acfdaae5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7e9447b7-049c-49c5-bd3b-71bd4cb7696f
ModelInvariantUuid:b28446dd-5102-46dd-a48a-84a52b39c765
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8aafb6bb-96d7-44c6-bc6b-7796c016ca22
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b616dfdf-f315-4053-a105-53ac8f973495
ModelInvariantUuid:1868ee76-36b3-48ba-8efd-e038d8d5d6bb
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2cecff33-23ac-4638-9f19-aaf6ae56b549
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-10-10T06:24:15.652Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: fc663549-3bf6-4ef2-b557-9a1a36e17cb0
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-10-10T06:24:15.656Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-10-10T06:24:15.656Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc663549-3bf6-4ef2-b557-9a1a36e17cb0
2022-10-10T06:24:15.656Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7d458ec4-13cc-49d0-aa06-3ed1ec8b3641 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-10T06:24:15.657Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:24:15.657Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:15.727Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:24:15.728Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7d458ec4-13cc-49d0-aa06-3ed1ec8b3641 792
2022-10-10T06:24:15.728Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:15.728Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:15.728Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:24:15.729Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:15.731Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:15.731Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383055728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:24:15.831Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:15.832Z||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-10-10T06:24:15.832Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:15.844Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:15.845Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:24:16.732Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eec554e0-492e-4df1-8eae-7f46412c516d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8faf855-4805-41c6-9142-4dd0acfdaae5",
    "vfModuleModelCustomizationUUID": "b633d8d8-88cd-480b-86bf-da4917d30c7b",
    "isBase": true,
    "artifacts": [
      "a6d5e65b-b299-4c13-ab4e-a69fb7215e06",
      "6a2b255f-1094-445c-8405-063c9627d04d"
    ],
    "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-10-10T06:24:16.738Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8faf855-4805-41c6-9142-4dd0acfdaae5
VfModuleModelInvariantUUID:eec554e0-492e-4df1-8eae-7f46412c516d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6d5e65b-b299-4c13-ab4e-a69fb7215e06
,
6a2b255f-1094-445c-8405-063c9627d04d

}
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-10-10T06:24:16.740Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eec554e0-492e-4df1-8eae-7f46412c516d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8faf855-4805-41c6-9142-4dd0acfdaae5",
    "vfModuleModelCustomizationUUID": "b633d8d8-88cd-480b-86bf-da4917d30c7b",
    "isBase": true,
    "artifacts": [
      "a6d5e65b-b299-4c13-ab4e-a69fb7215e06",
      "6a2b255f-1094-445c-8405-063c9627d04d"
    ],
    "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-10-10T06:24:16.740Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8faf855-4805-41c6-9142-4dd0acfdaae5
VfModuleModelInvariantUUID:eec554e0-492e-4df1-8eae-7f46412c516d
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6d5e65b-b299-4c13-ab4e-a69fb7215e06
,
6a2b255f-1094-445c-8405-063c9627d04d

}
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-10-10T06:24:16.741Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a6d5e65b-b299-4c13-ab4e-a69fb7215e06 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-10T06:24:16.741Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:24:16.741Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:16.827Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:24:16.829Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a6d5e65b-b299-4c13-ab4e-a69fb7215e06 5033
2022-10-10T06:24:16.830Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:16.830Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:16.830Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:24:16.830Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:16.832Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:16.832Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383056830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:24:16.932Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:16.933Z||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-10-10T06:24:16.934Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:16.948Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:16.949Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:24:17.833Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6a2b255f-1094-445c-8405-063c9627d04d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-10T06:24:17.834Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-10T06:24:17.834Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:17.911Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-10T06:24:17.911Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6a2b255f-1094-445c-8405-063c9627d04d 903
2022-10-10T06:24:17.911Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:17.912Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:17.912Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:24:17.912Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:17.914Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:17.915Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383057911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:24:18.015Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:24:18.015Z||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-10-10T06:24:18.015Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:18.029Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:18.029Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:24:18.915Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0bb3b7e6-b360-4d17-b0a8-315b87849e9c
2022-10-10T06:24:18.916Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fc663549-3bf6-4ef2-b557-9a1a36e17cb0 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-10-10T06:24:18.926Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4367bdcb, org.onap.sdc.toscaparser.api.parameters.Input@60953689, org.onap.sdc.toscaparser.api.parameters.Input@1d2ecce9, org.onap.sdc.toscaparser.api.parameters.Input@eeecaae, org.onap.sdc.toscaparser.api.parameters.Input@7099a75d]
2022-10-10T06:24:18.928Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.928Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.928Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-10T06:24:18.928Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2
2022-10-10T06:24:18.928Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2 matches Tosca VF Customization UUID: b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2
2022-10-10T06:24:18.928Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2  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-10-10T06:24:18.930Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.931Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.931Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-10T06:24:18.931Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a9037b4
2022-10-10T06:24:18.931Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.932Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:24:18.932Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b633d8d8-88cd-480b-86bf-da4917d30c7b
2022-10-10T06:24:18.932Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b633d8d8-88cd-480b-86bf-da4917d30c7b
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-10-10T06:24:18.934Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.934Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:18.934Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:24:18.935Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.935Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:18.935Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:24:18.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-10T06:24:18.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T06:24:18.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:24:18.936Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e9447b7-049c-49c5-bd3b-71bd4cb7696f
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-10-10T06:24:18.938Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.938Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:18.939Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:24:18.939Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.939Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T06:24:18.939Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b37cbfea-0c68-49fc-b0c8-f4f07c0bfab2
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-10-10T06:24:18.941Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.941Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.941Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0bb3b7e6-b360-4d17-b0a8-315b87849e9c: basic_vm_macro
2022-10-10T06:24:18.941Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.941Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.942Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.942Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.942Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.942Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.942Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.942Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.943Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-10T06:24:18.943Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:24:18.954Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:19.034Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fc663549-3bf6-4ef2-b557-9a1a36e17cb0 1 ASDC deployResourceStructure
2022-10-10T06:24:19.035Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:19.035Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:19.035Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:24:19.035Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:19.037Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:19.037Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383059035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:24:19.139Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:24:19.140Z||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-10-10T06:24:19.140Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:19.184Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:19.184Z||pool-120-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:24:20.038Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:20.038Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:20.038Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:24:20.039Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:20.041Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:20.041Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383060038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:24:20.141Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:20.142Z||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-10-10T06:24:20.142Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:20.172Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:20.173Z||pool-121-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:24:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:24:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:20.764Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.765Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382881478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:24:20.766Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:24:20.766Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.766Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:24:20.766Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:24:20.766Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.766Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "aai-ml",
  "timestamp": 1665382882481,
  "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-10-10T06:24:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d71fa9d-b231-4863-a135-f3ffde2e0569
2022-10-10T06:24:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d71fa9d-b231-4863-a135-f3ffde2e0569 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-10-10T06:24:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:24:20.786Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382875909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382884647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382886875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.787Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1665382887879,
  "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-10-10T06:24:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d71fa9d-b231-4863-a135-f3ffde2e0569
2022-10-10T06:24:20.790Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d71fa9d-b231-4863-a135-f3ffde2e0569 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-10-10T06:24:20.798Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382888678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:24:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:24:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382891684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:24:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:24:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:24:20.799Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "clamp",
  "timestamp": 1665382892690,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:24:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d71fa9d-b231-4863-a135-f3ffde2e0569
2022-10-10T06:24:20.802Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d71fa9d-b231-4863-a135-f3ffde2e0569 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:24:21.042Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:21.042Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||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-10-10T06:24:21.042Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:24:21.042Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:21.059Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:21.060Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383061041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:24:21.148Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-10-10T06:24:21.148Z||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-10-10T06:24:21.148Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:21.169Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:21.169Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:22.060Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-10T06:24:22.061Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-10T06:24:22.061Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:24:22.061Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:22.064Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:22.064Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383062060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:24:22.164Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:22.165Z||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-10-10T06:24:22.165Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:22.182Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:22.182Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:24:23.065Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d71fa9d-b231-4863-a135-f3ffde2e0569
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-10T06:24:23.073Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d71fa9d-b231-4863-a135-f3ffde2e0569
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-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:24:23.075Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:24:23.076Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-10T06:24:23.076Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-10-10T06:24:23.078Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:24:53.078Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d71fa9d-b231-4863-a135-f3ffde2e0569 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-10-10T06:24:53.085Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d71fa9d-b231-4863-a135-f3ffde2e0569 and serviceModelVersionId: 0bb3b7e6-b360-4d17-b0a8-315b87849e9c
2022-10-10T06:24:53.085Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a08b574-f2c3-4a1f-9f2a-32aff5563909
2022-10-10T06:24:53.085Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0
2022-10-10T06:24:53.090Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:24:53.125Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0|INFO|500||Invoke
2022-10-10T06:24:53.126Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d71fa9d-b231-4863-a135-f3ffde2e0569], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2b9829e-433d-4d39-a719-06b089910498], X-ECOMP-RequestID=[3d71fa9d-b231-4863-a135-f3ffde2e0569], X-TransactionId=[], X-ONAP-RequestID=[3d71fa9d-b231-4863-a135-f3ffde2e0569], Content-Type=[application/merge-patch+json]}
2022-10-10T06:24:53.146Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-10T06:24:53.234Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?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/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221010-06:24:52:651-96144], vertex-id=[516160], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:24:52 GMT], Content-Type=[application/json]}
2022-10-10T06:24:53.234Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:24:53.235Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a08b574-f2c3-4a1f-9f2a-32aff5563909/model-vers/model-ver/0bb3b7e6-b360-4d17-b0a8-315b87849e9c?depth=0|INFO|500||InvokeReturn
2022-10-10T06:24:53.236Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:24:53.236Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-10-10T06:24:53.242Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-10-10T06:24:53.242Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d71fa9d-b231-4863-a135-f3ffde2e0569 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:24:53.243Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:24:53.243Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:24:53.245Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:24:53.245Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383093242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:24:53.345Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:24:53.346Z||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-10-10T06:24:53.346Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:24:53.360Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:24:53.360Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-10T06:24:54.255Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:24:54.256Z||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-10-10T06:24:54.256Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:25:03.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:25:03.891Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:25:03.892Z||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-10-10T06:25:03.892Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:25:13.444Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:25:13.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:25:13.445Z||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-10-10T06:25:13.445Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:25:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:25:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:25:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:25:20.741Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:25:20.742Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:25:20.742Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "630b2586-26a0-4dde-9dc4-fe693c04f184",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382995797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:25:20.742Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:25:23.009Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:25:23.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:25:23.011Z||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-10-10T06:25:23.011Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:25:32.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:26:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:26:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:26:20.723Z||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-10-10T06:26:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:26:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:26:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:26:20.773Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:26:20.774Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.774Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.775Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.775Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.775Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.775Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.775Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.775Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.776Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383010459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383012575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.777Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ec400c5-c1f7-487f-b6ba-ec712b88e395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383043778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.778Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-10T06:26:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.779Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665382996813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383053178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383055728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.780Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383056830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383057911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383059035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383060038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-10T06:26:20.781Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:26:30.324Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:27:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:27:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:27:20.722Z||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-10-10T06:27:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:27:20.722Z||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-10-10T06:27:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:27:21.254Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:27:21.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:27:21.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383061041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-10T06:27:21.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:27:21.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:27:21.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383062060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-10T06:27:21.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:27:21.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:27:21.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d71fa9d-b231-4863-a135-f3ffde2e0569",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1665383093242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:27:21.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:27:30.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:28:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:28:20.721Z||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-10-10T06:28:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:28:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:28:20.722Z||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-10-10T06:28:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:28:30.286Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:28:30.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:29:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:29:20.720Z||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-10-10T06:29:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:29:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:29:20.722Z||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-10-10T06:29:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:29:30.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:29:30.298Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:30:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:30:20.720Z||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-10-10T06:30:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:30:20.721Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:30:20.722Z||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-10-10T06:30:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:30:30.291Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:30:30.293Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:31:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:31:20.720Z||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-10-10T06:31:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:31:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:31:20.722Z||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-10-10T06:31:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:31:30.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:31:30.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:32:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:32:20.720Z||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-10-10T06:32:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:32:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:32:20.722Z||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-10-10T06:32:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:32:30.309Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:32:30.323Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:33:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:33:20.720Z||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-10-10T06:33:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:33:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:33:20.722Z||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-10-10T06:33:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:33:30.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:33:30.287Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:34:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:34:20.721Z||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-10-10T06:34:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:34:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:34:20.722Z||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-10-10T06:34:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:34:30.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:34:30.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:35:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:35:20.721Z||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-10-10T06:35:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:35:20.724Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:35:20.724Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:35:20.724Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:35:30.291Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:35:30.293Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:36:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:36:20.721Z||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-10-10T06:36:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:36:20.722Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:36:20.722Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-10-10T06:36:20.722Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:36:30.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:36:30.276Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:37:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:37:20.720Z||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-10-10T06:37:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:37:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:37:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:37:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:37:30.279Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:37:30.279Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:38:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:38:20.720Z||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-10-10T06:38:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:38:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:38:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:38:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:38:30.291Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:38:30.313Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:39:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:39:20.720Z||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-10-10T06:39:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:39:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:39:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:39:20.723Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:39:30.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:39:30.277Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:40:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:40:20.720Z||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-10-10T06:40:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:40:20.722Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:40:20.723Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-10-10T06:40:20.723Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:40:30.262Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:40:30.266Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:41:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:41:20.720Z||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-10-10T06:41:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:41:20.722Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:41:20.722Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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-10-10T06:41:20.722Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:41:30.281Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:41:30.289Z|3d71fa9d-b231-4863-a135-f3ffde2e0569|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:42:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:42:20.720Z||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-10-10T06:42:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:42:20.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:42:20.732Z||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-10-10T06:42:20.732Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:42:30.290Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:42:30.290Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:43:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:43:20.721Z||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-10-10T06:43:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:43:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:43:20.722Z||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-10-10T06:43:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:43:30.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:43:30.282Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:44:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:44:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:44:20.723Z||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-10-10T06:44:20.723Z||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-10-10T06:44:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:44:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:44:30.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:44:30.308Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:45:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:45:20.721Z||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-10-10T06:45:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:45:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:45:20.722Z||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-10-10T06:45:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:45:30.266Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:45:30.270Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:46:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:46:20.721Z||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-10-10T06:46:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:46:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:46:20.722Z||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-10-10T06:46:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:46:30.291Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:46:30.292Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:47:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:47:20.720Z||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-10-10T06:47:20.720Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:47:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:47:20.722Z||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-10-10T06:47:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:47:30.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:47:30.330Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:48:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:48:20.721Z||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-10-10T06:48:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:48:20.722Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:48:20.722Z||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-10-10T06:48:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:48:30.273Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:48:30.281Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:49:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:49:20.721Z||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-10-10T06:49:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:49:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:49:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:49:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:49:30.290Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:49:30.311Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:50:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:50:20.720Z||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-10-10T06:50:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:50:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:50:20.722Z||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-10-10T06:50:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:50:30.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:50:30.276Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:51:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:51:20.721Z||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-10-10T06:51:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:51:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:51:20.722Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:51:20.723Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:51:30.284Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:51:30.286Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:52:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:52:20.721Z||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-10-10T06:52:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:52:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:52:20.722Z||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-10-10T06:52:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:52:30.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:52:30.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:53:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:53:20.720Z||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-10-10T06:53:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:53:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:53:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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-10-10T06:53:20.722Z|a0db8aee-545c-4556-8c53-3f051fb8846b|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:53:30.269Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:53:30.277Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:54:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:54:20.721Z||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-10-10T06:54:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:54:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:54:20.722Z||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-10-10T06:54:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:54:30.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:54:30.331Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:55:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:55:20.721Z||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-10-10T06:55:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:55:20.723Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:55:20.724Z||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-10-10T06:55:20.724Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:55:30.266Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-10T06:55:30.269Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK