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-02-06T00:51:35.257Z||main|||||INFO|500||The following profiles are active: basic
2022-02-06T00:51:44.171Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-06T00:51:44.172Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-06T00:51:44.259Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-06T00:51:46.485Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-06T00:51:46.640Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-06T00:51:46.987Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-06T00:51:46.994Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-06T00:51:47.074Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-06T00:51:47.188Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-06T00:51:47.616Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-06T00:51:48.384Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-06T00:51:50.247Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-06T00:51:50.291Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-06T00:51:50.735Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-06T00:51:50.947Z||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-02-06T00:51:52.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-06T00:51:52.945Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-06T00:51:52.961Z||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$$7fa680a9.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-02-06T00:51:52.961Z||main|||||WARN|500||The sdc end point is not alive
2022-02-06T00:51:55.399Z||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-02-06T00:51:57.700Z||main|||||WARN|500||---
2022-02-06T00:51:57.701Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-06T00:51:57.701Z||main|||||WARN|500||---
2022-02-06T00:51:58.085Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-06T00:52:01.982Z||main|||||INFO|500||Started Application in 30.74 seconds (JVM running for 31.83)
2022-02-06T00:52:01.994Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-06T00:52:01.994Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-06T00:52:02.030Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-06T00:52:02.052Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-06T00:52:02.090Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bdecbbd-bb97-43ea-bf1d-d14995751aca url= /sdc/v1/artifactTypes
2022-02-06T00:52:02.090Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-06T00:52:02.403Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-06T00:52:02.423Z||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-02-06T00:52:02.442Z||scheduling-1|||||DEBUG|500||create keys
2022-02-06T00:52:02.448Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-06T00:52:02.765Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:52:02.781Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 91f3e02f-46ee-4ea3-b22d-812ce4512884 url= /sdc/v1/registerForDistribution
2022-02-06T00:52:03.853Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 91f3e02f-46ee-4ea3-b22d-812ce4512884 url= /sdc/v1/registerForDistribution
2022-02-06T00:52:03.854Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-06T00:52:03.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:52:03.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:52:03.868Z||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-02-06T00:52:03.868Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:52:03.867Z||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-02-06T00:52:03.868Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-06T00:52:03.868Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:52:14.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:52:15.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:53:03.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:53:03.862Z||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-02-06T00:53:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:53:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:53:03.863Z||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-02-06T00:53:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:53:13.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:53:13.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:54:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:54:03.862Z||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-02-06T00:54:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:54:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:54:03.864Z||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-02-06T00:54:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:54:13.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:54:13.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:55:03.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:55:03.863Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:55:03.865Z||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-02-06T00:55:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:55:03.865Z||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-02-06T00:55:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:55:13.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:55:13.403Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:56:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:56:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:56:03.865Z||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-02-06T00:56:03.865Z||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-02-06T00:56:03.866Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:56:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:56:13.408Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:56:13.409Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:57:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:57:03.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:57:03.864Z||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-02-06T00:57:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:57:03.864Z||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-02-06T00:57:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:57:13.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:57:13.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:58:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:58:03.862Z||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-02-06T00:58:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:58:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:58:03.863Z||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-02-06T00:58:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:58:13.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:58:13.416Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:59:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:59:03.862Z||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-02-06T00:59:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:59:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T00:59:03.864Z||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-02-06T00:59:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T00:59:13.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T00:59:13.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:00:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:00:03.862Z||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-02-06T01:00:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:00:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:00:03.863Z||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-02-06T01:00:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:00:13.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:00:13.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:01:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:01:03.862Z||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-02-06T01:01:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:01:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:01:03.863Z||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-02-06T01:01:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:01:13.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:01:13.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:02:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:02:03.862Z||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-02-06T01:02:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:02:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:02:03.863Z||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-02-06T01:02:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:02:13.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:02:13.401Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:02:14.898Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-06T01:03:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:03:03.862Z||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-02-06T01:03:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:03:03.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:03:03.863Z||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-02-06T01:03:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:03:13.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:03:13.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:04:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:04:03.861Z||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-02-06T01:04:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:04:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:04:03.863Z||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-02-06T01:04:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:04:13.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:04:13.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:05:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:05:03.862Z||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-02-06T01:05:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:05:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:05:03.863Z||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-02-06T01:05:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:05:13.398Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:05:13.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:06:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:06:03.862Z||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-02-06T01:06:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:06:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:06:03.863Z||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-02-06T01:06:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:06:13.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:06:13.401Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:07:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:07:03.862Z||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-02-06T01:07:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:07:03.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:07:03.863Z||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-02-06T01:07:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:07:13.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:07:13.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:08:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:08:03.862Z||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-02-06T01:08:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:08:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:08:03.863Z||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-02-06T01:08:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:08:13.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:08:13.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:09:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:09:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:09:03.862Z||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-02-06T01:09:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:09:03.863Z||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-02-06T01:09:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:09:13.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:09:13.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:10:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:10:03.862Z||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-02-06T01:10:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:10:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:10:03.863Z||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-02-06T01:10:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:10:13.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:10:13.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:11:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:11:03.862Z||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-02-06T01:11:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:11:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:11:03.863Z||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-02-06T01:11:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:11:13.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:11:13.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:12:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:12:03.862Z||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-02-06T01:12:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:12:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:12:03.863Z||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-02-06T01:12:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:12:13.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:12:13.406Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:13:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:13:03.862Z||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-02-06T01:13:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:13:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:13:03.863Z||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-02-06T01:13:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:13:13.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:13:13.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:14:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:14:03.861Z||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-02-06T01:14:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:14:03.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:14:03.863Z||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-02-06T01:14:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:14:13.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:14:13.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:15:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:15:03.862Z||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-02-06T01:15:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:15:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:15:03.863Z||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-02-06T01:15:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:15:13.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:15:13.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:16:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:16:03.862Z||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-02-06T01:16:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:16:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:16:03.863Z||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-02-06T01:16:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:16:13.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:16:13.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:17:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:17:03.861Z||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-02-06T01:17:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:17:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:17:03.863Z||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-02-06T01:17:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:17:13.395Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:17:13.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:18:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:18:03.862Z||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-02-06T01:18:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:18:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:18:03.863Z||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-02-06T01:18:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:18:13.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:18:13.404Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:19:03.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:19:03.862Z||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-02-06T01:19:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:19:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:19:03.863Z||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-02-06T01:19:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:19:13.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:19:13.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:20:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:20:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:20:03.863Z||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-02-06T01:20:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:20:03.863Z||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-02-06T01:20:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:20:13.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:20:13.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:21:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:21:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:21:03.863Z||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-02-06T01:21:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:21:03.863Z||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-02-06T01:21:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:21:13.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:21:13.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:22:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:22:03.862Z||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-02-06T01:22:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:22:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:22:03.863Z||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-02-06T01:22:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:22:13.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:22:13.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:23:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:23:03.862Z||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-02-06T01:23:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:23:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:23:03.864Z||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-02-06T01:23:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:23:13.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:23:13.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:24:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:24:03.862Z||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-02-06T01:24:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:24:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:24:03.863Z||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-02-06T01:24:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:24:13.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:24:13.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:25:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:25:03.862Z||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-02-06T01:25:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:25:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:25:03.863Z||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-02-06T01:25:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:25:13.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:25:13.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:26:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:26:03.862Z||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-02-06T01:26:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:26:03.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:26:03.863Z||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-02-06T01:26:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:26:13.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:26:13.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:27:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:27:03.862Z||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-02-06T01:27:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:27:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:27:03.863Z||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-02-06T01:27:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:27:13.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:27:13.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:28:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:28:03.862Z||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-02-06T01:28:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:28:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:28:03.863Z||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-02-06T01:28:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:28:13.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:28:13.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:29:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:29:03.861Z||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-02-06T01:29:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:29:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:29:03.863Z||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-02-06T01:29:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:29:13.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:29:13.395Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:30:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:30:03.862Z||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-02-06T01:30:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:30:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:30:03.863Z||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-02-06T01:30:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:30:13.398Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:30:13.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:31:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:31:03.862Z||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-02-06T01:31:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:31:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:31:03.863Z||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-02-06T01:31:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:31:13.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:31:13.400Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:32:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:32:03.862Z||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-02-06T01:32:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:32:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:32:03.863Z||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-02-06T01:32:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:32:13.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:32:13.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:33:03.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:33:03.862Z||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-02-06T01:33:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:33:03.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:33:03.863Z||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-02-06T01:33:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:33:13.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:33:13.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:34:03.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:34:03.861Z||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-02-06T01:34:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:34:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:34:03.863Z||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-02-06T01:34:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:34:13.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:34:13.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:03.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:35:03.861Z||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-02-06T01:35:03.861Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:35:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:35:03.863Z||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-02-06T01:35:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:35:05.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:05.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-06T01:35:05.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a65fa40a-6b2f-4d89-a786-fb4b3d1103cd","serviceName":"basic_onboard_juoNIU","serviceVersion":"1.0","serviceUUID":"07b26c5b-8dce-4cf5-938b-e87c710cf277","serviceDescription":"service","serviceInvariantUUID":"0cebc636-a989-41ee-8123-3b502de339f3","resources":[{"resourceInstanceName":"basic_onboard_juoNIU 0","resourceName":"basic_onboard_juoNIU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9","resourceInvariantUUID":"960e983e-4106-4de7-9528-a428cf42b7f2","resourceCustomizationUUID":"fcab95dc-2783-46fb-9ed8-63e9bf2997d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVlN2M5Y2NiOTk4YTdiMWE0OWU0OTVkNmVjMjRiOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99f57f48-97a0-4bca-b67a-94ac91cd0dfc","artifactVersion":"1"},{"artifactName":"basic_onboard_juoniu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json","artifactChecksum":"ZmM3M2ZhMDU0ZTkxMTc0MDEwMzRiNTRjMGNkMjZhNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20679c6b-cc4e-490f-9400-72d6bf84ec8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4eee453f-3376-4a96-8f15-a17826fb4bb4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0231ee19-2bca-493b-b6b1-fb0df4def9db","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c4a7f0bb-9728-49fa-a0f6-68f161953ac3","artifactVersion":"2","generatedFromUUID":"4eee453f-3376-4a96-8f15-a17826fb4bb4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJuoniu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml","artifactChecksum":"MGE3MmM4ODNlNTE3OWVjNzNlYTlkYWIwOTQxMmMwMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b09e470-04a4-4011-ab02-92161cc9952f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJuoniu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar","artifactChecksum":"NGMxZTdlMDdlNjExMmYzNzIxZDg0OGMzNTQ5NGZjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a0e1fd2-66a1-4d88-8318-e0855e8403ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:35:05.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:05.971Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:05.979Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:05.980Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.080Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-06T01:35:06.084Z||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-02-06T01:35:06.084Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:06.097Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:06.098Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:06.212Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:06.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:35:06.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111299890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111298085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:35:06.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:35:06.984Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:06.985Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:06.986Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:06.986Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:35:07.087Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:07.088Z||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-02-06T01:35:07.088Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:07.103Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:07.103Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:07.987Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:07.988Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:07.990Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:07.990Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:35:08.090Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:08.091Z||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-02-06T01:35:08.091Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:08.099Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:08.099Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:08.990Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:08.991Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:08.993Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:08.993Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:35:09.094Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:35:09.095Z||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-02-06T01:35:09.095Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:09.113Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:09.114Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:09.994Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:09.994Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:09.996Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:09.997Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-06T01:35:10.097Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:10.097Z||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-02-06T01:35:10.098Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:10.106Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:10.106Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:10.997Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:10.998Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:10.999Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:10.999Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:35:11.099Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:11.100Z||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-02-06T01:35:11.100Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:11.113Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:11.113Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:12.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:35:12.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:12.002Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:12.002Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:35:12.102Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:12.103Z||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-02-06T01:35:12.103Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:12.111Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:12.112Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:13.004Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "serviceName": "basic_onboard_juoNIU",
  "serviceVersion": "1.0",
  "serviceUUID": "07b26c5b-8dce-4cf5-938b-e87c710cf277",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cebc636-a989-41ee-8123-3b502de339f3",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_juoNIU 0",
      "resourceCustomizationUUID": "fcab95dc-2783-46fb-9ed8-63e9bf2997d7",
      "resourceName": "basic_onboard_juoNIU",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9",
      "resourceInvariantUUID": "960e983e-4106-4de7-9528-a428cf42b7f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_juoniu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
          "artifactChecksum": "ZmM3M2ZhMDU0ZTkxMTc0MDEwMzRiNTRjMGNkMjZhNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "20679c6b-cc4e-490f-9400-72d6bf84ec8e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4eee453f-3376-4a96-8f15-a17826fb4bb4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c4a7f0bb-9728-49fa-a0f6-68f161953ac3",
            "generatedFromUUID": "4eee453f-3376-4a96-8f15-a17826fb4bb4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c4a7f0bb-9728-49fa-a0f6-68f161953ac3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJuoniu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
      "artifactChecksum": "NGMxZTdlMDdlNjExMmYzNzIxZDg0OGMzNTQ5NGZjM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a0e1fd2-66a1-4d88-8318-e0855e8403ae"
    }
  ],
  "workloadContext": "Production"
}
2022-02-06T01:35:13.005Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:35:13.005Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07b26c5b-8dce-4cf5-938b-e87c710cf277 ASDC
2022-02-06T01:35:13.102Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
ServiceName:basic_onboard_juoNIU
ServiceVersion:1.0
ServiceUUID:07b26c5b-8dce-4cf5-938b-e87c710cf277
ServiceInvariantUUID:0cebc636-a989-41ee-8123-3b502de339f3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJuoniu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
ArtifactUUID:7a0e1fd2-66a1-4d88-8318-e0855e8403ae
ArtifactChecksum:NGMxZTdlMDdlNjExMmYzNzIxZDg0OGMzNTQ5NGZjM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_juoNIU 0
ResourceCustomizationUUID:fcab95dc-2783-46fb-9ed8-63e9bf2997d7
ResourceInvariantUUID:960e983e-4106-4de7-9528-a428cf42b7f2
ResourceName:basic_onboard_juoNIU
ResourceType:VF
ResourceUUID:0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_juoniu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
ArtifactUUID:20679c6b-cc4e-490f-9400-72d6bf84ec8e
ArtifactChecksum:ZmM3M2ZhMDU0ZTkxMTc0MDEwMzRiNTRjMGNkMjZhNWM=
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/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4eee453f-3376-4a96-8f15-a17826fb4bb4
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/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
ArtifactUUID:c4a7f0bb-9728-49fa-a0f6-68f161953ac3
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/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
ArtifactUUID:c4a7f0bb-9728-49fa-a0f6-68f161953ac3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-06T01:35:13.103Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07b26c5b-8dce-4cf5-938b-e87c710cf277 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:35:13.309Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:35:13.310Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-06T01:35:13.310Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-06T01:35:13.311Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7a0e1fd2-66a1-4d88-8318-e0855e8403ae from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:13.311Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:13.312Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:13.471Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:13.484Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar 7a0e1fd2-66a1-4d88-8318-e0855e8403ae 71557
2022-02-06T01:35:13.485Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar ASDC sendASDCNotification
2022-02-06T01:35:13.486Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:13.486Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:13.487Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:13.489Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:13.489Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111313484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:35:13.589Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:13.590Z||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-02-06T01:35:13.590Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:13.597Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:13.597Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:14.489Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:35:14.490Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-06T01:35:14.491Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7a0e1fd2-66a1-4d88-8318-e0855e8403ae, URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar to file: /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.491Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.548Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.548Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:14.973Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9571647703008293054/Definitions/service-BasicOnboardJuoniu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-06T01:35:16.721Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:35:16.730Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_juoNIU 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.731Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.732Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:16.732Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-06T01:35:16.738Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.739Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.742Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.742Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-06T01:35:16.743Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:35:16.745Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.746Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.748Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:35:16.749Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.750Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:35:16.750Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.751Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is not matching search criteria
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T01:35:16.752Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbfa1bc2-2870-40dc-8838-6dc217f844e1
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.753Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.754Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:16.754Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:16.754Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_juoNIU
Description:service
Model UUID:07b26c5b-8dce-4cf5-938b-e87c710cf277
Model Version:NULL
Model InvariantUuid:0cebc636-a989-41ee-8123-3b502de339f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_juoNIU
Model UUID:20cb6a94-417f-4c4d-8845-0fd8705ad9b3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:960e983e-4106-4de7-9528-a428cf42b7f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fcab95dc-2783-46fb-9ed8-63e9bf2997d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:70519620-1f0b-4de4-b7e0-dae873566dd5
ModelName:BasicOnboardJuoniu..base_ubuntu18..module-0
ModelUuid:d011d8ee-7b41-4a09-83ff-15a561187241
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cbfa1bc2-2870-40dc-8838-6dc217f844e1
ModelInvariantUuid:e1374bf7-fa0a-4811-805d-9b5ba095a0fc
ModelName:basic_onboard_juoNIU-nodes.ubuntu18Cvfc
ModelUuid:060759c9-e58f-4fce-881f-049f9cda68b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5ebad4fb-928d-4635-a1b4-77fb3169e62d
ModelInvariantUuid:2ee26937-38d1-4469-8090-8c6b2401f7bf
ModelName:BasicOnboardJuoniu.compute.nodes.heat.ubuntu18
ModelUuid:d1b46981-00fe-439f-8183-28f0404ad2e2
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-02-06T01:35:16.770Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9
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-02-06T01:35:16.849Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||basic_onboard_juoNIU 0
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 20679c6b-cc4e-490f-9400-72d6bf84ec8e from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:16.856Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:16.900Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json 20679c6b-cc4e-490f-9400-72d6bf84ec8e 798
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json ASDC sendASDCNotification
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:16.901Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:16.903Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:16.904Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111316901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:35:17.004Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:17.005Z||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-02-06T01:35:17.005Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:17.018Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:17.019Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:17.905Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJuoniu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "70519620-1f0b-4de4-b7e0-dae873566dd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d011d8ee-7b41-4a09-83ff-15a561187241",
    "vfModuleModelCustomizationUUID": "21af4a10-0d91-455b-9661-d81a4c4e8a7c",
    "isBase": true,
    "artifacts": [
      "4eee453f-3376-4a96-8f15-a17826fb4bb4",
      "c4a7f0bb-9728-49fa-a0f6-68f161953ac3"
    ],
    "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-02-06T01:35:17.918Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuoniu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d011d8ee-7b41-4a09-83ff-15a561187241
VfModuleModelInvariantUUID:70519620-1f0b-4de4-b7e0-dae873566dd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4eee453f-3376-4a96-8f15-a17826fb4bb4
,
c4a7f0bb-9728-49fa-a0f6-68f161953ac3

}
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-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJuoniu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "70519620-1f0b-4de4-b7e0-dae873566dd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d011d8ee-7b41-4a09-83ff-15a561187241",
    "vfModuleModelCustomizationUUID": "21af4a10-0d91-455b-9661-d81a4c4e8a7c",
    "isBase": true,
    "artifacts": [
      "4eee453f-3376-4a96-8f15-a17826fb4bb4",
      "c4a7f0bb-9728-49fa-a0f6-68f161953ac3"
    ],
    "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-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuoniu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d011d8ee-7b41-4a09-83ff-15a561187241
VfModuleModelInvariantUUID:70519620-1f0b-4de4-b7e0-dae873566dd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4eee453f-3376-4a96-8f15-a17826fb4bb4
,
c4a7f0bb-9728-49fa-a0f6-68f161953ac3

}
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-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4eee453f-3376-4a96-8f15-a17826fb4bb4 from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:17.922Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:17.923Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:18.183Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:18.183Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml 4eee453f-3376-4a96-8f15-a17826fb4bb4 5033
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:18.184Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:18.187Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:18.187Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111318183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:35:18.287Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:18.288Z||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-02-06T01:35:18.288Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:18.298Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:18.298Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:19.188Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c4a7f0bb-9728-49fa-a0f6-68f161953ac3 from URL: /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:19.188Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-06T01:35:19.188Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:19.378Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-06T01:35:19.378Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env c4a7f0bb-9728-49fa-a0f6-68f161953ac3 909
2022-02-06T01:35:19.378Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T01:35:19.379Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:19.379Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:35:19.379Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:19.381Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:19.381Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111319378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:35:19.481Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:19.482Z||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-02-06T01:35:19.482Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:19.493Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:19.493Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:20.382Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 07b26c5b-8dce-4cf5-938b-e87c710cf277
2022-02-06T01:35:20.382Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_juoNIU 0 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9 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-02-06T01:35:20.409Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bef8e6b, org.onap.sdc.toscaparser.api.parameters.Input@5c4ef3e1, org.onap.sdc.toscaparser.api.parameters.Input@37d34678, org.onap.sdc.toscaparser.api.parameters.Input@6b73c368, org.onap.sdc.toscaparser.api.parameters.Input@6c6894bb]
2022-02-06T01:35:20.412Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.412Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fcab95dc-2783-46fb-9ed8-63e9bf2997d7
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fcab95dc-2783-46fb-9ed8-63e9bf2997d7 matches Tosca VF Customization UUID: fcab95dc-2783-46fb-9ed8-63e9bf2997d7
2022-02-06T01:35:20.413Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fcab95dc-2783-46fb-9ed8-63e9bf2997d7  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-02-06T01:35:20.418Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.418Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fcab95dc-2783-46fb-9ed8-63e9bf2997d7: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ae9265b
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.419Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:35:20.420Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21af4a10-0d91-455b-9661-d81a4c4e8a7c
2022-02-06T01:35:20.421Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21af4a10-0d91-455b-9661-d81a4c4e8a7c
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-02-06T01:35:20.424Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.425Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.425Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:20.425Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is not matching search criteria
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T01:35:20.426Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:35:20.427Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cbfa1bc2-2870-40dc-8838-6dc217f844e1
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-02-06T01:35:20.431Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.431Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_juoNIU 0 is matching search criteria
2022-02-06T01:35:20.432Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_juoNIU 0] matching following query criteria: sdcType=VF, customizationUUID=fcab95dc-2783-46fb-9ed8-63e9bf2997d7
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-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 07b26c5b-8dce-4cf5-938b-e87c710cf277: basic_onboard_juoNIU
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.435Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.436Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:35:20.436Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_juoNIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:35:20.436Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_juoNIU 
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-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_juoNIU 0bf0fda1-ab4a-4f0d-9f3e-2263382a2de9 1 ASDC deployResourceStructure
2022-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json ASDC sendASDCNotification
2022-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json
2022-02-06T01:35:20.566Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:20.567Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:20.569Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:20.569Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111320566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:35:20.669Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:20.670Z||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-02-06T01:35:20.670Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:20.685Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:20.685Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:21.570Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:21.572Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:21.572Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111321569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:35:21.672Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:35:21.673Z||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-02-06T01:35:21.673Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:21.687Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:21.688Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:35:22.573Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T01:35:22.573Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env
2022-02-06T01:35:22.573Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:22.574Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:22.575Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:22.575Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111322573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:35:22.676Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:35:22.676Z||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-02-06T01:35:22.677Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:22.686Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:22.686Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:23.576Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar ASDC sendASDCNotification
2022-02-06T01:35:23.577Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar
2022-02-06T01:35:23.577Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:35:23.577Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:35:23.579Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:35:23.579Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111323576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:35:23.679Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:35:23.680Z||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-02-06T01:35:23.680Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:35:23.692Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:35:23.693Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:35:24.580Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:35:24.597Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
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-02-06T01:35:24.598Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:35:24.598Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:35:24.598Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:35:54.599Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:35:54.604Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
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-02-06T01:35:54.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:35:54.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:35:54.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:36:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:36:03.863Z||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-02-06T01:36:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:36:03.880Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:36:03.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:36:03.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111296848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111296739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:36:03.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:36:24.606Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:36:24.611Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
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-02-06T01:36:24.612Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:36:24.613Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:36:24.613Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:36:54.613Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:36:54.619Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
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-02-06T01:36:54.620Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:36:54.620Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:36:54.620Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:37:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:37:03.863Z||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-02-06T01:37:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:37:03.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:37:03.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:37:03.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111302051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:37:03.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:37:03.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:37:03.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111297140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:37:03.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:37:24.621Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:37:24.627Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
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-02-06T01:37:24.628Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:37:24.628Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:37:24.629Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:37:54.629Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:37:54.635Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
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-02-06T01:37:54.636Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:37:54.636Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:37:54.636Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:38:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:38:03.863Z||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-02-06T01:38:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:38:04.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:38:04.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111299890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111298085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111302051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111296739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111296848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111297140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111299890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111298085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111302051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111296739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111296848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111297140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111299890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111298085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111296739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111302051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111296848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111297140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111299890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111298085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111302051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111296739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111296848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111297140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111299890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111298085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111296739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111302051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111296848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111297140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111299890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111298085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111302051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111303861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111296739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111296848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111297140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111313382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111313390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111313436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111313444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111313484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "cds",
  "timestamp": 1644111314396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-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-02-06T01:38:04.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.434Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd 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-02-06T01:38:04.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111314449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111314485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "policy-id",
  "timestamp": 1644111315453,
  "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-02-06T01:38:04.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd 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-02-06T01:38:04.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111315539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111316605,
  "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-02-06T01:38:04.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.452Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-06T01:38:04.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111316901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111317609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111318183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111319378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111319838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111320566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111320918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111320312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111321569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "clamp",
  "timestamp": 1644111321922,
  "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-02-06T01:38:04.464Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.464Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd 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-02-06T01:38:04.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111320312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/basic_onboard_juoniu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111322573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111320312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111323488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111323576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111320312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "aai-ml",
  "timestamp": 1644111324492,
  "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-02-06T01:38:04.474Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.474Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd 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-02-06T01:38:04.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111320312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/resourceInstances/basic_onboard_juoniu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111320312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111320312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:38:04.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111328150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111331864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuoniu/1.0/artifacts/service-BasicOnboardJuoniu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:38:04.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:38:04.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111332873,
  "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-02-06T01:38:04.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
2022-02-06T01:38:04.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a65fa40a-6b2f-4d89-a786-fb4b3d1103cd 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-02-06T01:38:24.637Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:38:24.644Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd
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-02-06T01:38:24.646Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:38:24.646Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:38:24.646Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:38:24.647Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:38:24.650Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:38:54.651Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd 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-02-06T01:38:54.657Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and serviceModelVersionId: 07b26c5b-8dce-4cf5-938b-e87c710cf277
2022-02-06T01:38:54.657Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cebc636-a989-41ee-8123-3b502de339f3
2022-02-06T01:39:03.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:03.863Z||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-02-06T01:39:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:06.408Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0
2022-02-06T01:39:06.503Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:39:06.931Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|INFO|500||Invoke
2022-02-06T01:39:06.938Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a65fa40a-6b2f-4d89-a786-fb4b3d1103cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42014367-c696-407f-bfa2-76e855b27725], X-ECOMP-RequestID=[a65fa40a-6b2f-4d89-a786-fb4b3d1103cd], X-TransactionId=[], X-ONAP-RequestID=[a65fa40a-6b2f-4d89-a786-fb4b3d1103cd], Content-Type=[application/merge-patch+json]}
2022-02-06T01:39:07.046Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-06T01:39:07.428Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?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/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220206-01:39:07:056-92285], vertex-id=[336008], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:39:07 GMT], Content-Type=[application/json]}
2022-02-06T01:39:07.429Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:39:07.430Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0cebc636-a989-41ee-8123-3b502de339f3/model-vers/model-ver/07b26c5b-8dce-4cf5-938b-e87c710cf277?depth=0|INFO|500||InvokeReturn
2022-02-06T01:39:07.433Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:39:07.434Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-06T01:39:07.437Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-06T01:39:07.444Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a65fa40a-6b2f-4d89-a786-fb4b3d1103cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:39:07.444Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:39:07.445Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:39:07.446Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:39:07.446Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111547444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:39:07.547Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:39:07.547Z||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-02-06T01:39:07.547Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:39:07.557Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:39:07.557Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:39:08.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:39:08.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:39:08.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a65fa40a-6b2f-4d89-a786-fb4b3d1103cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111547444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:39:08.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-06T01:39:08.458Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:08.459Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T01:39:08.459Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:19.231Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:39:19.232Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:19.232Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T01:39:19.232Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:28.762Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:39:28.763Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:28.763Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T01:39:28.763Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:38.293Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:39:38.294Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:39:38.295Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T01:39:38.295Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:39:47.827Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:40:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:40:03.862Z||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-02-06T01:40:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:40:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:40:03.863Z||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-02-06T01:40:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:40:13.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:40:13.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:03.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:41:03.862Z||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-02-06T01:41:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:41:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:41:03.863Z||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-02-06T01:41:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:41:04.572Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:04.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:41:04.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8da21065-c5e2-4490-9c6a-cf41b0065395","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"82729479-ad9b-4ccd-97c5-8cc71a9859b6","serviceDescription":"service","serviceInvariantUUID":"7dc0b9f4-1675-4be6-9099-14d0ea8b3413","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99a0b390-8061-405a-b07e-3ee4e5f31f17","resourceInvariantUUID":"08d0b909-66eb-4e5f-9659-cdeaa6e65c78","resourceCustomizationUUID":"1afd32f1-15d8-4576-aab6-1f01b5398c49","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":"MjUwZTlmOTAzNWFjZjFmNmUwYjYzNjc3OThjYWUxYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5eece0d6-575c-491b-8a57-92b829ea8a8d","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":"NDM3NmQyZjRlZWQ5NGE2YjJkMzg1NDJhZWUyMjZmNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"977e11c5-8d25-4187-b667-58e8859c68e4","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":"85f7a138-491b-4103-bd32-28faf4f7b928","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":"c2bdb05a-07a1-444e-ac17-c5dd40ee40b2","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":"aae5dd0c-5d59-475c-a039-e4e0bd33cb8f","artifactVersion":"2","generatedFromUUID":"85f7a138-491b-4103-bd32-28faf4f7b928"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWZkMTJiOThhY2MzYWYzZGZhN2NkZGQ3OTVmYWU4YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"793b9caa-abef-4c65-ae58-4cbd9d98ed63","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjZiMjczZTZiMmZkMzMxZjQ2NmUwNzVlYjBiZTFhNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de46dfb0-0128-4762-ade3-7d6af0ebe7fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:41:04.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:04.576Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:04.578Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:04.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:41:04.678Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:04.679Z||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-02-06T01:41:04.679Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:04.689Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:04.690Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:04.802Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:04.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:41:04.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:41:04.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:41:05.578Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:05.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:05.581Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:05.581Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:41:05.682Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:05.683Z||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-02-06T01:41:05.683Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:05.699Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:05.699Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:06.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:06.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:06.584Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:06.584Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:41:06.685Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:41:06.685Z||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-02-06T01:41:06.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:06.699Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:06.699Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:07.585Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:07.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:07.588Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:07.588Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:41:07.689Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:41:07.690Z||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-02-06T01:41:07.690Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:07.709Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:07.709Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:08.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:08.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:08.591Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:08.591Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-06T01:41:08.691Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:08.692Z||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-02-06T01:41:08.692Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:08.724Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:08.724Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:09.591Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:09.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:09.593Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:09.594Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:41:09.694Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:09.695Z||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-02-06T01:41:09.695Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:09.704Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:09.704Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:10.594Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:41:10.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:10.596Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:10.597Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:41:10.696Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:41:10.697Z||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-02-06T01:41:10.697Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:10.706Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:10.707Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:11.599Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "82729479-ad9b-4ccd-97c5-8cc71a9859b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7dc0b9f4-1675-4be6-9099-14d0ea8b3413",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1afd32f1-15d8-4576-aab6-1f01b5398c49",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "99a0b390-8061-405a-b07e-3ee4e5f31f17",
      "resourceInvariantUUID": "08d0b909-66eb-4e5f-9659-cdeaa6e65c78",
      "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": "NDM3NmQyZjRlZWQ5NGE2YjJkMzg1NDJhZWUyMjZmNDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "977e11c5-8d25-4187-b667-58e8859c68e4",
          "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": "85f7a138-491b-4103-bd32-28faf4f7b928",
          "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": "aae5dd0c-5d59-475c-a039-e4e0bd33cb8f",
            "generatedFromUUID": "85f7a138-491b-4103-bd32-28faf4f7b928"
          },
          "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": "aae5dd0c-5d59-475c-a039-e4e0bd33cb8f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjZiMjczZTZiMmZkMzMxZjQ2NmUwNzVlYjBiZTFhNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de46dfb0-0128-4762-ade3-7d6af0ebe7fd"
    }
  ],
  "workloadContext": "Production"
}
2022-02-06T01:41:11.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:41:11.599Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82729479-ad9b-4ccd-97c5-8cc71a9859b6 ASDC
2022-02-06T01:41:11.599Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8da21065-c5e2-4490-9c6a-cf41b0065395
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:82729479-ad9b-4ccd-97c5-8cc71a9859b6
ServiceInvariantUUID:7dc0b9f4-1675-4be6-9099-14d0ea8b3413
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:de46dfb0-0128-4762-ade3-7d6af0ebe7fd
ArtifactChecksum:MjZiMjczZTZiMmZkMzMxZjQ2NmUwNzVlYjBiZTFhNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1afd32f1-15d8-4576-aab6-1f01b5398c49
ResourceInvariantUUID:08d0b909-66eb-4e5f-9659-cdeaa6e65c78
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:99a0b390-8061-405a-b07e-3ee4e5f31f17
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:977e11c5-8d25-4187-b667-58e8859c68e4
ArtifactChecksum:NDM3NmQyZjRlZWQ5NGE2YjJkMzg1NDJhZWUyMjZmNDc=
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:85f7a138-491b-4103-bd32-28faf4f7b928
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:aae5dd0c-5d59-475c-a039-e4e0bd33cb8f
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:aae5dd0c-5d59-475c-a039-e4e0bd33cb8f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-06T01:41:11.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82729479-ad9b-4ccd-97c5-8cc71a9859b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:41:11.625Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:41:11.625Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: de46dfb0-0128-4762-ade3-7d6af0ebe7fd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:11.626Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:12.103Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:12.107Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de46dfb0-0128-4762-ade3-7d6af0ebe7fd 71036
2022-02-06T01:41:12.108Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-06T01:41:12.108Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:12.108Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:12.109Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:12.111Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:12.111Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111672108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:41:12.211Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:12.212Z||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-02-06T01:41:12.212Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:12.223Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:12.223Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:13.112Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:41:13.112Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: de46dfb0-0128-4762-ade3-7d6af0ebe7fd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:13.113Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:13.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10252268862360044648/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.338Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.339Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:41:14.340Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-06T01:41:14.341Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.342Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-06T01:41:14.343Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64b9bcf5-c474-4d18-a3ca-623dc8325b16
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:14.344Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:14.345Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:82729479-ad9b-4ccd-97c5-8cc71a9859b6
Model Version:NULL
Model InvariantUuid:7dc0b9f4-1675-4be6-9099-14d0ea8b3413
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bc971b68-c3f3-4479-a604-c301b76f9c8d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08d0b909-66eb-4e5f-9659-cdeaa6e65c78
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1afd32f1-15d8-4576-aab6-1f01b5398c49
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:71a9c596-c25b-4243-be02-c5c33fdc373b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6e4ce733-2b92-40ea-834b-c73e36eea935
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64b9bcf5-c474-4d18-a3ca-623dc8325b16
ModelInvariantUuid:4a3e4c24-ba80-4117-8feb-9f178a49ecde
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:2c4c221b-a455-4510-be68-4809b7aded70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:92b7c743-b254-4909-8b98-ba03d04e71ff
ModelInvariantUuid:09757ad4-32ca-42bf-8c5b-8b917f0f69f9
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0d8bd7bf-33fd-4054-b0ee-d3a067fa0143
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-02-06T01:41:14.350Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 99a0b390-8061-405a-b07e-3ee4e5f31f17
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-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99a0b390-8061-405a-b07e-3ee4e5f31f17
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 977e11c5-8d25-4187-b667-58e8859c68e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:14.353Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.393Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 977e11c5-8d25-4187-b667-58e8859c68e4 787
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:14.394Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:14.396Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:14.396Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111674394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:41:14.496Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:14.497Z||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-02-06T01:41:14.497Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:14.506Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:14.506Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:15.396Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "71a9c596-c25b-4243-be02-c5c33fdc373b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e4ce733-2b92-40ea-834b-c73e36eea935",
    "vfModuleModelCustomizationUUID": "c73cdf44-c758-43e3-ab99-338a7bff1dce",
    "isBase": true,
    "artifacts": [
      "85f7a138-491b-4103-bd32-28faf4f7b928",
      "aae5dd0c-5d59-475c-a039-e4e0bd33cb8f"
    ],
    "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-02-06T01:41:15.401Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e4ce733-2b92-40ea-834b-c73e36eea935
VfModuleModelInvariantUUID:71a9c596-c25b-4243-be02-c5c33fdc373b
VfModuleModelDescription:NULL
Artifacts UUID List:{
85f7a138-491b-4103-bd32-28faf4f7b928
,
aae5dd0c-5d59-475c-a039-e4e0bd33cb8f

}
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-02-06T01:41:15.402Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "71a9c596-c25b-4243-be02-c5c33fdc373b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e4ce733-2b92-40ea-834b-c73e36eea935",
    "vfModuleModelCustomizationUUID": "c73cdf44-c758-43e3-ab99-338a7bff1dce",
    "isBase": true,
    "artifacts": [
      "85f7a138-491b-4103-bd32-28faf4f7b928",
      "aae5dd0c-5d59-475c-a039-e4e0bd33cb8f"
    ],
    "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-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e4ce733-2b92-40ea-834b-c73e36eea935
VfModuleModelInvariantUUID:71a9c596-c25b-4243-be02-c5c33fdc373b
VfModuleModelDescription:NULL
Artifacts UUID List:{
85f7a138-491b-4103-bd32-28faf4f7b928
,
aae5dd0c-5d59-475c-a039-e4e0bd33cb8f

}
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-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85f7a138-491b-4103-bd32-28faf4f7b928 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:15.403Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:15.460Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 85f7a138-491b-4103-bd32-28faf4f7b928 5033
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:15.461Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:15.463Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:15.463Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111675461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:41:15.563Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:15.564Z||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-02-06T01:41:15.565Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:15.575Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:15.575Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:41:16.463Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aae5dd0c-5d59-475c-a039-e4e0bd33cb8f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-06T01:41:16.464Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:41:16.464Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:16.497Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:41:16.497Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env aae5dd0c-5d59-475c-a039-e4e0bd33cb8f 903
2022-02-06T01:41:16.497Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:16.498Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:16.498Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:41:16.498Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:16.499Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:16.499Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111676497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:41:16.600Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:16.600Z||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-02-06T01:41:16.601Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:16.614Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:16.615Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:41:17.500Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 82729479-ad9b-4ccd-97c5-8cc71a9859b6
2022-02-06T01:41:17.501Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 99a0b390-8061-405a-b07e-3ee4e5f31f17 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-02-06T01:41:17.512Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c871e57, org.onap.sdc.toscaparser.api.parameters.Input@227774ce, org.onap.sdc.toscaparser.api.parameters.Input@753ff15f, org.onap.sdc.toscaparser.api.parameters.Input@4daaaedd, org.onap.sdc.toscaparser.api.parameters.Input@91b6499]
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-02-06T01:41:17.513Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1afd32f1-15d8-4576-aab6-1f01b5398c49
2022-02-06T01:41:17.514Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1afd32f1-15d8-4576-aab6-1f01b5398c49 matches Tosca VF Customization UUID: 1afd32f1-15d8-4576-aab6-1f01b5398c49
2022-02-06T01:41:17.514Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1afd32f1-15d8-4576-aab6-1f01b5398c49  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-02-06T01:41:17.515Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.515Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1afd32f1-15d8-4576-aab6-1f01b5398c49: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27ff0623
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:41:17.516Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c73cdf44-c758-43e3-ab99-338a7bff1dce
2022-02-06T01:41:17.517Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c73cdf44-c758-43e3-ab99-338a7bff1dce
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-02-06T01:41:17.518Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.518Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.519Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-06T01:41:17.520Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-06T01:41:17.520Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-06T01:41:17.520Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64b9bcf5-c474-4d18-a3ca-623dc8325b16
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-02-06T01:41:17.521Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-06T01:41:17.522Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1afd32f1-15d8-4576-aab6-1f01b5398c49
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-02-06T01:41:17.523Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.523Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 82729479-ad9b-4ccd-97c5-8cc71a9859b6: basic_vm
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.524Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:41:17.525Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 99a0b390-8061-405a-b07e-3ee4e5f31f17 1 ASDC deployResourceStructure
2022-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:17.579Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:17.580Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:17.581Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:17.581Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111677579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:41:17.682Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:17.682Z||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-02-06T01:41:17.682Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:17.691Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:17.692Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:18.582Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:18.582Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:18.582Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:18.583Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:18.584Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:18.584Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111678582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:41:18.685Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:18.685Z||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-02-06T01:41:18.685Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:18.694Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:18.694Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:19.585Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:19.586Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:41:19.586Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:19.586Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:19.587Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:19.587Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111679585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:41:19.688Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:41:19.689Z||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-02-06T01:41:19.689Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:19.696Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:19.696Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:20.588Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-06T01:41:20.589Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-06T01:41:20.589Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:41:20.589Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:41:20.590Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:41:20.590Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111680588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:41:20.691Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:41:20.691Z||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-02-06T01:41:20.692Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:41:20.700Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:41:20.700Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:41:21.591Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:41:21.597Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
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-02-06T01:41:21.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:41:21.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:41:21.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:41:51.600Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:41:51.606Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
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-02-06T01:41:51.607Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:41:51.607Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:41:51.607Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:42:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:42:03.863Z||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-02-06T01:42:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:42:03.882Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:42:03.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:42:03.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111656848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:42:03.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:42:21.608Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:42:21.614Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
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-02-06T01:42:21.616Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:42:21.616Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:42:21.616Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:42:51.617Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:42:51.623Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
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-02-06T01:42:51.627Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:42:51.627Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:42:51.627Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:43:03.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:43:03.864Z||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-02-06T01:43:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:43:03.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:43:03.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111662051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111656739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:43:03.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111658085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111657140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:43:03.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:43:21.628Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:43:21.633Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
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-02-06T01:43:21.634Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:43:21.634Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:43:21.634Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:43:51.635Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:43:51.643Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
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-02-06T01:43:51.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:43:51.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:43:51.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:44:03.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:44:03.865Z||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-02-06T01:44:03.865Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:44:03.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:44:03.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111656848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111662051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111656739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111658085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111657140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111658085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111656739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111656848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111662051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111657140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111658085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111656848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111656739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111662051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111657140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111656739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111658085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111656848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111662051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111657140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111656739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111656848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111658085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111662051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111657140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111663861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111656739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111662051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111656848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111658085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111657140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111672106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111672108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111672111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111672130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111672111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "cds",
  "timestamp": 1644111673111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-06T01:44:03.914Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.914Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 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-02-06T01:44:03.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111673115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111673191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "policy-id",
  "timestamp": 1644111674117,
  "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-02-06T01:44:03.926Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.927Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 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-02-06T01:44:03.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111674234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111674394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111675254,
  "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-02-06T01:44:03.935Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.936Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-06T01:44:03.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111675461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111676257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111676497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111677382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111677579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "aai-ml",
  "timestamp": 1644111678385,
  "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-02-06T01:44:03.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.944Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 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-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111678582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111679585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111680588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111680313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111680313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111682876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111680313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111680313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111684886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111680313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "clamp",
  "timestamp": 1644111685890,
  "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-02-06T01:44:03.957Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.957Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 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-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111680313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111680313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111688057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111690360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111691373,
  "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-02-06T01:44:03.966Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8da21065-c5e2-4490-9c6a-cf41b0065395
2022-02-06T01:44:03.966Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8da21065-c5e2-4490-9c6a-cf41b0065395 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-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "cds",
  "timestamp": 1644111692051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111698085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111699890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "policy-id",
  "timestamp": 1644111697140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111698085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "cds",
  "timestamp": 1644111692051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111699890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "policy-id",
  "timestamp": 1644111697140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "cds",
  "timestamp": 1644111703887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "policy-id",
  "timestamp": 1644111703883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "cds",
  "timestamp": 1644111704892,
  "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-02-06T01:44:03.980Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:03.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b 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-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "policy-id",
  "timestamp": 1644111704886,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "policy-id",
  "timestamp": 1644111705888,
  "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-02-06T01:44:03.986Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:03.986Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b 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-02-06T01:44:03.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111710312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111710312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111713098,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111714527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:03.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111715531,
  "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-02-06T01:44:03.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:03.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b 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-02-06T01:44:04.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "aai-ml",
  "timestamp": 1644111716739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "clamp",
  "timestamp": 1644111716848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:04.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "aai-ml",
  "timestamp": 1644111716739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "clamp",
  "timestamp": 1644111716848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "aai-ml",
  "timestamp": 1644111719449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "aai-ml",
  "timestamp": 1644111722553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-06T01:44:04.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "aai-ml",
  "timestamp": 1644111723556,
  "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-02-06T01:44:04.005Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:44:04.006Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b 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-02-06T01:44:21.644Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:44:21.652Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395
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-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:44:21.654Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:44:21.657Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:44:51.658Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8da21065-c5e2-4490-9c6a-cf41b0065395 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-02-06T01:44:51.663Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8da21065-c5e2-4490-9c6a-cf41b0065395 and serviceModelVersionId: 82729479-ad9b-4ccd-97c5-8cc71a9859b6
2022-02-06T01:44:51.663Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dc0b9f4-1675-4be6-9099-14d0ea8b3413
2022-02-06T01:44:51.664Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0
2022-02-06T01:44:51.669Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:44:51.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|INFO|500||Invoke
2022-02-06T01:44:51.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8da21065-c5e2-4490-9c6a-cf41b0065395], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5fff179-7b57-46b0-b983-9e37a190eebd], X-ECOMP-RequestID=[8da21065-c5e2-4490-9c6a-cf41b0065395], X-TransactionId=[], X-ONAP-RequestID=[8da21065-c5e2-4490-9c6a-cf41b0065395], Content-Type=[application/merge-patch+json]}
2022-02-06T01:44:51.732Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-06T01:44:51.980Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?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/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220206-01:44:51:740-69477], vertex-id=[204928], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:44:51 GMT], Content-Type=[application/json]}
2022-02-06T01:44:51.980Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:44:51.980Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dc0b9f4-1675-4be6-9099-14d0ea8b3413/model-vers/model-ver/82729479-ad9b-4ccd-97c5-8cc71a9859b6?depth=0|INFO|500||InvokeReturn
2022-02-06T01:44:51.981Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:44:51.981Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:44:51.985Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||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-02-06T01:44:51.986Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8da21065-c5e2-4490-9c6a-cf41b0065395 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:44:51.986Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:44:51.986Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:44:51.988Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:44:51.988Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111891986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:44:52.089Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:44:52.090Z||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-02-06T01:44:52.090Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:44:52.102Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:44:52.102Z||pool-34-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-02-06T01:44:52.998Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:44:52.999Z|8da21065-c5e2-4490-9c6a-cf41b0065395|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-02-06T01:44:52.999Z|8da21065-c5e2-4490-9c6a-cf41b0065395|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 NynUlASnTely1qJQ) ...
2022-02-06T01:44:57.701Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:44:57.702Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:44:57.702Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5564d529-4943-4c08-9067-da0d56831a8b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6234fb11-8ad4-4798-a669-d0b512ae3d4c","serviceDescription":"service","serviceInvariantUUID":"d1e7943c-e3d5-433f-9278-4e7b109f36dd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e565065c-7d66-4f7e-acb3-643644667eb3","resourceInvariantUUID":"aa412104-00be-431f-a873-ef216f15f746","resourceCustomizationUUID":"6c04dad9-5ba2-42fa-b246-dbe60f0ea980","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":"Y2FiMTI5NGJhMmIyZjlkY2JiZjQ2NTQzMGViYjJmNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98343887-0ded-406f-b2a0-6e8fa9fb72c1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWUyMTdmMzQ5Y2Q3ZjdhNThhNmU4YmFjMWI0MDczZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3060a05-060f-4a0c-b799-f65c90bb3ccc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:44:57.704Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:44:57.704Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:44:57.705Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:44:57.705Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:44:57.805Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:44:57.806Z||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-02-06T01:44:57.806Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:44:57.815Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:44:57.816Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:44:58.706Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:44:58.706Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:44:58.708Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:44:58.708Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:44:58.808Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:44:58.809Z||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-02-06T01:44:58.809Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:44:58.818Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:44:58.818Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:44:59.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "6234fb11-8ad4-4798-a669-d0b512ae3d4c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d1e7943c-e3d5-433f-9278-4e7b109f36dd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6c04dad9-5ba2-42fa-b246-dbe60f0ea980",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e565065c-7d66-4f7e-acb3-643644667eb3",
      "resourceInvariantUUID": "aa412104-00be-431f-a873-ef216f15f746",
      "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": "YWUyMTdmMzQ5Y2Q3ZjdhNThhNmU4YmFjMWI0MDczZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3060a05-060f-4a0c-b799-f65c90bb3ccc"
    }
  ],
  "workloadContext": "Production"
}
2022-02-06T01:44:59.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:44:59.709Z|8da21065-c5e2-4490-9c6a-cf41b0065395|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6234fb11-8ad4-4798-a669-d0b512ae3d4c ASDC
2022-02-06T01:44:59.710Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5564d529-4943-4c08-9067-da0d56831a8b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6234fb11-8ad4-4798-a669-d0b512ae3d4c
ServiceInvariantUUID:d1e7943c-e3d5-433f-9278-4e7b109f36dd
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:f3060a05-060f-4a0c-b799-f65c90bb3ccc
ArtifactChecksum:YWUyMTdmMzQ5Y2Q3ZjdhNThhNmU4YmFjMWI0MDczZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6c04dad9-5ba2-42fa-b246-dbe60f0ea980
ResourceInvariantUUID:aa412104-00be-431f-a873-ef216f15f746
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e565065c-7d66-4f7e-acb3-643644667eb3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-06T01:44:59.710Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6234fb11-8ad4-4798-a669-d0b512ae3d4c 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-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f3060a05-060f-4a0c-b799-f65c90bb3ccc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:44:59.725Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:45:00.637Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f3060a05-060f-4a0c-b799-f65c90bb3ccc 52487
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:45:00.639Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:00.640Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:00.641Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:00.641Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111900639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:00.742Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:00.742Z||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-02-06T01:45:00.742Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:00.752Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:00.752Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:01.642Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:45:01.643Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:01.643Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f3060a05-060f-4a0c-b799-f65c90bb3ccc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:01.643Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-06T01:45:01.644Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:01.644Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:01.733Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9992078910515968983/Definitions/service-BasicNetwork-template.yml
2022-02-06T01:45:02.153Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:45:02.153Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:02.153Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:02.154Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.155Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.156Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.157Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:6234fb11-8ad4-4798-a669-d0b512ae3d4c
Model Version:NULL
Model InvariantUuid:d1e7943c-e3d5-433f-9278-4e7b109f36dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:aa412104-00be-431f-a873-ef216f15f746
Model UUID:8076e35b-5cf3-4c32-8f33-3ea6582aea62
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6c04dad9-5ba2-42fa-b246-dbe60f0ea980
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-02-06T01:45:02.163Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e565065c-7d66-4f7e-acb3-643644667eb3
2022-02-06T01:45:02.163Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||No resources found for Service: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
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-02-06T01:45:02.166Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
2022-02-06T01:45:02.167Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-06T01:45:02.168Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.171Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74ed5a2f, org.onap.sdc.toscaparser.api.parameters.Input@39fdf288, org.onap.sdc.toscaparser.api.parameters.Input@424c976f, org.onap.sdc.toscaparser.api.parameters.Input@65a664fa, org.onap.sdc.toscaparser.api.parameters.Input@7b046643]
2022-02-06T01:45:02.172Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.172Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.172Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6234fb11-8ad4-4798-a669-d0b512ae3d4c: Generic NeutronNet
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.173Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.195Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:02.196Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:02.248Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:45:02.249Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:02.251Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:02.251Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111902249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:02.351Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:02.352Z||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-02-06T01:45:02.352Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:02.359Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:02.359Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:03.252Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5564d529-4943-4c08-9067-da0d56831a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:45:03.256Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5564d529-4943-4c08-9067-da0d56831a8b
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-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:03.258Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:03.259Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:03.261Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:45:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:45:03.863Z||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-02-06T01:45:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:45:03.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:03.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "clamp",
  "timestamp": 1644111723881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "clamp",
  "timestamp": 1644111724899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "clamp",
  "timestamp": 1644111725902,
  "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-02-06T01:45:03.890Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5564d529-4943-4c08-9067-da0d56831a8b
2022-02-06T01:45:03.890Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5564d529-4943-4c08-9067-da0d56831a8b 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-02-06T01:45:03.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111739890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111738085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111737051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111740312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111737140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111752947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111752957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111752958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111752955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111753959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111753993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111754913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "policy-id",
  "timestamp": 1644111754961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:45:03.913Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.914Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 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-02-06T01:45:03.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "cds",
  "timestamp": 1644111755037,
  "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-02-06T01:45:03.919Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.920Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 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-02-06T01:45:03.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111755204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111755916,
  "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-02-06T01:45:03.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.926Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 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-02-06T01:45:03.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111746739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111756410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111746848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111757486,
  "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-02-06T01:45:03.932Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.932Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-06T01:45:03.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111757526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111758489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111762472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111762887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "aai-ml",
  "timestamp": 1644111763475,
  "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-02-06T01:45:03.937Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.938Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 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-02-06T01:45:03.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111765891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:03.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:45:03.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:45:03.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "clamp",
  "timestamp": 1644111766894,
  "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-02-06T01:45:03.944Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e20c94f9-e476-4fdf-b052-54d9e57be0f1
2022-02-06T01:45:03.944Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e20c94f9-e476-4fdf-b052-54d9e57be0f1 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-02-06T01:45:33.261Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5564d529-4943-4c08-9067-da0d56831a8b 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-02-06T01:45:33.264Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5564d529-4943-4c08-9067-da0d56831a8b and serviceModelVersionId: 6234fb11-8ad4-4798-a669-d0b512ae3d4c
2022-02-06T01:45:33.264Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1e7943c-e3d5-433f-9278-4e7b109f36dd
2022-02-06T01:45:33.265Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0
2022-02-06T01:45:33.268Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:45:33.304Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|INFO|500||Invoke
2022-02-06T01:45:33.304Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5564d529-4943-4c08-9067-da0d56831a8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[779d77df-c733-474d-9337-eadb703f7a35], X-ECOMP-RequestID=[5564d529-4943-4c08-9067-da0d56831a8b], X-TransactionId=[], X-ONAP-RequestID=[5564d529-4943-4c08-9067-da0d56831a8b], Content-Type=[application/merge-patch+json]}
2022-02-06T01:45:33.322Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-06T01:45:33.452Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?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/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220206-01:45:33:330-56889], vertex-id=[245848], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:45:33 GMT], Content-Type=[application/json]}
2022-02-06T01:45:33.452Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:45:33.453Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1e7943c-e3d5-433f-9278-4e7b109f36dd/model-vers/model-ver/6234fb11-8ad4-4798-a669-d0b512ae3d4c?depth=0|INFO|500||InvokeReturn
2022-02-06T01:45:33.453Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:45:33.453Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||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-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5564d529-4943-4c08-9067-da0d56831a8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:45:33.457Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:33.459Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:33.459Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111933457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:45:33.559Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:33.559Z||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-02-06T01:45:33.560Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:33.570Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:33.570Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 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-02-06T01:45:34.467Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:45:34.467Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e20c94f9-e476-4fdf-b052-54d9e57be0f1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad","serviceDescription":"service","serviceInvariantUUID":"5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5fcaa2c-8046-4582-a19b-3317c4feceaa","resourceInvariantUUID":"6df877e2-1241-40cf-b6e3-211fe07cdbeb","resourceCustomizationUUID":"54adc402-cf75-48c0-8f91-3ecdf50f94ad","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":"Nzk3ZTk3ZDdmZjAxYWUzZjAyYmU5YmZkNmYyOWM2MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5428772-c3d6-4593-b3db-a287b6992ab0","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":"YjVhNzlkZjVkOTUyNDJjNDU5ZTI1Y2RmOTA2NmM4ZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"333923ef-ed28-4871-99fd-b7bc40ac2a7f","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":"9a9ca24b-f916-40cb-894b-9dd22be60c29","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":"0f956f49-9024-44be-8070-67e2e2260318","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":"16b1fce6-d644-4722-b9e0-eb37b365fd2e","artifactVersion":"2","generatedFromUUID":"02b43bc3-f489-4bee-9461-9375a24cddd9"},{"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":"d991a002-8f56-4c61-b659-ff91fa0e1c86","artifactVersion":"2","generatedFromUUID":"9a9ca24b-f916-40cb-894b-9dd22be60c29"},{"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":"02b43bc3-f489-4bee-9461-9375a24cddd9","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":"53383ab8-fad4-4bec-8ec7-c02418dbe341","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":"MDMwOWQ1YTIxYWE1ZGZiMzRiOWJjODU4MGEyYjRlZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0317006e-0570-4e43-90be-5fdda6c59575","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDk2ZTY4YWRjMjc4NTJkMTlmOGNhMWFmZDU4NmFjYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07431336-5858-485b-bd8c-de3359c59412","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:45:34.469Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:34.469Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:34.471Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:34.471Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:34.571Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:34.572Z||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-02-06T01:45:34.572Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:34.580Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:34.581Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:35.471Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:35.472Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:35.473Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:35.473Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:45:35.573Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:35.574Z||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-02-06T01:45:35.574Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:35.587Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:35.587Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:36.474Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:36.475Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:36.477Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:36.477Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:45:36.577Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:36.577Z||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-02-06T01:45:36.577Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:36.586Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:36.587Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:37.478Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:37.478Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:37.480Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:37.480Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:37.580Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:37.581Z||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-02-06T01:45:37.581Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:37.590Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:37.590Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:38.480Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:38.481Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:38.483Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:38.483Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-06T01:45:38.583Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:38.583Z||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-02-06T01:45:38.584Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:38.593Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:38.593Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:39.483Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:39.484Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:39.485Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:39.486Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-06T01:45:39.586Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:39.586Z||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-02-06T01:45:39.587Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:39.596Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:39.597Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:40.486Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:40.487Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:40.488Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:40.488Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-06T01:45:40.588Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:40.589Z||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-02-06T01:45:40.589Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:40.599Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:40.599Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:41.489Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:41.491Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:41.494Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:41.494Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:41.594Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:41.595Z||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-02-06T01:45:41.595Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:41.602Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:41.603Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:42.494Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:42.495Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:42.496Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:42.497Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:45:42.597Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:42.598Z||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-02-06T01:45:42.598Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:42.606Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:42.606Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:43.497Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:45:43.498Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:43.499Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:43.499Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:45:43.599Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:43.600Z||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-02-06T01:45:43.600Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:43.607Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:43.607Z||pool-49-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:44.500Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "54adc402-cf75-48c0-8f91-3ecdf50f94ad",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5fcaa2c-8046-4582-a19b-3317c4feceaa",
      "resourceInvariantUUID": "6df877e2-1241-40cf-b6e3-211fe07cdbeb",
      "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": "YjVhNzlkZjVkOTUyNDJjNDU5ZTI1Y2RmOTA2NmM4ZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "333923ef-ed28-4871-99fd-b7bc40ac2a7f",
          "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": "9a9ca24b-f916-40cb-894b-9dd22be60c29",
          "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": "d991a002-8f56-4c61-b659-ff91fa0e1c86",
            "generatedFromUUID": "9a9ca24b-f916-40cb-894b-9dd22be60c29"
          },
          "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": "16b1fce6-d644-4722-b9e0-eb37b365fd2e",
          "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": "d991a002-8f56-4c61-b659-ff91fa0e1c86",
          "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": "02b43bc3-f489-4bee-9461-9375a24cddd9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDk2ZTY4YWRjMjc4NTJkMTlmOGNhMWFmZDU4NmFjYjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07431336-5858-485b-bd8c-de3359c59412"
    }
  ],
  "workloadContext": "Production"
}
2022-02-06T01:45:44.501Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:45:44.501Z|5564d529-4943-4c08-9067-da0d56831a8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad ASDC
2022-02-06T01:45:44.501Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e20c94f9-e476-4fdf-b052-54d9e57be0f1
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad
ServiceInvariantUUID:5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d
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:07431336-5858-485b-bd8c-de3359c59412
ArtifactChecksum:ZDk2ZTY4YWRjMjc4NTJkMTlmOGNhMWFmZDU4NmFjYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:54adc402-cf75-48c0-8f91-3ecdf50f94ad
ResourceInvariantUUID:6df877e2-1241-40cf-b6e3-211fe07cdbeb
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b5fcaa2c-8046-4582-a19b-3317c4feceaa
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:333923ef-ed28-4871-99fd-b7bc40ac2a7f
ArtifactChecksum:YjVhNzlkZjVkOTUyNDJjNDU5ZTI1Y2RmOTA2NmM4ZTg=
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:9a9ca24b-f916-40cb-894b-9dd22be60c29
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:d991a002-8f56-4c61-b659-ff91fa0e1c86
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:16b1fce6-d644-4722-b9e0-eb37b365fd2e
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:d991a002-8f56-4c61-b659-ff91fa0e1c86
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:02b43bc3-f489-4bee-9461-9375a24cddd9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-06T01:45:44.501Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad 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-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07431336-5858-485b-bd8c-de3359c59412 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:44.519Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:44.520Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:44.601Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 07431336-5858-485b-bd8c-de3359c59412 158180
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:44.608Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:44.610Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:44.610Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111944608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:44.710Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:44.711Z||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-02-06T01:45:44.711Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:44.721Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:44.722Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:45.610Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:45:45.611Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:45:45.611Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07431336-5858-485b-bd8c-de3359c59412, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.611Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.612Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.612Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:45.695Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12078656216415855658/Definitions/service-BasicCnfMacro-template.yml
2022-02-06T01:45:46.584Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:46.585Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:46.586Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.587Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:45:46.588Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.589Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.590Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dece37e-0a7a-49ab-8709-f696105df9ce
2022-02-06T01:45:46.591Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.592Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:46.593Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:46.593Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad
Model Version:NULL
Model InvariantUuid:5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:237c555e-cfca-4a9e-bd51-ede4821098a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6df877e2-1241-40cf-b6e3-211fe07cdbeb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:54adc402-cf75-48c0-8f91-3ecdf50f94ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4ac6a606-3290-47e8-a002-3712b57e409b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d6d45fa7-7eaf-4acc-a2df-8673b2af62fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:18aca7a7-4d99-43a4-ac3c-55adf0f77869
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:209a8cc7-01ac-4c42-b8d2-ccb2a2c27360
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dece37e-0a7a-49ab-8709-f696105df9ce
ModelInvariantUuid:67c10659-8fa3-48a4-994e-83006c88903f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:250c81a3-3767-43b0-99a6-44b16eda40e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:83b178f5-bafa-44ae-ac0c-8c5ccb79f2ab
ModelInvariantUuid:c50a0ffd-bc0c-4634-9501-c796156e72c2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f4363ce5-838d-40d0-84c9-00ee3ae1437f
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-02-06T01:45:46.597Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b5fcaa2c-8046-4582-a19b-3317c4feceaa
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-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5fcaa2c-8046-4582-a19b-3317c4feceaa
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 333923ef-ed28-4871-99fd-b7bc40ac2a7f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:46.599Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 333923ef-ed28-4871-99fd-b7bc40ac2a7f 1565
2022-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:46.634Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:46.635Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:46.636Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:46.637Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111946634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:46.737Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:46.738Z||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-02-06T01:45:46.738Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:46.746Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:46.747Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:47.637Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "18aca7a7-4d99-43a4-ac3c-55adf0f77869",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "209a8cc7-01ac-4c42-b8d2-ccb2a2c27360",
    "vfModuleModelCustomizationUUID": "31591b62-33a2-4fb3-907f-52683669982f",
    "isBase": true,
    "artifacts": [
      "9a9ca24b-f916-40cb-894b-9dd22be60c29",
      "d991a002-8f56-4c61-b659-ff91fa0e1c86"
    ],
    "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": "4ac6a606-3290-47e8-a002-3712b57e409b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6d45fa7-7eaf-4acc-a2df-8673b2af62fa",
    "vfModuleModelCustomizationUUID": "07b492b5-7d72-4f93-9f58-6d88b3f0fabf",
    "isBase": false,
    "artifacts": [
      "02b43bc3-f489-4bee-9461-9375a24cddd9"
    ],
    "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-02-06T01:45:47.642Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:209a8cc7-01ac-4c42-b8d2-ccb2a2c27360
VfModuleModelInvariantUUID:18aca7a7-4d99-43a4-ac3c-55adf0f77869
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a9ca24b-f916-40cb-894b-9dd22be60c29
,
d991a002-8f56-4c61-b659-ff91fa0e1c86

}
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:d6d45fa7-7eaf-4acc-a2df-8673b2af62fa
VfModuleModelInvariantUUID:4ac6a606-3290-47e8-a002-3712b57e409b
VfModuleModelDescription:NULL
Artifacts UUID List:{
02b43bc3-f489-4bee-9461-9375a24cddd9

}
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-02-06T01:45:47.643Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "18aca7a7-4d99-43a4-ac3c-55adf0f77869",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "209a8cc7-01ac-4c42-b8d2-ccb2a2c27360",
    "vfModuleModelCustomizationUUID": "31591b62-33a2-4fb3-907f-52683669982f",
    "isBase": true,
    "artifacts": [
      "9a9ca24b-f916-40cb-894b-9dd22be60c29",
      "d991a002-8f56-4c61-b659-ff91fa0e1c86"
    ],
    "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": "4ac6a606-3290-47e8-a002-3712b57e409b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6d45fa7-7eaf-4acc-a2df-8673b2af62fa",
    "vfModuleModelCustomizationUUID": "07b492b5-7d72-4f93-9f58-6d88b3f0fabf",
    "isBase": false,
    "artifacts": [
      "02b43bc3-f489-4bee-9461-9375a24cddd9"
    ],
    "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-02-06T01:45:47.643Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:209a8cc7-01ac-4c42-b8d2-ccb2a2c27360
VfModuleModelInvariantUUID:18aca7a7-4d99-43a4-ac3c-55adf0f77869
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a9ca24b-f916-40cb-894b-9dd22be60c29
,
d991a002-8f56-4c61-b659-ff91fa0e1c86

}
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:d6d45fa7-7eaf-4acc-a2df-8673b2af62fa
VfModuleModelInvariantUUID:4ac6a606-3290-47e8-a002-3712b57e409b
VfModuleModelDescription:NULL
Artifacts UUID List:{
02b43bc3-f489-4bee-9461-9375a24cddd9

}
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-02-06T01:45:47.644Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a9ca24b-f916-40cb-894b-9dd22be60c29 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-06T01:45:47.644Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:47.644Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:47.697Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:47.697Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9a9ca24b-f916-40cb-894b-9dd22be60c29 914
2022-02-06T01:45:47.697Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:47.698Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:47.698Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:47.698Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:47.699Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:47.699Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111947697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:47.799Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:47.800Z||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-02-06T01:45:47.800Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:47.810Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:47.811Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:45:48.700Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 16b1fce6-d644-4722-b9e0-eb37b365fd2e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-06T01:45:48.700Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:48.700Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:48.877Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:48.877Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 16b1fce6-d644-4722-b9e0-eb37b365fd2e 12
2022-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:48.878Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:48.880Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:48.880Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111948877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:48.980Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:48.981Z||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-02-06T01:45:48.981Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:48.988Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:48.989Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:49.881Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d991a002-8f56-4c61-b659-ff91fa0e1c86 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-06T01:45:49.881Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:49.882Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:50.090Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d991a002-8f56-4c61-b659-ff91fa0e1c86 96
2022-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:50.091Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:50.092Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:50.094Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:50.094Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111950091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:50.194Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:50.194Z||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-02-06T01:45:50.194Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:50.202Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:50.202Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:51.094Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 02b43bc3-f489-4bee-9461-9375a24cddd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-06T01:45:51.095Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:45:51.095Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:51.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:45:51.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 02b43bc3-f489-4bee-9461-9375a24cddd9 20206
2022-02-06T01:45:51.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:51.194Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:51.194Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:45:51.194Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:51.195Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:51.195Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111951193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:45:51.295Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:51.296Z||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-02-06T01:45:51.296Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:51.304Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:51.304Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:52.198Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad
2022-02-06T01:45:52.199Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b5fcaa2c-8046-4582-a19b-3317c4feceaa 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-02-06T01:45:52.206Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3efcbb09, org.onap.sdc.toscaparser.api.parameters.Input@7fb42f, org.onap.sdc.toscaparser.api.parameters.Input@3b6c3d5b, org.onap.sdc.toscaparser.api.parameters.Input@629ed1f7, org.onap.sdc.toscaparser.api.parameters.Input@39611a5e]
2022-02-06T01:45:52.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-02-06T01:45:52.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 54adc402-cf75-48c0-8f91-3ecdf50f94ad
2022-02-06T01:45:52.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 54adc402-cf75-48c0-8f91-3ecdf50f94ad matches Tosca VF Customization UUID: 54adc402-cf75-48c0-8f91-3ecdf50f94ad
2022-02-06T01:45:52.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 54adc402-cf75-48c0-8f91-3ecdf50f94ad  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-02-06T01:45:52.210Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.210Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.210Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 54adc402-cf75-48c0-8f91-3ecdf50f94ad: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-02-06T01:45:52.211Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a9b0ffa
2022-02-06T01:45:52.211Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.211Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:45:52.211Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07b492b5-7d72-4f93-9f58-6d88b3f0fabf
2022-02-06T01:45:52.211Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07b492b5-7d72-4f93-9f58-6d88b3f0fabf
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-02-06T01:45:52.213Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.213Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:52.213Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:52.213Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.213Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:52.213Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:45:52.214Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.214Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-06T01:45:52.214Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=54adc402-cf75-48c0-8f91-3ecdf50f94ad
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-02-06T01:45:52.215Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad: basic_cnf_macro
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.216Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.217Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.217Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.217Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:45:52.217Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:45:52.217Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:52.242Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b5fcaa2c-8046-4582-a19b-3317c4feceaa 2 ASDC deployResourceStructure
2022-02-06T01:45:52.242Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:52.242Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:52.242Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:45:52.242Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:52.244Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:52.244Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111952242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:52.344Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:52.345Z||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-02-06T01:45:52.345Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:52.354Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:52.354Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:53.245Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:53.245Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:53.245Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:45:53.245Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:53.247Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:53.247Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111953244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:53.347Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:53.347Z||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-02-06T01:45:53.348Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:53.357Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:53.357Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:54.252Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:54.252Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:54.252Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-06T01:45:54.252Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:54.254Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:54.254Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111954247,
  "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-02-06T01:45:54.354Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:54.355Z||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-02-06T01:45:54.355Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:54.363Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:54.363Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:55.255Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:55.255Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:55.255Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:45:55.255Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:55.257Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:55.257Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111955255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:55.357Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:55.357Z||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-02-06T01:45:55.358Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:55.367Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:55.367Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:56.258Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:56.258Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:56.258Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-06T01:45:56.258Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:56.260Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:56.260Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111956258,
  "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-02-06T01:45:56.360Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:56.360Z||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-02-06T01:45:56.361Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:56.370Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:56.370Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:57.261Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-06T01:45:57.261Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-06T01:45:57.261Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:45:57.261Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:45:57.262Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:45:57.263Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111957260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:45:57.363Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:45:57.363Z||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-02-06T01:45:57.363Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:45:57.373Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:45:57.373Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:45:58.264Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e20c94f9-e476-4fdf-b052-54d9e57be0f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:45:58.269Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e20c94f9-e476-4fdf-b052-54d9e57be0f1
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-02-06T01:45:58.271Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:45:58.271Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:45:58.271Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:45:58.271Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:45:58.271Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:58.272Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:58.272Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:58.272Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:58.272Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:58.272Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:45:58.272Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:45:58.274Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:46:03.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:46:03.863Z||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-02-06T01:46:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:46:03.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:03.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:46:03.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8da21065-c5e2-4490-9c6a-cf41b0065395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111891986,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:46:03.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111900639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:46:03.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:46:03.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-06T01:46:03.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111902249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:46:03.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:46:28.274Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e20c94f9-e476-4fdf-b052-54d9e57be0f1 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-02-06T01:46:28.278Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e20c94f9-e476-4fdf-b052-54d9e57be0f1 and serviceModelVersionId: 4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad
2022-02-06T01:46:28.279Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d
2022-02-06T01:46:28.279Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0
2022-02-06T01:46:28.282Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:46:28.311Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0|INFO|500||Invoke
2022-02-06T01:46:28.312Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e20c94f9-e476-4fdf-b052-54d9e57be0f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0422caf-e606-43d4-b872-f040bb6d514e], X-ECOMP-RequestID=[e20c94f9-e476-4fdf-b052-54d9e57be0f1], X-TransactionId=[], X-ONAP-RequestID=[e20c94f9-e476-4fdf-b052-54d9e57be0f1], Content-Type=[application/merge-patch+json]}
2022-02-06T01:46:28.329Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-06T01:46:28.555Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?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/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220206-01:46:28:337-83909], vertex-id=[233632], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:46:28 GMT], Content-Type=[application/json]}
2022-02-06T01:46:28.555Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:46:28.556Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a2b02e0-37ae-4a2a-848e-9eb1beee1f2d/model-vers/model-ver/4bab9eaa-27a4-4cba-9b8c-523aac3ba9ad?depth=0|INFO|500||InvokeReturn
2022-02-06T01:46:28.556Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:46:28.556Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:46:28.559Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||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-02-06T01:46:28.560Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e20c94f9-e476-4fdf-b052-54d9e57be0f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:46:28.560Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:46:28.560Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:28.561Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:28.561Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111988560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:46:28.661Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:28.662Z||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-02-06T01:46:28.662Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:28.671Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:28.671Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 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-02-06T01:46:29.567Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:46:29.568Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|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-02-06T01:46:29.568Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|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 NynUlASnTely1qJQ) ...
2022-02-06T01:46:30.188Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:30.189Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:46:30.189Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"971ab45e-631d-49e9-88aa-2a992bbf79f7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ccccdded-c1d4-4107-a472-5907548b444b","serviceDescription":"service","serviceInvariantUUID":"d3ed1c2a-9905-48f3-9793-1770b7c4d471","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4185ae4c-0d15-4ca2-897a-999b9c70229e","resourceInvariantUUID":"a249aace-c567-492c-bf44-0df2e6006480","resourceCustomizationUUID":"3b55eb5b-1c51-4518-809e-50e8870e8af0","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":"ZDIzZjYyMGYwNTU0YjA4MzJjNjkzZWQ0MWJlNDMyZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a77a101-5ef3-4e2e-b2ad-15f9921c2415","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":"2ee10711-bfe1-46f7-a6a1-89466f5e0e2f","artifactVersion":"2","generatedFromUUID":"fccf724c-459f-4a27-9045-d6e260bbf8a5"},{"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":"fccf724c-459f-4a27-9045-d6e260bbf8a5","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":"YmMwNzQwNzgxNDg4ZDcwZWFjOTU4NDI0NDlkYjI3MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18d8c1f4-1c6b-4a86-af64-40161132a3a7","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":"fc0b889c-f1b4-4394-837a-dafa70ef7b6b","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":"03df57e8-6a97-4104-97fc-3a989ce14f43","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGYwZWRhZDU0ZjI5ZTY3NmE5ZTJmNWRhOTVlYjc0OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8d5ac50-f443-4407-b576-660a757c9d9c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTU3NjMwYzAxMDA4M2ZiYWIxMDVkNDhlYmU5Nzk0ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c7c08db-dc12-4822-860a-8b5f6d3efbd2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:46:30.190Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:30.191Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:30.192Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:30.192Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:46:30.292Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:30.293Z||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-02-06T01:46:30.293Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:30.300Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:30.301Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:31.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:31.193Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:31.195Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:31.195Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-06T01:46:31.295Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:31.296Z||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-02-06T01:46:31.296Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:31.305Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:31.305Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:32.196Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:32.197Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:32.198Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:32.198Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-06T01:46:32.299Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:46:32.300Z||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-02-06T01:46:32.300Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:32.308Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:32.309Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:33.199Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:33.200Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:33.202Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:33.202Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:46:33.302Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:33.303Z||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-02-06T01:46:33.303Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:33.312Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:33.312Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:34.202Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:34.203Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:34.205Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:34.205Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:46:34.305Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:34.306Z||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-02-06T01:46:34.306Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:34.320Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:34.320Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:35.205Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:35.206Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:35.207Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:35.207Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:46:35.308Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:35.308Z||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-02-06T01:46:35.308Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:35.316Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:35.316Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:36.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:36.208Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:36.210Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:36.210Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:46:36.310Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:36.311Z||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-02-06T01:46:36.311Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:36.320Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:36.320Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:37.210Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:46:37.211Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:37.212Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:37.212Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:46:37.312Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:37.313Z||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-02-06T01:46:37.313Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:37.322Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:37.322Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:38.213Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ccccdded-c1d4-4107-a472-5907548b444b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d3ed1c2a-9905-48f3-9793-1770b7c4d471",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3b55eb5b-1c51-4518-809e-50e8870e8af0",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4185ae4c-0d15-4ca2-897a-999b9c70229e",
      "resourceInvariantUUID": "a249aace-c567-492c-bf44-0df2e6006480",
      "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": "2ee10711-bfe1-46f7-a6a1-89466f5e0e2f",
          "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": "fccf724c-459f-4a27-9045-d6e260bbf8a5",
          "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": "YmMwNzQwNzgxNDg4ZDcwZWFjOTU4NDI0NDlkYjI3MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18d8c1f4-1c6b-4a86-af64-40161132a3a7",
          "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": "fc0b889c-f1b4-4394-837a-dafa70ef7b6b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTU3NjMwYzAxMDA4M2ZiYWIxMDVkNDhlYmU5Nzk0ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c7c08db-dc12-4822-860a-8b5f6d3efbd2"
    }
  ],
  "workloadContext": "Production"
}
2022-02-06T01:46:38.214Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:46:38.214Z|e20c94f9-e476-4fdf-b052-54d9e57be0f1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 4 ccccdded-c1d4-4107-a472-5907548b444b ASDC
2022-02-06T01:46:38.214Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:971ab45e-631d-49e9-88aa-2a992bbf79f7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ccccdded-c1d4-4107-a472-5907548b444b
ServiceInvariantUUID:d3ed1c2a-9905-48f3-9793-1770b7c4d471
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:7c7c08db-dc12-4822-860a-8b5f6d3efbd2
ArtifactChecksum:YTU3NjMwYzAxMDA4M2ZiYWIxMDVkNDhlYmU5Nzk0ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3b55eb5b-1c51-4518-809e-50e8870e8af0
ResourceInvariantUUID:a249aace-c567-492c-bf44-0df2e6006480
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4185ae4c-0d15-4ca2-897a-999b9c70229e
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:2ee10711-bfe1-46f7-a6a1-89466f5e0e2f
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:fccf724c-459f-4a27-9045-d6e260bbf8a5
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:18d8c1f4-1c6b-4a86-af64-40161132a3a7
ArtifactChecksum:YmMwNzQwNzgxNDg4ZDcwZWFjOTU4NDI0NDlkYjI3MGE=
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:fc0b889c-f1b4-4394-837a-dafa70ef7b6b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-06T01:46:38.214Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccccdded-c1d4-4107-a472-5907548b444b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-06T01:46:38.230Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:46:38.231Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:46:38.231Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:46:38.231Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c7c08db-dc12-4822-860a-8b5f6d3efbd2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-06T01:46:38.231Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:46:38.231Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-06T01:46:38.316Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:46:38.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7c7c08db-dc12-4822-860a-8b5f6d3efbd2 68604
2022-02-06T01:46:38.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-06T01:46:38.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-06T01:46:38.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:46:38.320Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:38.321Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:38.321Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111998319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:46:38.421Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:38.422Z||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-02-06T01:46:38.422Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:38.431Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:38.431Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:39.321Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:46:39.322Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:46:39.322Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7c7c08db-dc12-4822-860a-8b5f6d3efbd2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-06T01:46:39.323Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-06T01:46:39.323Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-06T01:46:39.323Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-06T01:46:39.406Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10581951587466473113/Definitions/service-BasicCnf-template.yml
2022-02-06T01:46:40.259Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.260Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:46:40.261Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:46:40.262Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-06T01:46:40.263Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=28684229-4e37-47f6-8e42-95e76c8d8597
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.264Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:46:40.265Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:46:40.265Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:46:40.265Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ccccdded-c1d4-4107-a472-5907548b444b
Model Version:NULL
Model InvariantUuid:d3ed1c2a-9905-48f3-9793-1770b7c4d471
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9831b76d-8454-4f22-984b-91be63f9f1c8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a249aace-c567-492c-bf44-0df2e6006480
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3b55eb5b-1c51-4518-809e-50e8870e8af0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dcf720df-2483-420e-9d71-1c1faf23c09c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e73b8104-e83b-4e95-bc6f-18c54edfa85a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:28684229-4e37-47f6-8e42-95e76c8d8597
ModelInvariantUuid:b004895e-c1e1-49fc-ab6b-744f84482758
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e9e5ba02-f4cd-4129-8e81-a00629d70f91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ddfaca7f-0c61-46fb-bae8-aaf4becb8dc3
ModelInvariantUuid:0d62cd2f-bc8a-42ff-9570-5662078fa4b7
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:290b5f6a-5e33-44e2-bfed-17ee9f7cf6b9
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-02-06T01:46:40.269Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4185ae4c-0d15-4ca2-897a-999b9c70229e
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-02-06T01:46:40.271Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-02-06T01:46:40.271Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4185ae4c-0d15-4ca2-897a-999b9c70229e
2022-02-06T01:46:40.272Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2ee10711-bfe1-46f7-a6a1-89466f5e0e2f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-06T01:46:40.272Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:46:40.272Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:40.318Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:46:40.318Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2ee10711-bfe1-46f7-a6a1-89466f5e0e2f 12
2022-02-06T01:46:40.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:40.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:40.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:46:40.319Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:40.321Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:40.322Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112000319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:46:40.422Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:40.422Z||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-02-06T01:46:40.422Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:40.432Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:40.433Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:46:41.322Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fccf724c-459f-4a27-9045-d6e260bbf8a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-06T01:46:41.323Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:46:41.323Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:41.352Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:46:41.353Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fccf724c-459f-4a27-9045-d6e260bbf8a5 2688
2022-02-06T01:46:41.353Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:41.353Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:41.353Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:46:41.354Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:41.355Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:41.355Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112001353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:46:41.455Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:46:41.456Z||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-02-06T01:46:41.456Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:41.464Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:41.465Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:42.357Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 18d8c1f4-1c6b-4a86-af64-40161132a3a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-06T01:46:42.357Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:46:42.357Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:42.393Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:46:42.393Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 18d8c1f4-1c6b-4a86-af64-40161132a3a7 828
2022-02-06T01:46:42.393Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:42.393Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:42.394Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:46:42.394Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:42.395Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:42.395Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112002393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:46:42.495Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:42.496Z||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-02-06T01:46:42.496Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:42.506Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:42.506Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:43.396Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dcf720df-2483-420e-9d71-1c1faf23c09c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e73b8104-e83b-4e95-bc6f-18c54edfa85a",
    "vfModuleModelCustomizationUUID": "fc594335-c37d-4a98-9243-b6f4a6ef7508",
    "isBase": true,
    "artifacts": [
      "fccf724c-459f-4a27-9045-d6e260bbf8a5",
      "fc0b889c-f1b4-4394-837a-dafa70ef7b6b",
      "fc90d922-efa9-487f-ad64-9f4b1d1c921c"
    ],
    "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-02-06T01:46:43.402Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e73b8104-e83b-4e95-bc6f-18c54edfa85a
VfModuleModelInvariantUUID:dcf720df-2483-420e-9d71-1c1faf23c09c
VfModuleModelDescription:NULL
Artifacts UUID List:{
fccf724c-459f-4a27-9045-d6e260bbf8a5
,
fc0b889c-f1b4-4394-837a-dafa70ef7b6b
,
fc90d922-efa9-487f-ad64-9f4b1d1c921c

}
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-02-06T01:46:43.404Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dcf720df-2483-420e-9d71-1c1faf23c09c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e73b8104-e83b-4e95-bc6f-18c54edfa85a",
    "vfModuleModelCustomizationUUID": "fc594335-c37d-4a98-9243-b6f4a6ef7508",
    "isBase": true,
    "artifacts": [
      "fccf724c-459f-4a27-9045-d6e260bbf8a5",
      "fc0b889c-f1b4-4394-837a-dafa70ef7b6b",
      "fc90d922-efa9-487f-ad64-9f4b1d1c921c"
    ],
    "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-02-06T01:46:43.404Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e73b8104-e83b-4e95-bc6f-18c54edfa85a
VfModuleModelInvariantUUID:dcf720df-2483-420e-9d71-1c1faf23c09c
VfModuleModelDescription:NULL
Artifacts UUID List:{
fccf724c-459f-4a27-9045-d6e260bbf8a5
,
fc0b889c-f1b4-4394-837a-dafa70ef7b6b
,
fc90d922-efa9-487f-ad64-9f4b1d1c921c

}
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-02-06T01:46:43.404Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc0b889c-f1b4-4394-837a-dafa70ef7b6b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-06T01:46:43.404Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:46:43.404Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:43.436Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:46:43.436Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fc0b889c-f1b4-4394-837a-dafa70ef7b6b 1164
2022-02-06T01:46:43.436Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:43.436Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:43.437Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:46:43.437Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:43.438Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:43.438Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112003436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:46:43.538Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:46:43.539Z||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-02-06T01:46:43.539Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:43.547Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:43.548Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:44.439Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ccccdded-c1d4-4107-a472-5907548b444b
2022-02-06T01:46:44.439Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4185ae4c-0d15-4ca2-897a-999b9c70229e ASDC
2022-02-06T01:46:44.443Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_cnf 4185ae4c-0d15-4ca2-897a-999b9c70229e 0 ASDC deployResourceStructure
2022-02-06T01:46:44.443Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:44.443Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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(Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-02-06T01:46:44.443Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-06T01:46:44.443Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:44.445Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:44.445Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112004443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:46:44.545Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:44.546Z||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-02-06T01:46:44.546Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:44.554Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:44.555Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:46:45.446Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:46:45.446Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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(Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-02-06T01:46:45.446Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-06T01:46:45.446Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:45.448Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:45.448Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:46:45.548Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:45.548Z||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-02-06T01:46:45.549Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:45.558Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:45.558Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:46.449Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-06T01:46:46.449Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json(Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-02-06T01:46:46.449Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-06T01:46:46.449Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:46.450Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:46.451Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112006448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:46:46.551Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:46.551Z||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-02-06T01:46:46.551Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:46.561Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:46.561Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:47.452Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-06T01:46:47.452Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml(Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-02-06T01:46:47.452Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-06T01:46:47.452Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:47.454Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:47.454Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112007452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:46:47.554Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:47.555Z||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-02-06T01:46:47.555Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:47.566Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:47.566Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:48.454Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment
	at org.onap.so.asdc.installer.VfModuleStructure.(VfModuleStructure.java:57)
	at org.onap.so.asdc.installer.VfResourceStructure.createVfModuleStructures(VfResourceStructure.java:153)
	at org.onap.so.asdc.installer.VfResourceStructure.prepareInstall(VfResourceStructure.java:138)
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:480)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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-02-06T01:46:48.455Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-06T01:46:48.456Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar(Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-02-06T01:46:48.456Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-06T01:46:48.456Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:46:48.457Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:46:48.457Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112008455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:46:48.558Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:46:48.558Z||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-02-06T01:46:48.558Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:46:48.568Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:46:48.568Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:46:49.458Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:46:49.463Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:46:49.464Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:46:49.464Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:47:03.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:47:03.863Z||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-02-06T01:47:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:47:03.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:47:03.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111919890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111918085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111920312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111917051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111917140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5564d529-4943-4c08-9067-da0d56831a8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111933457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111926739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111926848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111934719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111934724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111934723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111934808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111935510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111935726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "cds",
  "timestamp": 1644111935812,
  "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=?
2022-02-06T01:47:03.910Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 971ab45e-631d-49e9-88aa-2a992bbf79f7
2022-02-06T01:47:03.911Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 971ab45e-631d-49e9-88aa-2a992bbf79f7 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-02-06T01:47:03.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111935816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111936634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "policy-id",
  "timestamp": 1644111936729,
  "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-02-06T01:47:03.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 971ab45e-631d-49e9-88aa-2a992bbf79f7
2022-02-06T01:47:03.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 971ab45e-631d-49e9-88aa-2a992bbf79f7 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-02-06T01:47:03.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111937000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111937637,
  "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-02-06T01:47:03.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 971ab45e-631d-49e9-88aa-2a992bbf79f7
2022-02-06T01:47:03.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 971ab45e-631d-49e9-88aa-2a992bbf79f7 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-02-06T01:47:03.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111941902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "aai-ml",
  "timestamp": 1644111942905,
  "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-02-06T01:47:03.932Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 971ab45e-631d-49e9-88aa-2a992bbf79f7
2022-02-06T01:47:03.932Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 971ab45e-631d-49e9-88aa-2a992bbf79f7 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-02-06T01:47:03.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111892998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111944608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111945911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111946634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111947697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111947919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111948877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "clamp",
  "timestamp": 1644111948922,
  "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-02-06T01:47:03.945Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 971ab45e-631d-49e9-88aa-2a992bbf79f7
2022-02-06T01:47:03.945Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 971ab45e-631d-49e9-88aa-2a992bbf79f7 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-02-06T01:47:03.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111950091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111951193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111952242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111938085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111936816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111939890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111937731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111953244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111954247,
  "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-02-06T01:47:03.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111954392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111954398,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111954536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111955255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111955539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111955590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "cds",
  "timestamp": 1644111955597,
  "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-02-06T01:47:03.964Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of caf21107-2204-4230-ad28-896406144357
2022-02-06T01:47:03.964Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf21107-2204-4230-ad28-896406144357 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-02-06T01:47:03.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111956258,
  "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-02-06T01:47:03.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "policy-id",
  "timestamp": 1644111956541,
  "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-02-06T01:47:03.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caf21107-2204-4230-ad28-896406144357
2022-02-06T01:47:03.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf21107-2204-4230-ad28-896406144357 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-02-06T01:47:03.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111956593,
  "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-02-06T01:47:03.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of caf21107-2204-4230-ad28-896406144357
2022-02-06T01:47:03.977Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf21107-2204-4230-ad28-896406144357 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-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111957260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111960146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111961770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111962773,
  "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-02-06T01:47:03.989Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of caf21107-2204-4230-ad28-896406144357
2022-02-06T01:47:03.989Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf21107-2204-4230-ad28-896406144357 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-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:47:03.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:03.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:47:03.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-06T01:47:03.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:47:19.464Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:47:19.469Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:47:19.471Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:47:19.471Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:47:49.471Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:47:49.476Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:47:49.478Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:47:49.478Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:48:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:48:03.863Z||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-02-06T01:48:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:48:03.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:48:03.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:48:03.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:48:03.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:48:19.478Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:48:19.483Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:48:19.484Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:48:19.484Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:48:49.484Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:48:49.493Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:48:49.495Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:48:49.495Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:49:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:49:03.863Z||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-02-06T01:49:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:49:04.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:49:04.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111956599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111957544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111965610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111958085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111966310,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111966521,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "cds",
  "timestamp": 1644111966614,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-02-06T01:49:04.402Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54f98478-4706-4e33-b071-9c661ccf4581
2022-02-06T01:49:04.402Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54f98478-4706-4e33-b071-9c661ccf4581 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-02-06T01:49:04.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111966905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111967312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644111959890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111968098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "policy-id",
  "timestamp": 1644111968314,
  "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-02-06T01:49:04.409Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54f98478-4706-4e33-b071-9c661ccf4581
2022-02-06T01:49:04.409Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54f98478-4706-4e33-b071-9c661ccf4581 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-02-06T01:49:04.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111969302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111970394,
  "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-02-06T01:49:04.415Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54f98478-4706-4e33-b071-9c661ccf4581
2022-02-06T01:49:04.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54f98478-4706-4e33-b071-9c661ccf4581 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-06T01:49:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111970402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:49:04.418Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111950312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644111971397,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:49:04.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "aai-ml",
  "timestamp": 1644111971405,
  "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-02-06T01:49:04.421Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of caf21107-2204-4230-ad28-896406144357
2022-02-06T01:49:04.422Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf21107-2204-4230-ad28-896406144357 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-02-06T01:49:04.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111971841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111973914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111974017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:49:04.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644111975021,
  "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-02-06T01:49:04.430Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54f98478-4706-4e33-b071-9c661ccf4581
2022-02-06T01:49:04.430Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54f98478-4706-4e33-b071-9c661ccf4581 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-02-06T01:49:04.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111975921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:49:04.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "clamp",
  "timestamp": 1644111976925,
  "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-02-06T01:49:04.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of caf21107-2204-4230-ad28-896406144357
2022-02-06T01:49:04.437Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf21107-2204-4230-ad28-896406144357 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-02-06T01:49:04.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111956739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111980588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111956848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111988144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e20c94f9-e476-4fdf-b052-54d9e57be0f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111988560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111988916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.446Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "aai-ml",
  "timestamp": 1644111989146,
  "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-02-06T01:49:04.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54f98478-4706-4e33-b071-9c661ccf4581
2022-02-06T01:49:04.448Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54f98478-4706-4e33-b071-9c661ccf4581 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-02-06T01:49:04.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111989919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111991092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111992096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "clamp",
  "timestamp": 1644111993100,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-02-06T01:49:04.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 54f98478-4706-4e33-b071-9c661ccf4581
2022-02-06T01:49:04.456Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54f98478-4706-4e33-b071-9c661ccf4581 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-02-06T01:49:04.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111998319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112000319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112001353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112002393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112003436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112004443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112005446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:49:04.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112006448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112007452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112008455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:fc90d922-efa9-487f-ad64-9f4b1d1c921c) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-02-06T01:49:04.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:49:19.495Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:49:19.501Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:49:19.503Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:49:19.503Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:49:49.503Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:49:49.509Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:49:49.510Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:49:49.510Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:50:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:50:03.864Z||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-02-06T01:50:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:50:13.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:50:19.510Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:50:19.517Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:50:19.518Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:50:19.518Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:50:49.519Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:50:49.527Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:50:49.529Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:50:49.529Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:51:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:51:03.863Z||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-02-06T01:51:03.864Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:51:13.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:19.530Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:51:19.535Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7
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-02-06T01:51:19.536Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-06T01:51:19.536Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-06T01:51:49.536Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-02-06T01:51:49.537Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7 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-02-06T01:51:49.544Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 971ab45e-631d-49e9-88aa-2a992bbf79f7 and serviceModelVersionId: ccccdded-c1d4-4107-a472-5907548b444b
2022-02-06T01:51:49.544Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3ed1c2a-9905-48f3-9793-1770b7c4d471
2022-02-06T01:51:49.545Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3ed1c2a-9905-48f3-9793-1770b7c4d471/model-vers/model-ver/ccccdded-c1d4-4107-a472-5907548b444b?depth=0
2022-02-06T01:51:49.549Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:51:49.583Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ed1c2a-9905-48f3-9793-1770b7c4d471/model-vers/model-ver/ccccdded-c1d4-4107-a472-5907548b444b?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-02-06T01:51:49.584Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ed1c2a-9905-48f3-9793-1770b7c4d471/model-vers/model-ver/ccccdded-c1d4-4107-a472-5907548b444b?depth=0|INFO|500||Invoke
2022-02-06T01:51:49.603Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ed1c2a-9905-48f3-9793-1770b7c4d471/model-vers/model-ver/ccccdded-c1d4-4107-a472-5907548b444b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-06T01:51:49.909Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ed1c2a-9905-48f3-9793-1770b7c4d471/model-vers/model-ver/ccccdded-c1d4-4107-a472-5907548b444b?depth=0|INFO|500||InvokeReturn
2022-02-06T01:51:49.910Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3ed1c2a-9905-48f3-9793-1770b7c4d471/model-vers/model-ver/ccccdded-c1d4-4107-a472-5907548b444b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220206-01:51:49:612-16599], vertex-id=[270424], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:51:49 GMT], Content-Type=[application/json]}
2022-02-06T01:51:49.910Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:51:49.910Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:51:49.910Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:51:49.915Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||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-02-06T01:51:49.915Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 971ab45e-631d-49e9-88aa-2a992bbf79f7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-02-06T01:51:49.916Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-06T01:51:49.916Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:49.918Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:49.918Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112309915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-06T01:51:50.019Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:50.019Z||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-02-06T01:51:50.019Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:50.033Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:50.033Z||pool-81-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-02-06T01:51:50.931Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:51:50.932Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"caf21107-2204-4230-ad28-896406144357","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e","serviceDescription":"service","serviceInvariantUUID":"980eae93-ff59-4364-a42c-19a2eb64340e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6db142c0-edc0-41c5-980f-f3b33b25abbd","resourceInvariantUUID":"1c46c8ba-6fb5-41a9-b6e0-3389df4884e3","resourceCustomizationUUID":"b202f7c6-1a8d-4fbf-932a-5eb7842bdf63","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":"NjM3OWQ0M2Y3NDhjZTU1YWJhZGRhYmNkOTYzMDQ1YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f596bc39-4877-4d31-9a89-a183d5436327","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":"9ae3e57e-4fe0-4c2b-a9a4-0c6ec983e40c","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":"87938951-56b0-411a-b9f5-65485027ea56","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":"YThlZmFiYjRhYTQwNGIxYmViNmZkM2MxNjVjOTc4ZGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3e2f7a13-8b09-4435-b19b-ce3aa65e1fcd","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":"995720de-494a-46b1-9ff9-572146c3241f","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":"48d9694b-f96f-448a-8f9f-34c5b02a822b","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":"d5b8a1e3-636b-470a-a274-70553189b0b8","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":"YjI3YTJlNmJmZTUxMDZjYzMyMTYwN2RhZTJjOTk5ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2249492-6001-4e03-835e-03ce8e98a4ff","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWI3OTA1ZDY2YTcxYjRjYjVhODcxZWVlNzBkYTM0YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2231b628-10ef-4148-83a4-918b04228473","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:51:50.932Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:50.932Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:50.934Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:50.934Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:51.034Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:51.035Z||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-02-06T01:51:51.035Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:51.044Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:51.044Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:51.935Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:51.935Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:51.937Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:51.937Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:52.037Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:52.038Z||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-02-06T01:51:52.038Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:52.046Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:52.046Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:52.938Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:52.939Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:52.940Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:52.940Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:53.041Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:51:53.042Z||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-02-06T01:51:53.042Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:53.053Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:53.054Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:53.941Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:53.942Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:53.943Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:53.943Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:54.043Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:54.044Z||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-02-06T01:51:54.044Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:54.054Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:54.055Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:51:54.944Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:54.944Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:54.946Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:54.946Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:55.047Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-06T01:51:55.049Z||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-02-06T01:51:55.049Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:55.060Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:55.060Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:55.947Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:55.947Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:55.949Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:55.949Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:56.049Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:56.050Z||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-02-06T01:51:56.051Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:56.059Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:56.060Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:56.950Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:56.950Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:56.952Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:56.953Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:57.053Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:57.053Z||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-02-06T01:51:57.053Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:57.063Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:57.063Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:57.953Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:57.954Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:57.955Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:57.955Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:51:58.056Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:58.057Z||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-02-06T01:51:58.057Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:58.066Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:58.067Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:58.956Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:51:58.956Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:51:58.958Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:51:58.958Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:51:59.058Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:51:59.059Z||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-02-06T01:51:59.059Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:51:59.069Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:51:59.069Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:51:59.959Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "980eae93-ff59-4364-a42c-19a2eb64340e",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b202f7c6-1a8d-4fbf-932a-5eb7842bdf63",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6db142c0-edc0-41c5-980f-f3b33b25abbd",
      "resourceInvariantUUID": "1c46c8ba-6fb5-41a9-b6e0-3389df4884e3",
      "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": "MWI3OTA1ZDY2YTcxYjRjYjVhODcxZWVlNzBkYTM0YzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2231b628-10ef-4148-83a4-918b04228473"
    }
  ],
  "workloadContext": "Production"
}
2022-02-06T01:51:59.959Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:51:59.959Z|971ab45e-631d-49e9-88aa-2a992bbf79f7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e ASDC
2022-02-06T01:51:59.959Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:caf21107-2204-4230-ad28-896406144357
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e
ServiceInvariantUUID:980eae93-ff59-4364-a42c-19a2eb64340e
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:2231b628-10ef-4148-83a4-918b04228473
ArtifactChecksum:MWI3OTA1ZDY2YTcxYjRjYjVhODcxZWVlNzBkYTM0YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b202f7c6-1a8d-4fbf-932a-5eb7842bdf63
ResourceInvariantUUID:1c46c8ba-6fb5-41a9-b6e0-3389df4884e3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6db142c0-edc0-41c5-980f-f3b33b25abbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-06T01:51:59.960Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e 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-02-06T01:51:59.980Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:51:59.981Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:51:59.981Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:51:59.981Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2231b628-10ef-4148-83a4-918b04228473 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-06T01:51:59.981Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:51:59.982Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-06T01:52:00.437Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:52:00.442Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2231b628-10ef-4148-83a4-918b04228473 105633
2022-02-06T01:52:00.442Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-06T01:52:00.442Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-06T01:52:00.442Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:52:00.442Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:00.444Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:00.444Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112320442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:52:00.544Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:00.544Z||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-02-06T01:52:00.545Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:00.559Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:00.559Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:01.445Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:52:01.446Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:52:01.446Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2231b628-10ef-4148-83a4-918b04228473, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-06T01:52:01.446Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-06T01:52:01.447Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-06T01:52:01.447Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-06T01:52:01.529Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8402248922546315559/Definitions/service-TestPnfMacro-template.yml
2022-02-06T01:52:02.103Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:02.104Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:52:02.105Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.105Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.105Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-06T01:52:02.105Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:52:02.105Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:52:02.105Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.105Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.106Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.107Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.107Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.107Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.107Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.107Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e
Model Version:NULL
Model InvariantUuid:980eae93-ff59-4364-a42c-19a2eb64340e
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-02-06T01:52:02.113Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6db142c0-edc0-41c5-980f-f3b33b25abbd
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-02-06T01:52:02.116Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-02-06T01:52:02.116Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6db142c0-edc0-41c5-980f-f3b33b25abbd
2022-02-06T01:52:02.116Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||No resources found for Service: baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e
2022-02-06T01:52:02.116Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e
2022-02-06T01:52:02.116Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6db142c0-edc0-41c5-980f-f3b33b25abbd 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-02-06T01:52:02.120Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37b509ec, org.onap.sdc.toscaparser.api.parameters.Input@3a755780, org.onap.sdc.toscaparser.api.parameters.Input@2e0f5c5f, org.onap.sdc.toscaparser.api.parameters.Input@4c8d0f43, org.onap.sdc.toscaparser.api.parameters.Input@53e89557]
2022-02-06T01:52:02.120Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.120Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.121Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e: test-pnf
2022-02-06T01:52:02.121Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||Processing PNF resource: 6db142c0-edc0-41c5-980f-f3b33b25abbd
2022-02-06T01:52:02.121Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:02.121Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:02.121Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||Resource customization UUID: b202f7c6-1a8d-4fbf-932a-5eb7842bdf63 is the same as notified resource customizationUUID: b202f7c6-1a8d-4fbf-932a-5eb7842bdf63
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-02-06T01:52:02.164Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6db142c0-edc0-41c5-980f-f3b33b25abbd 0 ASDC deployResourceStructure
2022-02-06T01:52:02.164Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-06T01:52:02.164Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-06T01:52:02.164Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:52:02.164Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:02.165Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:02.166Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112322164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:52:02.266Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:02.266Z||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-02-06T01:52:02.267Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:02.276Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:02.276Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:03.167Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf21107-2204-4230-ad28-896406144357
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:52:03.180Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf21107-2204-4230-ad28-896406144357
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-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:03.182Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:03.183Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:03.187Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:52:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:52:03.863Z||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-02-06T01:52:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:52:04.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:04.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "971ab45e-631d-49e9-88aa-2a992bbf79f7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112309915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-02-06T01:52:04.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:52:04.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112320442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112322164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:52:04.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:52:33.187Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: caf21107-2204-4230-ad28-896406144357 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-02-06T01:52:33.192Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: caf21107-2204-4230-ad28-896406144357 and serviceModelVersionId: baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e
2022-02-06T01:52:33.192Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 980eae93-ff59-4364-a42c-19a2eb64340e
2022-02-06T01:52:33.192Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/980eae93-ff59-4364-a42c-19a2eb64340e/model-vers/model-ver/baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e?depth=0
2022-02-06T01:52:33.196Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:52:33.239Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/980eae93-ff59-4364-a42c-19a2eb64340e/model-vers/model-ver/baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e?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-02-06T01:52:33.240Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/980eae93-ff59-4364-a42c-19a2eb64340e/model-vers/model-ver/baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e?depth=0|INFO|500||Invoke
2022-02-06T01:52:33.256Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/980eae93-ff59-4364-a42c-19a2eb64340e/model-vers/model-ver/baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-06T01:52:33.335Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/980eae93-ff59-4364-a42c-19a2eb64340e/model-vers/model-ver/baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e?depth=0|INFO|500||InvokeReturn
2022-02-06T01:52:33.336Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/980eae93-ff59-4364-a42c-19a2eb64340e/model-vers/model-ver/baeb9d75-ac54-4f27-af6c-0aeaf59e7f7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220206-01:52:33:264-62556], vertex-id=[245888], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:52:33 GMT], Content-Type=[application/json]}
2022-02-06T01:52:33.336Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:52:33.336Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:52:33.336Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:33.340Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||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-02-06T01:52:33.340Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID caf21107-2204-4230-ad28-896406144357 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-06T01:52:33.341Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:52:33.341Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:33.342Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:33.343Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112353340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:52:33.443Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:33.444Z||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-02-06T01:52:33.444Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:33.456Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:33.456Z||pool-93-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-02-06T01:52:34.354Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-06T01:52:34.354Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"54f98478-4706-4e33-b071-9c661ccf4581","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"560531e5-d244-41b5-b316-576c3b52e4ec","serviceDescription":"service","serviceInvariantUUID":"e1995719-f8f6-491e-8a45-837b7096fb02","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"837d7b70-814b-4948-8889-d371e8d525ac","resourceInvariantUUID":"4ddbbdd2-6a8d-4e3d-9d99-9ea50bda421d","resourceCustomizationUUID":"e8949311-7b85-400e-bc6e-b50f09a7d295","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93ce1f8d-9a80-4b2d-8015-c690083a6cd4","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YWVlMGI5OGViNDBkMTNjMDE2ZWViMTBjNTE4ZjM5M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a502a7e1-bf49-4342-8924-6c9a0c9bf88f","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MDVmYWM4MjdjYTc5MGFkMjI3NzdmNjdkYzY3NWYxYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c345ab4-aa31-4e9a-862d-f1284ca33ea3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4b551e0-be21-4ca9-92ce-5c5930ac02fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c08a244e-3fbb-4d65-b703-f209e8f0abd4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb1cf788-622d-4e75-96b0-126095a86621","artifactVersion":"2","generatedFromUUID":"b4b551e0-be21-4ca9-92ce-5c5930ac02fe"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"N2JlNGNhNDRmYzk4NGVjNTNiY2Q3NTliNDg2MGE1ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce2eaae6-4ddf-4ed6-9879-ef63580edd86","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTY1OWM4N2I2MmQ1Y2Q3NWNkZDY0MzM2NWQzYjYyNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fc8c968-ad82-45e1-846c-32d5e77df132","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-06T01:52:34.354Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:34.355Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:34.356Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:34.356Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:34.456Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:34.457Z||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-02-06T01:52:34.457Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:34.465Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:34.465Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:35.357Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:35.357Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:35.359Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:35.359Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:35.459Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:35.460Z||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-02-06T01:52:35.460Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:35.469Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:35.469Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:36.360Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:36.360Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:36.362Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:36.362Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:52:36.462Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:36.462Z||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-02-06T01:52:36.463Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:36.471Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:36.471Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:37.362Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:37.363Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:37.365Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:37.365Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:52:37.465Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:37.466Z||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-02-06T01:52:37.466Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:37.475Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:37.475Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:38.365Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:38.366Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:38.367Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:38.368Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:38.468Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:38.468Z||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-02-06T01:52:38.468Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:38.477Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:38.477Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:52:39.368Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:39.369Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:39.370Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:39.370Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-06T01:52:39.470Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:39.471Z||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-02-06T01:52:39.471Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:39.480Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:39.480Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:40.371Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:40.372Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:40.373Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:40.373Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:52:40.473Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:40.474Z||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-02-06T01:52:40.474Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:40.483Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:40.484Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:41.374Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-06T01:52:41.374Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:41.376Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:41.376Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:52:41.476Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:41.477Z||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-02-06T01:52:41.477Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:41.486Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:41.486Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:42.377Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "560531e5-d244-41b5-b316-576c3b52e4ec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1995719-f8f6-491e-8a45-837b7096fb02",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "e8949311-7b85-400e-bc6e-b50f09a7d295",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "837d7b70-814b-4948-8889-d371e8d525ac",
      "resourceInvariantUUID": "4ddbbdd2-6a8d-4e3d-9d99-9ea50bda421d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MDVmYWM4MjdjYTc5MGFkMjI3NzdmNjdkYzY3NWYxYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1c345ab4-aa31-4e9a-862d-f1284ca33ea3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b4b551e0-be21-4ca9-92ce-5c5930ac02fe",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cb1cf788-622d-4e75-96b0-126095a86621",
            "generatedFromUUID": "b4b551e0-be21-4ca9-92ce-5c5930ac02fe"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cb1cf788-622d-4e75-96b0-126095a86621",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NTY1OWM4N2I2MmQ1Y2Q3NWNkZDY0MzM2NWQzYjYyNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2fc8c968-ad82-45e1-846c-32d5e77df132"
    }
  ],
  "workloadContext": "Production"
}
2022-02-06T01:52:42.377Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-06T01:52:42.378Z|caf21107-2204-4230-ad28-896406144357|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 560531e5-d244-41b5-b316-576c3b52e4ec ASDC
2022-02-06T01:52:42.378Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:54f98478-4706-4e33-b071-9c661ccf4581
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:560531e5-d244-41b5-b316-576c3b52e4ec
ServiceInvariantUUID:e1995719-f8f6-491e-8a45-837b7096fb02
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:2fc8c968-ad82-45e1-846c-32d5e77df132
ArtifactChecksum:NTY1OWM4N2I2MmQ1Y2Q3NWNkZDY0MzM2NWQzYjYyNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:e8949311-7b85-400e-bc6e-b50f09a7d295
ResourceInvariantUUID:4ddbbdd2-6a8d-4e3d-9d99-9ea50bda421d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:837d7b70-814b-4948-8889-d371e8d525ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:1c345ab4-aa31-4e9a-862d-f1284ca33ea3
ArtifactChecksum:MDVmYWM4MjdjYTc5MGFkMjI3NzdmNjdkYzY3NWYxYmY=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b4b551e0-be21-4ca9-92ce-5c5930ac02fe
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:cb1cf788-622d-4e75-96b0-126095a86621
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:cb1cf788-622d-4e75-96b0-126095a86621
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-06T01:52:42.378Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 560531e5-d244-41b5-b316-576c3b52e4ec 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-02-06T01:52:42.406Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:52:42.406Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:52:42.406Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:52:42.407Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2fc8c968-ad82-45e1-846c-32d5e77df132 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-06T01:52:42.407Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:52:42.407Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-06T01:52:42.492Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:52:42.495Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2fc8c968-ad82-45e1-846c-32d5e77df132 73643
2022-02-06T01:52:42.495Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-06T01:52:42.495Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-06T01:52:42.496Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:52:42.496Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:42.497Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:42.497Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112362495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:52:42.598Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:52:42.598Z||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-02-06T01:52:42.598Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:42.607Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:42.607Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:43.498Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-06T01:52:43.499Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-06T01:52:43.500Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2fc8c968-ad82-45e1-846c-32d5e77df132, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:43.500Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-06T01:52:43.500Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:43.501Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:43.587Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5598278785259303197/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-06T01:52:44.407Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-06T01:52:44.408Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:52:44.408Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:44.408Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||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-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||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-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||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-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||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-Basicclamp-csar.csar
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-06T01:52:44.409Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.410Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:44.410Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:44.410Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:52:44.410Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:52:44.410Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.410Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-06T01:52:44.411Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.412Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:44.413Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:52:44.413Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.413Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:44.413Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:52:44.413Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.413Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:44.413Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6814f21-4689-4dc2-8af6-8bc316daef34
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:44.414Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.415Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:44.415Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.415Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:44.415Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:44.415Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:44.415Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:560531e5-d244-41b5-b316-576c3b52e4ec
Model Version:NULL
Model InvariantUuid:e1995719-f8f6-491e-8a45-837b7096fb02
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:9696b6e8-243c-486e-9f03-53d46d2329a4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ddbbdd2-6a8d-4e3d-9d99-9ea50bda421d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e8949311-7b85-400e-bc6e-b50f09a7d295
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b5b341a9-dc60-49ef-a345-798ee444db58
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a0bf6ab4-cc4d-4b46-9537-bfc24bfaf410
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f6814f21-4689-4dc2-8af6-8bc316daef34
ModelInvariantUuid:a210e2fa-4b40-4ea7-add0-65193ddab35e
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:7b8c28a3-4b34-421c-8167-0b0a61077068
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:cd6fc63f-bb4a-41f2-84ea-80d2f79690c0
ModelInvariantUuid:a763a502-f78c-4308-bd5d-ecf26164f5ba
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c08e23ee-2d57-4e8f-81f6-06c837e0e83e
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-02-06T01:52:44.422Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 837d7b70-814b-4948-8889-d371e8d525ac
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-02-06T01:52:44.424Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||basicclamp 0
2022-02-06T01:52:44.424Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 837d7b70-814b-4948-8889-d371e8d525ac
2022-02-06T01:52:44.424Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1c345ab4-aa31-4e9a-862d-f1284ca33ea3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-06T01:52:44.424Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:52:44.424Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-06T01:52:44.456Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:52:44.457Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1c345ab4-aa31-4e9a-862d-f1284ca33ea3 790
2022-02-06T01:52:44.457Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-06T01:52:44.457Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-06T01:52:44.457Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:52:44.457Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:44.459Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:44.459Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112364457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:52:44.559Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:44.560Z||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-02-06T01:52:44.560Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:44.568Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:44.568Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:45.459Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b5b341a9-dc60-49ef-a345-798ee444db58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0bf6ab4-cc4d-4b46-9537-bfc24bfaf410",
    "vfModuleModelCustomizationUUID": "ed49206f-5eed-4216-b56c-a1179b142b48",
    "isBase": true,
    "artifacts": [
      "b4b551e0-be21-4ca9-92ce-5c5930ac02fe",
      "cb1cf788-622d-4e75-96b0-126095a86621"
    ],
    "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-02-06T01:52:45.462Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0bf6ab4-cc4d-4b46-9537-bfc24bfaf410
VfModuleModelInvariantUUID:b5b341a9-dc60-49ef-a345-798ee444db58
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4b551e0-be21-4ca9-92ce-5c5930ac02fe
,
cb1cf788-622d-4e75-96b0-126095a86621

}
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-02-06T01:52:45.464Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b5b341a9-dc60-49ef-a345-798ee444db58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0bf6ab4-cc4d-4b46-9537-bfc24bfaf410",
    "vfModuleModelCustomizationUUID": "ed49206f-5eed-4216-b56c-a1179b142b48",
    "isBase": true,
    "artifacts": [
      "b4b551e0-be21-4ca9-92ce-5c5930ac02fe",
      "cb1cf788-622d-4e75-96b0-126095a86621"
    ],
    "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-02-06T01:52:45.464Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0bf6ab4-cc4d-4b46-9537-bfc24bfaf410
VfModuleModelInvariantUUID:b5b341a9-dc60-49ef-a345-798ee444db58
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4b551e0-be21-4ca9-92ce-5c5930ac02fe
,
cb1cf788-622d-4e75-96b0-126095a86621

}
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-02-06T01:52:45.464Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4b551e0-be21-4ca9-92ce-5c5930ac02fe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-06T01:52:45.464Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:52:45.464Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-06T01:52:45.496Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:52:45.496Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b4b551e0-be21-4ca9-92ce-5c5930ac02fe 5033
2022-02-06T01:52:45.496Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T01:52:45.497Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-06T01:52:45.497Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:52:45.497Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:45.498Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:45.498Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112365496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:52:45.599Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:45.599Z||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-02-06T01:52:45.599Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:45.609Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:45.609Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-06T01:52:46.499Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb1cf788-622d-4e75-96b0-126095a86621 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-06T01:52:46.500Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-06T01:52:46.500Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-06T01:52:46.531Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-06T01:52:46.531Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env cb1cf788-622d-4e75-96b0-126095a86621 909
2022-02-06T01:52:46.531Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T01:52:46.531Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-06T01:52:46.532Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-06T01:52:46.532Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:46.533Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:46.533Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:52:46.633Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:46.634Z||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-02-06T01:52:46.634Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:46.643Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:46.643Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:47.534Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 560531e5-d244-41b5-b316-576c3b52e4ec
2022-02-06T01:52:47.534Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 837d7b70-814b-4948-8889-d371e8d525ac 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-02-06T01:52:47.545Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c01584, org.onap.sdc.toscaparser.api.parameters.Input@2e48f13e, org.onap.sdc.toscaparser.api.parameters.Input@685dcb7, org.onap.sdc.toscaparser.api.parameters.Input@1e291f2e, org.onap.sdc.toscaparser.api.parameters.Input@1dc6455a]
2022-02-06T01:52:47.546Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.546Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.546Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-02-06T01:52:47.547Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e8949311-7b85-400e-bc6e-b50f09a7d295
2022-02-06T01:52:47.547Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8949311-7b85-400e-bc6e-b50f09a7d295 matches Tosca VF Customization UUID: e8949311-7b85-400e-bc6e-b50f09a7d295
2022-02-06T01:52:47.547Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e8949311-7b85-400e-bc6e-b50f09a7d295  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-02-06T01:52:47.549Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.549Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.549Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e8949311-7b85-400e-bc6e-b50f09a7d295: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-06T01:52:47.549Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a203856
2022-02-06T01:52:47.550Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.550Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-06T01:52:47.550Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed49206f-5eed-4216-b56c-a1179b142b48
2022-02-06T01:52:47.550Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed49206f-5eed-4216-b56c-a1179b142b48
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-02-06T01:52:47.552Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.552Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:47.552Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:52:47.552Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.553Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:47.553Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:52:47.553Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.553Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-06T01:52:47.553Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-06T01:52:47.553Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-06T01:52:47.553Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6814f21-4689-4dc2-8af6-8bc316daef34
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-02-06T01:52:47.555Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.555Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:47.556Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-06T01:52:47.556Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.556Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-06T01:52:47.556Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e8949311-7b85-400e-bc6e-b50f09a7d295
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-02-06T01:52:47.557Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.558Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.558Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 560531e5-d244-41b5-b316-576c3b52e4ec: basicclamp
2022-02-06T01:52:47.558Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.558Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.558Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.558Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.558Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.559Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.559Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.559Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.559Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-06T01:52:47.559Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-06T01:52:47.559Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
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-02-06T01:52:47.629Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 837d7b70-814b-4948-8889-d371e8d525ac 1 ASDC deployResourceStructure
2022-02-06T01:52:47.629Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-06T01:52:47.629Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-06T01:52:47.630Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:52:47.630Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:47.632Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:47.632Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112367629,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:52:47.732Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:47.733Z||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-02-06T01:52:47.733Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:47.742Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:47.742Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:48.633Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-06T01:52:48.634Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-06T01:52:48.634Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:52:48.634Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:48.636Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:48.636Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112368633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:52:48.736Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-06T01:52:48.737Z||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-02-06T01:52:48.737Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:48.746Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:48.746Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:49.637Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-06T01:52:49.638Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-06T01:52:49.638Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:52:49.638Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:49.640Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:49.640Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112369637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:52:49.740Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:49.741Z||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-02-06T01:52:49.741Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:49.751Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:49.752Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:50.641Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-06T01:52:50.641Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-06T01:52:50.641Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-06T01:52:50.642Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:52:50.643Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:52:50.643Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112370641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:52:50.743Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:52:50.744Z||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-02-06T01:52:50.744Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:52:50.755Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:52:50.756Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-06T01:52:51.644Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54f98478-4706-4e33-b071-9c661ccf4581
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-06T01:52:51.669Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54f98478-4706-4e33-b071-9c661ccf4581
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-02-06T01:52:51.671Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-06T01:52:51.671Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-06T01:52:51.671Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-06T01:52:51.672Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-06T01:52:51.672Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:51.672Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-06T01:52:51.672Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-06T01:52:51.672Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-02-06T01:52:51.676Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-06T01:53:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:53:03.863Z||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-02-06T01:53:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:53:04.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:53:04.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "caf21107-2204-4230-ad28-896406144357",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112353340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644111989567,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112362495,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112364457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112365496,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112367629,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112368633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112369637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-06T01:53:04.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112370641,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-06T01:53:04.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:53:21.677Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54f98478-4706-4e33-b071-9c661ccf4581 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-02-06T01:53:21.682Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54f98478-4706-4e33-b071-9c661ccf4581 and serviceModelVersionId: 560531e5-d244-41b5-b316-576c3b52e4ec
2022-02-06T01:53:21.682Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1995719-f8f6-491e-8a45-837b7096fb02
2022-02-06T01:53:21.682Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0
2022-02-06T01:53:21.685Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-06T01:53:21.714Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0|INFO|500||Invoke
2022-02-06T01:53:21.714Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54f98478-4706-4e33-b071-9c661ccf4581], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[86d86235-e0f5-45f8-9e40-895a69ae3999], X-ECOMP-RequestID=[54f98478-4706-4e33-b071-9c661ccf4581], X-TransactionId=[], X-ONAP-RequestID=[54f98478-4706-4e33-b071-9c661ccf4581], Content-Type=[application/merge-patch+json]}
2022-02-06T01:53:21.732Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-06T01:53:21.992Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?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/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220206-01:53:21:740-38591], vertex-id=[200936], Content-Length=[0], Date=[Sun, 06 Feb 2022 01:53:21 GMT], Content-Type=[application/json]}
2022-02-06T01:53:21.993Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-06T01:53:21.993Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1995719-f8f6-491e-8a45-837b7096fb02/model-vers/model-ver/560531e5-d244-41b5-b316-576c3b52e4ec?depth=0|INFO|500||InvokeReturn
2022-02-06T01:53:21.993Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-06T01:53:21.993Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||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-02-06T01:53:21.996Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||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-02-06T01:53:21.996Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54f98478-4706-4e33-b071-9c661ccf4581 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-02-06T01:53:21.996Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-06T01:53:21.997Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-06T01:53:21.998Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-06T01:53:21.998Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112401996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-06T01:53:22.098Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-06T01:53:22.099Z||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-02-06T01:53:22.099Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NynUlASnTely1qJQ) ...
2022-02-06T01:53:22.230Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:53:22.230Z||pool-110-thread-1|||||INFO|500||cambria reply ok (132 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-02-06T01:53:23.011Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:53:23.012Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:53:23.012Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:53:34.104Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:53:34.104Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:53:34.105Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:53:34.105Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:53:43.636Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:53:43.637Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:53:43.637Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:53:43.637Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:53:53.168Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:53:53.169Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:53:53.169Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:53:53.169Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:02.700Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:02.701Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:02.701Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:54:02.701Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:03.862Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T01:54:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:04.487Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:04.487Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-06T01:54:04.488Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54f98478-4706-4e33-b071-9c661ccf4581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644112401996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-06T01:54:04.488Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-06T01:54:12.234Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:12.234Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:12.235Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:54:12.235Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:21.769Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:21.769Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:21.770Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:54:21.770Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:31.301Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:31.301Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:31.301Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:54:31.301Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:40.833Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:40.834Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:40.834Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:54:40.834Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:50.366Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:50.366Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:50.367Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:54:50.367Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:54:59.908Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:54:59.909Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:54:59.909Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:54:59.910Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:55:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:55:03.863Z||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-02-06T01:55:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:55:09.438Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:55:09.438Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:55:09.439Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:55:09.439Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:55:13.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:55:18.969Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:56:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:56:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:56:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:56:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:56:03.863Z||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-02-06T01:56:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:56:13.397Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:56:13.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:57:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:57:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:57:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:57:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:57:03.863Z||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-02-06T01:57:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:57:13.396Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:57:13.399Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:58:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:58:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:58:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:58:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:58:03.863Z||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-02-06T01:58:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:58:13.395Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:58:13.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:59:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:59:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T01:59:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T01:59:03.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T01:59:03.863Z||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-02-06T01:59:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T01:59:13.398Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T01:59:13.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:00:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:00:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T02:00:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T02:00:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:00:03.863Z||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-02-06T02:00:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:00:13.399Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:00:13.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:01:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:01:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T02:01:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T02:01:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:01:03.863Z||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-02-06T02:01:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:01:13.397Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:01:13.399Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:02:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:02:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T02:02:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T02:02:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:02:03.863Z||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-02-06T02:02:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:02:13.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:02:13.401Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:03:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:03:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T02:03:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T02:03:03.862Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:03:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T02:03:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T02:03:13.397Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:03:13.397Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:04:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:04:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T02:04:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T02:04:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:04:03.863Z||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-02-06T02:04:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:04:13.397Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:04:13.397Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:05:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:05:03.861Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T02:05:03.862Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T02:05:03.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:05:03.863Z||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-02-06T02:05:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:05:13.403Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:05:13.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:06:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:06:03.862Z||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-02-06T02:06:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:06:03.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:06:03.863Z||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-02-06T02:06:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:06:13.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:06:13.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:07:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:07:03.861Z||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-02-06T02:07:03.861Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:07:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:07:03.863Z||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-02-06T02:07:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:07:13.397Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:07:13.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:08:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:08:03.861Z||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-02-06T02:08:03.861Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:08:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:08:03.863Z||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-02-06T02:08:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:08:13.399Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:08:13.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:09:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:09:03.861Z||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-02-06T02:09:03.861Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:09:03.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:09:03.863Z||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-02-06T02:09:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:09:13.396Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:09:13.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:10:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:10:03.862Z||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-02-06T02:10:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:10:03.862Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:10:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T02:10:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T02:10:13.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:10:13.398Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:11:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:11:03.862Z||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-02-06T02:11:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:11:03.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:11:03.863Z||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-02-06T02:11:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:11:13.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:11:13.397Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:12:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:12:03.862Z||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-02-06T02:12:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:12:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:12:03.863Z||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-02-06T02:12:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:12:13.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:12:13.401Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:13:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:13:03.862Z||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-02-06T02:13:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:13:03.863Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:13:03.863Z||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-02-06T02:13:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:13:13.402Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:13:13.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:14:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:14:03.861Z||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-02-06T02:14:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:14:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:14:03.863Z||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-02-06T02:14:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:14:13.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:14:13.428Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:15:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:15:03.861Z||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-02-06T02:15:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:15:03.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:15:03.863Z||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-02-06T02:15:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:15:13.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:15:13.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:16:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:16:03.861Z||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-02-06T02:16:03.861Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:16:03.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:16:03.863Z||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-02-06T02:16:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:16:13.401Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:16:13.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:17:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:17:03.861Z||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-02-06T02:17:03.861Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:17:03.862Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:17:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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-02-06T02:17:03.863Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|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 NynUlASnTely1qJQ) ...
2022-02-06T02:17:13.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:17:13.398Z|a65fa40a-6b2f-4d89-a786-fb4b3d1103cd|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:18:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:18:03.862Z||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-02-06T02:18:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:18:03.864Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:18:03.865Z|54f98478-4706-4e33-b071-9c661ccf4581|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-02-06T02:18:03.866Z|54f98478-4706-4e33-b071-9c661ccf4581|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 NynUlASnTely1qJQ) ...
2022-02-06T02:18:13.401Z|54f98478-4706-4e33-b071-9c661ccf4581|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:18:13.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:19:03.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:19:03.861Z||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-02-06T02:19:03.862Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:19:03.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-06T02:19:03.863Z||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-02-06T02:19:03.863Z||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 NynUlASnTely1qJQ) ...
2022-02-06T02:19:13.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-06T02:19:13.397Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK