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-15T03:06:17.975Z||main|||||INFO|500||The following profiles are active: basic
2022-02-15T03:06:27.527Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-15T03:06:27.527Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-15T03:06:27.600Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-15T03:06:29.648Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-15T03:06:29.799Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-15T03:06:30.200Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-15T03:06:30.212Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-15T03:06:30.290Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-15T03:06:30.405Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-15T03:06:30.796Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-15T03:06:31.821Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-15T03:06:33.682Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-15T03:06:33.729Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-15T03:06:34.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-15T03:06:34.319Z||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-15T03:06:35.461Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-15T03:06:36.403Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-15T03:06:36.424Z||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$$a5c7c881.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-15T03:06:36.425Z||main|||||WARN|500||The sdc end point is not alive
2022-02-15T03:06:39.218Z||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-15T03:06:41.719Z||main|||||WARN|500||---
2022-02-15T03:06:41.719Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-15T03:06:41.719Z||main|||||WARN|500||---
2022-02-15T03:06:42.065Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-15T03:06:45.962Z||main|||||INFO|500||Started Application in 32.22 seconds (JVM running for 33.322)
2022-02-15T03:06:45.973Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-15T03:06:45.974Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-15T03:06:46.010Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-15T03:06:46.033Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-15T03:06:46.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c2c10a0-6dfc-4cbb-a61f-af93dd9c15bd url= /sdc/v1/artifactTypes
2022-02-15T03:06:46.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-15T03:06:46.305Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-15T03:06:46.326Z||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-15T03:06:46.345Z||scheduling-1|||||DEBUG|500||create keys
2022-02-15T03:06:46.351Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-15T03:06:47.856Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:06:47.870Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2800f2e7-702e-4f36-a818-c3c4dca737f1 url= /sdc/v1/registerForDistribution
2022-02-15T03:06:49.329Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2800f2e7-702e-4f36-a818-c3c4dca737f1 url= /sdc/v1/registerForDistribution
2022-02-15T03:06:49.329Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-15T03:06:49.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:06:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:06:49.340Z||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-15T03:06:49.341Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:06:49.341Z||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-15T03:06:49.341Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:06:49.342Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-15T03:07:03.157Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:07:03.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:07:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:07:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:07:49.337Z||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-15T03:07:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:07:49.337Z||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-15T03:07:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:07:58.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:07:58.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:08:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:08:49.336Z||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-15T03:08:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:08:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:08:49.338Z||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-15T03:08:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:08:58.884Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:08:58.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:09:49.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:09:49.337Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T03:09:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:09:49.337Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:09:49.337Z||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-15T03:09:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:09:58.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:09:58.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:10:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:10:49.336Z||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-15T03:10:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:10:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:10:49.338Z||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-15T03:10:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:10:58.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:10:58.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:11:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:11:49.336Z||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-15T03:11:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:11:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:11:49.337Z||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-15T03:11:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:11:58.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:11:58.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:12:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:12:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:12:49.337Z||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-15T03:12:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:12:49.337Z||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-15T03:12:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:12:58.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:12:58.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:13:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:13:49.336Z||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-15T03:13:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:13:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:13:49.337Z||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-15T03:13:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:13:58.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:13:58.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:14:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:14:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:14:49.337Z||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-15T03:14:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:14:49.337Z||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-15T03:14:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:14:58.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:14:58.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:15:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:15:49.336Z||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-15T03:15:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:15:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:15:49.337Z||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-15T03:15:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:15:58.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:15:58.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:16:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:16:49.336Z||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-15T03:16:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:16:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:16:49.337Z||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-15T03:16:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:16:58.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:16:58.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:16:59.618Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-15T03:17:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:17:49.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T03:17:49.336Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:17:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:17:49.338Z||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-15T03:17:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:17:58.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:17:58.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:18:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:18:49.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T03:18:49.336Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:18:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:18:49.337Z||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-15T03:18:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:18:58.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:18:58.884Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:19:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:19:49.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T03:19:49.336Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:19:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:19:49.337Z||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-15T03:19:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:19:58.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:19:58.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:20:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:20:49.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T03:20:49.336Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:20:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:20:49.337Z||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-15T03:20:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:20:58.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:20:58.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:21:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:21:49.336Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T03:21:49.336Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:21:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:21:49.337Z||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-15T03:21:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:21:58.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:21:58.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:22:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:22:49.336Z||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-15T03:22:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:22:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:22:49.338Z||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-15T03:22:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:22:58.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:22:58.884Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:23:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:23:49.336Z||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-15T03:23:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:23:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:23:49.337Z||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-15T03:23:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:23:58.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:23:58.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:24:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:24:49.336Z||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-15T03:24:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:24:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:24:49.337Z||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-15T03:24:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:24:58.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:24:58.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:25:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:25:49.336Z||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-15T03:25:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:25:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:25:49.337Z||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-15T03:25:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:25:58.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:25:58.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:26:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:26:49.336Z||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-15T03:26:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:26:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:26:49.337Z||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-15T03:26:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:26:58.880Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:26:58.884Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:27:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:27:49.336Z||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-15T03:27:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:27:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:27:49.337Z||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-15T03:27:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:27:58.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:27:58.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:28:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:28:49.336Z||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-15T03:28:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:28:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:28:49.338Z||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-15T03:28:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:28:58.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:28:58.880Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:29:49.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:29:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:29:49.337Z||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-15T03:29:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:29:49.337Z||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-15T03:29:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:29:58.879Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:29:58.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:30:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:30:49.337Z||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-15T03:30:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:30:49.338Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:30:49.339Z||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-15T03:30:49.339Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:30:58.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:30:58.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:31:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:31:49.336Z||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-15T03:31:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:31:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:31:49.337Z||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-15T03:31:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:31:58.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:31:58.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:32:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:32:49.336Z||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-15T03:32:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:32:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:32:49.337Z||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-15T03:32:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:32:58.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:32:58.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:33:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:33:49.336Z||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-15T03:33:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:33:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:33:49.337Z||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-15T03:33:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:33:58.884Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:33:58.884Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:34:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:34:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:34:49.339Z||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-15T03:34:49.339Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:34:49.339Z||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-15T03:34:49.339Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:34:58.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:34:58.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:35:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:35:49.336Z||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-15T03:35:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:35:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:35:49.337Z||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-15T03:35:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:35:58.882Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:35:58.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:36:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:36:49.336Z||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-15T03:36:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:36:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:36:49.337Z||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-15T03:36:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:36:58.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:36:58.882Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:37:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:37:49.336Z||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-15T03:37:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:37:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:37:49.337Z||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-15T03:37:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:37:58.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:37:58.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:38:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:38:49.336Z||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-15T03:38:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:38:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:38:49.337Z||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-15T03:38:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:38:58.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:38:58.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:39:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:39:49.336Z||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-15T03:39:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:39:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:39:49.338Z||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-15T03:39:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:39:58.878Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:39:58.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:40:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:40:49.336Z||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-15T03:40:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:40:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:40:49.338Z||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-15T03:40:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:40:58.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:40:58.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:41:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:41:49.336Z||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-15T03:41:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:41:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:41:49.337Z||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-15T03:41:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:41:58.876Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:41:58.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:42:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:42:49.336Z||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-15T03:42:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:42:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:42:49.338Z||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-15T03:42:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:42:58.881Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:42:58.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:43:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:43:49.336Z||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-15T03:43:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:43:49.337Z||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-15T03:43:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:43:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:43:58.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:43:58.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:44:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:44:49.336Z||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-15T03:44:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:44:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:44:49.337Z||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-15T03:44:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:44:58.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:44:58.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:45:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:45:49.336Z||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-15T03:45:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:45:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:45:49.337Z||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-15T03:45:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:45:58.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:45:58.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:46:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:46:49.336Z||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-15T03:46:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:46:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:46:49.337Z||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-15T03:46:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:46:58.884Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:46:58.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:47:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:47:49.336Z||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-15T03:47:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:47:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:47:49.337Z||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-15T03:47:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:47:58.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:47:58.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:48:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:48:49.336Z||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-15T03:48:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:48:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:48:49.337Z||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-15T03:48:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:48:58.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:48:58.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:49:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:49:49.336Z||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-15T03:49:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:49:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:49:49.337Z||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-15T03:49:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:49:58.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:49:58.880Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:50:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:50:49.336Z||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-15T03:50:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:50:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:50:49.338Z||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-15T03:50:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:50:58.885Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:50:58.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:51:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:51:49.336Z||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-15T03:51:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:51:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:51:49.338Z||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-15T03:51:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:51:58.879Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:51:58.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:52:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:52:49.336Z||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-15T03:52:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:52:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:52:49.337Z||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-15T03:52:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:52:58.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:52:58.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:53:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:53:49.336Z||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-15T03:53:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:53:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:53:49.337Z||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-15T03:53:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:53:58.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:53:58.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:54:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:54:49.336Z||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-15T03:54:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:54:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:54:49.337Z||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-15T03:54:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:54:58.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:54:58.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:55:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:55:49.336Z||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-15T03:55:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:55:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:55:49.337Z||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-15T03:55:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:55:58.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:55:58.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:56:49.336Z||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-15T03:56:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:56:49.337Z||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-15T03:56:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:49.801Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:49.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644897389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897389551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644897389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897389551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644897389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897389551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "dcae-sch",
  "timestamp": 1644897394919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897395418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644897389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897389551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "dcae-sch",
  "timestamp": 1644897394919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897395418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644897389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897389551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "dcae-sch",
  "timestamp": 1644897394919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897395418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644897389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897389551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "dcae-sch",
  "timestamp": 1644897394919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897395418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897398611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644897389853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897389551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "dcae-sch",
  "timestamp": 1644897394919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897395418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897398611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897400532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "dcae-sch",
  "timestamp": 1644897394919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897395418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897398611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897401538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "dcae-sch",
  "timestamp": 1644897394919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897395418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897398611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:49.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "policy-id",
  "timestamp": 1644897402541,
  "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=?
2022-02-15T03:56:49.966Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:49.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cffc410d-3d91-4825-8b5f-212f4437ca1f","serviceName":"vFW 2022-02-15 03-54-34","serviceVersion":"1.0","serviceUUID":"4ca1468a-4c7f-496a-a48b-5aad21c0f0ea","serviceDescription":"catalog service description","serviceInvariantUUID":"72b1fa28-8941-4c0a-8a35-11a448459df5","resources":[{"resourceInstanceName":"vFW 1b7d3cd7-233f 0","resourceName":"vFW 1b7d3cd7-233f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc23a41c-b19c-4ea3-9d50-7b2edfb21ace","resourceInvariantUUID":"c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8","resourceCustomizationUUID":"85f26649-8f7b-4aa7-ae45-f3d3712577a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml","artifactChecksum":"OGMyYjFiMjczYzVkZTU1ZGEzNDA3NmI0YzcyZWQ1Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88008d7e-061c-489e-b31b-8851ca9881e5","artifactVersion":"1"},{"artifactName":"vfw1b7d3cd7233f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json","artifactChecksum":"NzFkNmY4M2I2ODM0ZDg5ODBhMGUwYTQ0OTBiNDNkYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a567b4a-3994-436e-81c3-a3db3c915df0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e31c1226-16aa-47c3-8462-3b85b06bf808","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjY4NDNjNzdmZjhlMDBmMjdlODA3OTM3ZTg0OGNhYWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c7d642c-edc8-400d-9bf6-79ebaace24a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b191bea-1a56-402d-abbb-b67dbe304e45","artifactVersion":"2","generatedFromUUID":"e31c1226-16aa-47c3-8462-3b85b06bf808"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220215035434-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml","artifactChecksum":"M2VjYmFkZDg5MWE3ZTFmNjRjNzEzYjM4MDg5YjY5NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5168956-40e2-42c0-81d1-5f8fa3dd736a","artifactVersion":"1"},{"artifactName":"service-Vfw20220215035434-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar","artifactChecksum":"ZjgxMjljNDMxNjVjYWY1NWYxMWFjNzFmOWFkN2U2NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a848a241-b55e-445b-8c0c-f84ff34fa8d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T03:56:49.975Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:49.980Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-15T03:56:49.989Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:49.989Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.996Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:56:50.015Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-15T03:56:50.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897402021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897398611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897403542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897402021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897398611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "cds",
  "timestamp": 1644897404553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-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-15T03:56:50.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:56:50.056Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-15T03:56:50.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897402021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897398611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897402021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897405433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897406354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897402021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897405433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897407513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897402021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897405433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897408621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897402021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897405433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:56:50.089Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-15T03:56:50.092Z||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-15T03:56:50.092Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:50.105Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:50.106Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:50.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:50.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:50.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:50.996Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T03:56:51.096Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:51.097Z||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-15T03:56:51.097Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:51.109Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:51.110Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:51.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:51.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:51.999Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:51.999Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-15T03:56:52.099Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:52.099Z||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-15T03:56:52.100Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:52.112Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:52.113Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:52.999Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:53.000Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:53.002Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:53.002Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:53.102Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:53.103Z||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-15T03:56:53.103Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:53.115Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:53.115Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:56:54.002Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:54.003Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:54.005Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:54.005Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-15T03:56:54.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:54.106Z||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-15T03:56:54.106Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:54.120Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:54.120Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:56:55.006Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:55.007Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:55.009Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:55.009Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:56:55.109Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:55.110Z||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-15T03:56:55.110Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:55.123Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:55.124Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:56.009Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:56.010Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:56.012Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:56.013Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:56:56.113Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:56.113Z||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-15T03:56:56.114Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:56.127Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:56.128Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:57.014Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "serviceName": "vFW 2022-02-15 03-54-34",
  "serviceVersion": "1.0",
  "serviceUUID": "4ca1468a-4c7f-496a-a48b-5aad21c0f0ea",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "72b1fa28-8941-4c0a-8a35-11a448459df5",
  "resources": [
    {
      "resourceInstanceName": "vFW 1b7d3cd7-233f 0",
      "resourceCustomizationUUID": "85f26649-8f7b-4aa7-ae45-f3d3712577a0",
      "resourceName": "vFW 1b7d3cd7-233f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc23a41c-b19c-4ea3-9d50-7b2edfb21ace",
      "resourceInvariantUUID": "c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1b7d3cd7233f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
          "artifactChecksum": "NzFkNmY4M2I2ODM0ZDg5ODBhMGUwYTQ0OTBiNDNkYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a567b4a-3994-436e-81c3-a3db3c915df0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e31c1226-16aa-47c3-8462-3b85b06bf808",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7b191bea-1a56-402d-abbb-b67dbe304e45",
            "generatedFromUUID": "e31c1226-16aa-47c3-8462-3b85b06bf808"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7b191bea-1a56-402d-abbb-b67dbe304e45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220215035434-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
      "artifactChecksum": "ZjgxMjljNDMxNjVjYWY1NWYxMWFjNzFmOWFkN2U2NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a848a241-b55e-445b-8c0c-f84ff34fa8d8"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T03:56:57.015Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T03:56:57.015Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea ASDC
2022-02-15T03:56:57.122Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cffc410d-3d91-4825-8b5f-212f4437ca1f
ServiceName:vFW 2022-02-15 03-54-34
ServiceVersion:1.0
ServiceUUID:4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
ServiceInvariantUUID:72b1fa28-8941-4c0a-8a35-11a448459df5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220215035434-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
ArtifactUUID:a848a241-b55e-445b-8c0c-f84ff34fa8d8
ArtifactChecksum:ZjgxMjljNDMxNjVjYWY1NWYxMWFjNzFmOWFkN2U2NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1b7d3cd7-233f 0
ResourceCustomizationUUID:85f26649-8f7b-4aa7-ae45-f3d3712577a0
ResourceInvariantUUID:c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8
ResourceName:vFW 1b7d3cd7-233f
ResourceType:VF
ResourceUUID:cc23a41c-b19c-4ea3-9d50-7b2edfb21ace
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1b7d3cd7233f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
ArtifactUUID:0a567b4a-3994-436e-81c3-a3db3c915df0
ArtifactChecksum:NzFkNmY4M2I2ODM0ZDg5ODBhMGUwYTQ0OTBiNDNkYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
ArtifactUUID:e31c1226-16aa-47c3-8462-3b85b06bf808
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
ArtifactUUID:7b191bea-1a56-402d-abbb-b67dbe304e45
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
ArtifactUUID:7b191bea-1a56-402d-abbb-b67dbe304e45
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-15T03:56:57.123Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea 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-15T03:56:57.162Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T03:56:57.163Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T03:56:57.164Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T03:56:57.164Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a848a241-b55e-445b-8c0c-f84ff34fa8d8 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:57.164Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:56:57.165Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:57.229Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:56:57.245Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar a848a241-b55e-445b-8c0c-f84ff34fa8d8 98922
2022-02-15T03:56:57.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar ASDC sendASDCNotification
2022-02-15T03:56:57.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:57.247Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:56:57.247Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:57.249Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:57.249Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897417245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:56:57.349Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:57.350Z||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-15T03:56:57.350Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:57.399Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:56:57.399Z||pool-10-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:56:58.249Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T03:56:58.251Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T03:56:58.251Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a848a241-b55e-445b-8c0c-f84ff34fa8d8, URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar to file: /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.251Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.310Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.310Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.892Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4913718596864904904/Definitions/service-Vfw20220215035434-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-15T03:57:01.367Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T03:57:01.371Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T03:57:01.371Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.371Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1b7d3cd7-233f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T03:57:01.378Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.379Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.382Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.382Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T03:57:01.384Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T03:57:01.386Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T03:57:01.386Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.386Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.391Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T03:57:01.391Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.391Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3bdf862-2fec-4cf4-a479-45023dac3ffa
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=440b0dcf-eb41-459b-8d9c-a9cc5d8c4628
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64dbbdeb-53bb-4768-b74e-a539dbc168ce
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:01.410Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.410Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-15 03-54-34
Description:catalog service description
Model UUID:4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
Model Version:NULL
Model InvariantUuid:72b1fa28-8941-4c0a-8a35-11a448459df5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1b7d3cd7-233f
Model UUID:c38a19dc-9a26-448e-8d53-cb4454507553
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:85f26649-8f7b-4aa7-ae45-f3d3712577a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d504af9-5efd-4f53-b64f-94d078e565d4
ModelName:Vfw1b7d3cd7233f..base_vfw..module-0
ModelUuid:d515315b-ae00-48fb-93d0-edd7bc235dcd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3bdf862-2fec-4cf4-a479-45023dac3ffa
ModelInvariantUuid:e679a173-ad74-45ee-b5b6-99f3209aade1
ModelName:vFW 1b7d3cd7-233f-nodes.vfwCvfc
ModelUuid:29624d03-3ddd-461f-9b5f-708161c38741
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0ad41e3b-a986-4bb8-b27d-5f8fd16e9ccf
ModelInvariantUuid:b8cd8f62-b27c-4bb2-b565-04d51e1047b2
ModelName:Vfw1b7d3cd7233f.compute.nodes.heat.vfw
ModelUuid:86af4712-6bfe-42dd-9330-249f3fa14e73
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:440b0dcf-eb41-459b-8d9c-a9cc5d8c4628
ModelInvariantUuid:8c178860-102e-4688-ba26-88c4a43026c5
ModelName:vFW 1b7d3cd7-233f-nodes.vsnCvfc
ModelUuid:1128e16d-3c2a-4140-8f6c-f5f273c1533a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6cd9f6f6-038c-47e0-9eec-20291a15e118
ModelInvariantUuid:b15752f2-fb53-49b0-8046-27efb47f7932
ModelName:Vfw1b7d3cd7233f.compute.nodes.heat.vsn
ModelUuid:5e23ec83-1600-4ed6-82b2-26e13ff14d3f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:64dbbdeb-53bb-4768-b74e-a539dbc168ce
ModelInvariantUuid:bb340cbc-a1c8-4a83-8c6a-9bd55b383177
ModelName:vFW 1b7d3cd7-233f-nodes.vpgCvfc
ModelUuid:2b3534d2-bb25-4329-90c1-a6209df2589b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:beee17b5-ffcc-4928-84d7-cbd554942795
ModelInvariantUuid:b7d7996d-b01e-480e-b811-195415301136
ModelName:Vfw1b7d3cd7233f.compute.nodes.heat.vpg
ModelUuid:0c1b511b-0f44-4803-b6c1-19accbcb85c5
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-15T03:57:01.420Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cc23a41c-b19c-4ea3-9d50-7b2edfb21ace
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-15T03:57:01.493Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||vFW 1b7d3cd7-233f 0
2022-02-15T03:57:01.499Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc23a41c-b19c-4ea3-9d50-7b2edfb21ace
2022-02-15T03:57:01.499Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0a567b4a-3994-436e-81c3-a3db3c915df0 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:01.499Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:57:01.500Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json 0a567b4a-3994-436e-81c3-a3db3c915df0 785
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json ASDC sendASDCNotification
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:01.617Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:57:01.617Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:01.619Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:01.619Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897421616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:57:01.719Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:01.720Z||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-15T03:57:01.720Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:01.732Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:01.732Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:02.620Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1b7d3cd7233f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1d504af9-5efd-4f53-b64f-94d078e565d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d515315b-ae00-48fb-93d0-edd7bc235dcd",
    "vfModuleModelCustomizationUUID": "f26e4325-d6f7-4be2-86d4-e04753d079f6",
    "isBase": true,
    "artifacts": [
      "e31c1226-16aa-47c3-8462-3b85b06bf808",
      "7b191bea-1a56-402d-abbb-b67dbe304e45"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-15T03:57:02.632Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b7d3cd7233f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d515315b-ae00-48fb-93d0-edd7bc235dcd
VfModuleModelInvariantUUID:1d504af9-5efd-4f53-b64f-94d078e565d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
e31c1226-16aa-47c3-8462-3b85b06bf808
,
7b191bea-1a56-402d-abbb-b67dbe304e45

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

isBase:true


}

2022-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1b7d3cd7233f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1d504af9-5efd-4f53-b64f-94d078e565d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d515315b-ae00-48fb-93d0-edd7bc235dcd",
    "vfModuleModelCustomizationUUID": "f26e4325-d6f7-4be2-86d4-e04753d079f6",
    "isBase": true,
    "artifacts": [
      "e31c1226-16aa-47c3-8462-3b85b06bf808",
      "7b191bea-1a56-402d-abbb-b67dbe304e45"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b7d3cd7233f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d515315b-ae00-48fb-93d0-edd7bc235dcd
VfModuleModelInvariantUUID:1d504af9-5efd-4f53-b64f-94d078e565d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
e31c1226-16aa-47c3-8462-3b85b06bf808
,
7b191bea-1a56-402d-abbb-b67dbe304e45

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

isBase:true


}

2022-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e31c1226-16aa-47c3-8462-3b85b06bf808 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:02.800Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:57:02.800Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml e31c1226-16aa-47c3-8462-3b85b06bf808 20368
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:02.802Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:02.803Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897422801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:57:02.903Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:02.904Z||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-15T03:57:02.904Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:02.916Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:02.916Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:03.803Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7b191bea-1a56-402d-abbb-b67dbe304e45 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:03.804Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:57:03.804Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:03.913Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env 7b191bea-1a56-402d-abbb-b67dbe304e45 2098
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:57:03.915Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:03.917Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:03.918Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897423914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:57:04.018Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:04.018Z||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-15T03:57:04.019Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:04.033Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:04.033Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:57:04.918Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
2022-02-15T03:57:04.919Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1b7d3cd7-233f 0 cc23a41c-b19c-4ea3-9d50-7b2edfb21ace 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-15T03:57:04.947Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dc9a9a9, org.onap.sdc.toscaparser.api.parameters.Input@2475a65c, org.onap.sdc.toscaparser.api.parameters.Input@61de3c52, org.onap.sdc.toscaparser.api.parameters.Input@53c1374b, org.onap.sdc.toscaparser.api.parameters.Input@73e5587b]
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 85f26649-8f7b-4aa7-ae45-f3d3712577a0
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85f26649-8f7b-4aa7-ae45-f3d3712577a0 matches Tosca VF Customization UUID: 85f26649-8f7b-4aa7-ae45-f3d3712577a0
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 85f26649-8f7b-4aa7-ae45-f3d3712577a0  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-15T03:57:04.956Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.956Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 85f26649-8f7b-4aa7-ae45-f3d3712577a0: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63119485
2022-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T03:57:04.958Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f26e4325-d6f7-4be2-86d4-e04753d079f6
2022-02-15T03:57:04.959Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f26e4325-d6f7-4be2-86d4-e04753d079f6
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-15T03:57:04.963Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.964Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.964Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.964Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3bdf862-2fec-4cf4-a479-45023dac3ffa
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-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=440b0dcf-eb41-459b-8d9c-a9cc5d8c4628
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-15T03:57:04.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.982Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64dbbdeb-53bb-4768-b74e-a539dbc168ce
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-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.989Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=85f26649-8f7b-4aa7-ae45-f3d3712577a0
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-15T03:57:04.990Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.990Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea: vFW 1b7d3cd7-233f
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-02-15 03-54-34 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-15T03:57:05.231Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1b7d3cd7-233f cc23a41c-b19c-4ea3-9d50-7b2edfb21ace 1 ASDC deployResourceStructure
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json ASDC sendASDCNotification
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:05.235Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:05.235Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897425232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T03:57:05.334Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T03:57:05.335Z||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-15T03:57:05.335Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:05.349Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:05.349Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:57:06.237Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-15T03:57:06.237Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:06.237Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:06.238Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:06.239Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:06.239Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897426236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T03:57:06.340Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T03:57:06.341Z||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-15T03:57:06.341Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:06.353Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:06.354Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:07.240Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-15T03:57:07.240Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:07.241Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:07.241Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:07.242Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:07.242Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897427240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-15T03:57:07.343Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:07.343Z||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-15T03:57:07.344Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:07.355Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:07.355Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:08.243Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar ASDC sendASDCNotification
2022-02-15T03:57:08.244Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:08.244Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:08.244Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:08.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:08.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897428243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T03:57:08.346Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:08.347Z||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-15T03:57:08.347Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:08.359Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:08.360Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:09.247Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T03:57:09.262Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-15T03:57:09.264Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:57:09.264Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:57:09.265Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:57:39.291Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T03:57:39.304Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-15T03:57:39.306Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:57:39.307Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:57:39.307Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:57:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:57:49.338Z||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-15T03:57:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:49.361Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:57:49.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:57:49.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897409673,
  "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-15T03:57:49.369Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:57:49.369Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-15T03:58:09.307Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T03:58:09.318Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-15T03:58:09.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:58:09.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:58:09.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:58:39.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T03:58:39.330Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-15T03:58:39.332Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:58:39.333Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:58:39.333Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:58:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:58:49.337Z||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-15T03:58:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:58:49.361Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:58:49.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:58:49.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897409936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:58:49.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:09.333Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T03:59:09.342Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-15T03:59:09.344Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:59:09.344Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:59:09.344Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:59:39.345Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T03:59:39.355Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-15T03:59:39.357Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:59:39.357Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:59:39.357Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:59:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:59:49.338Z||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-15T03:59:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:59:49.862Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T03:59:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897405433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644897410677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897405433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897405433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897412928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897412928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897412928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897409335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897412928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897417245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897412928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897412928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897412928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897420737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897421112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897421616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "aai-ml",
  "timestamp": 1644897422116,
  "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-15T03:59:49.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:59:49.888Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-15T03:59:49.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897422801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897423914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897425176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897425232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644897426180,
  "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-15T03:59:49.904Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:59:49.905Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-15T03:59:49.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897426236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897427240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897428243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897428280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897430292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "clamp",
  "timestamp": 1644897431296,
  "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-15T03:59:49.920Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:59:49.920Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-15T04:00:09.358Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:00:09.369Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-15T04:00:09.378Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:00:39.379Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f 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-15T04:00:39.387Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cffc410d-3d91-4825-8b5f-212f4437ca1f and serviceModelVersionId: 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
2022-02-15T04:00:39.387Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72b1fa28-8941-4c0a-8a35-11a448459df5
2022-02-15T04:00:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:00:49.338Z||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-15T04:00:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:00:51.148Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0
2022-02-15T04:00:51.258Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:00:51.704Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|INFO|500||Invoke
2022-02-15T04:00:51.744Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cffc410d-3d91-4825-8b5f-212f4437ca1f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e142908-d561-4a15-9b7c-4c3c9f0b4e32], X-ECOMP-RequestID=[cffc410d-3d91-4825-8b5f-212f4437ca1f], X-TransactionId=[], X-ONAP-RequestID=[cffc410d-3d91-4825-8b5f-212f4437ca1f], Content-Type=[application/merge-patch+json]}
2022-02-15T04:00:51.941Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:00:52.124Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?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/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220215-04:00:51:949-73715], vertex-id=[339968], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:00:51 GMT], Content-Type=[application/json]}
2022-02-15T04:00:52.125Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:00:52.126Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|INFO|500||InvokeReturn
2022-02-15T04:00:52.128Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:00:52.129Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-15T04:00:52.133Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-15T04:00:52.140Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cffc410d-3d91-4825-8b5f-212f4437ca1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:00:52.141Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:00:52.141Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:00:52.142Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:00:52.143Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897652140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:00:52.243Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:00:52.244Z||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-15T04:00:52.244Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:00:52.256Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:00:52.256Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:00:52.868Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:00:52.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:00:52.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644897652140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:00:52.870Z||pool-2-thread-8|||||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-15T04:00:53.158Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:00:53.159Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:00:53.159Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:03.588Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:01:03.588Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:03.589Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:01:03.589Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:13.135Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:01:13.136Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:13.137Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:01:13.137Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:22.676Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:01:22.676Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:22.677Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:01:22.678Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:32.218Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:01:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:01:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:49.337Z||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-15T04:01:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:58.873Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:01:58.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:02:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:02:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:02:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:02:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:02:49.338Z||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-15T04:02:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:02:58.875Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:02:58.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:03:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:03:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:03:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:03:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:03:49.337Z||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-15T04:03:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:03:58.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:03:58.881Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:04:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:04:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:04:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:04:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:04:49.337Z||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-15T04:04:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:04:58.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:04:58.883Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:05:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:05:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:05:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:05:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:05:49.337Z||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-15T04:05:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:05:58.884Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:05:58.887Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:06:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:06:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:06:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:06:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:06:49.337Z||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-15T04:06:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:06:58.878Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:06:58.880Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:07:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:07:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:07:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:07:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:07:49.337Z||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-15T04:07:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:07:58.879Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:07:58.882Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:08:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-15T04:08:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:08:49.337Z||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-15T04:08:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:49.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:49.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c3ce5fd-610d-4c74-9a3a-232325b732de","serviceName":"basic_onboard_zaEaXp","serviceVersion":"1.0","serviceUUID":"5427fec5-d4ae-46c0-8ea2-44f669cc0f1e","serviceDescription":"service","serviceInvariantUUID":"76492b5f-55d4-4c38-a410-843b6ab2684c","resources":[{"resourceInstanceName":"basic_onboard_zaEaXp 0","resourceName":"basic_onboard_zaEaXp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a","resourceInvariantUUID":"b17b94cc-c591-4d9f-b561-84f4ca4e86d7","resourceCustomizationUUID":"de688248-93b0-4504-8a0b-5fd6ae1f0c77","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQyYzBlYmU3YWNjYTdlZGQyZDk3ZmQxNDI5YTQ3ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32f1f0b1-6fef-4f1e-98af-02e8f4d84f1e","artifactVersion":"1"},{"artifactName":"basic_onboard_zaeaxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json","artifactChecksum":"MWE4ZDczNDI2ZmRmMWQ4OWZkN2RmMjE5Mjc1YzExZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bb797f0c-692e-467b-8866-39a46fa56a89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a5d5fff-38e8-431a-8e35-f8e446928c17","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4260f13a-cd14-4f1f-9321-fccd28948f63","artifactVersion":"2","generatedFromUUID":"bb797f0c-692e-467b-8866-39a46fa56a89"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZaeaxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml","artifactChecksum":"NmExOTkwNmVlYjZhNjk1Njc3Y2IzZTYzNTNkM2YyNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"decb3560-021f-4e0a-984b-3aba7379408f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZaeaxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar","artifactChecksum":"OTg4ZGRhOTQ4ZTE0MGU3MDExZTZiNjg3NzU5NDIyY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bd7d8d7-37c7-449f-8348-7526c217c08c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:08:49.968Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:49.968Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:49.968Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898078611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.970Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "dcae-sch",
  "timestamp": 1644898074919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898078611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "dcae-sch",
  "timestamp": 1644898074919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898085418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898078611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "dcae-sch",
  "timestamp": 1644898074919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898085418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898078611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "dcae-sch",
  "timestamp": 1644898074919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898085418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898078611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "dcae-sch",
  "timestamp": 1644898074919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898085418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898078611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "dcae-sch",
  "timestamp": 1644898074919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898085418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898089551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898089853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898078611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "dcae-sch",
  "timestamp": 1644898074919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898085418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898089551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898089853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898091813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898085418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898089551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898089853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898092021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898089551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898093228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898093316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898089853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898092021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898089551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "cds",
  "timestamp": 1644898094321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-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-15T04:08:49.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:49.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-15T04:08:50.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898094325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898089853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898092021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898089551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898095349,
  "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-15T04:08:50.009Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-15T04:08:50.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898089853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898092021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898095433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898089551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898096352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898089853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898092021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898095433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898097318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898092021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898095433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898098322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898092021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898095433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "policy-id",
  "timestamp": 1644898099324,
  "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-15T04:08:50.027Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.028Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-15T04:08:50.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898099807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898095433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898095433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898095433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898102928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898102928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898105407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898102928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "aai-ml",
  "timestamp": 1644898106411,
  "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-15T04:08:50.039Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.039Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-15T04:08:50.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898102928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898102928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898102928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898102928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898110379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898110719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898112389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898112836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:08:50.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "clamp",
  "timestamp": 1644898113392,
  "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-15T04:08:50.053Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.053Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-15T04:08:50.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898113840,
  "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-15T04:08:50.066Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.066Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-15T04:08:50.071Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:08:50.071Z||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-15T04:08:50.071Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:50.085Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:50.085Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:50.971Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:50.972Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:50.974Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:50.974Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:08:51.074Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:51.075Z||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-15T04:08:51.075Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:51.088Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:51.089Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:51.975Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:51.975Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:51.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:51.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:08:52.077Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:52.078Z||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-15T04:08:52.078Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:52.093Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:52.093Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:52.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:52.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:52.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:52.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:53.081Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:08:53.081Z||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-15T04:08:53.081Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:53.094Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:53.094Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:53.981Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:53.982Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:53.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:53.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-15T04:08:54.084Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:54.085Z||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-15T04:08:54.085Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:54.098Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:54.099Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:54.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:54.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:54.987Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:54.987Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:08:55.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:55.088Z||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-15T04:08:55.088Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:55.101Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:55.101Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:55.987Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:55.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:55.989Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:55.990Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:08:56.090Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:56.090Z||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-15T04:08:56.091Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:56.104Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:56.104Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:56.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "serviceName": "basic_onboard_zaEaXp",
  "serviceVersion": "1.0",
  "serviceUUID": "5427fec5-d4ae-46c0-8ea2-44f669cc0f1e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76492b5f-55d4-4c38-a410-843b6ab2684c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zaEaXp 0",
      "resourceCustomizationUUID": "de688248-93b0-4504-8a0b-5fd6ae1f0c77",
      "resourceName": "basic_onboard_zaEaXp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a",
      "resourceInvariantUUID": "b17b94cc-c591-4d9f-b561-84f4ca4e86d7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zaeaxp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
          "artifactChecksum": "MWE4ZDczNDI2ZmRmMWQ4OWZkN2RmMjE5Mjc1YzExZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bb797f0c-692e-467b-8866-39a46fa56a89",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4260f13a-cd14-4f1f-9321-fccd28948f63",
            "generatedFromUUID": "bb797f0c-692e-467b-8866-39a46fa56a89"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4260f13a-cd14-4f1f-9321-fccd28948f63",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZaeaxp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
      "artifactChecksum": "OTg4ZGRhOTQ4ZTE0MGU3MDExZTZiNjg3NzU5NDIyY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4bd7d8d7-37c7-449f-8348-7526c217c08c"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:08:56.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:08:56.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e ASDC
2022-02-15T04:08:56.992Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6c3ce5fd-610d-4c74-9a3a-232325b732de
ServiceName:basic_onboard_zaEaXp
ServiceVersion:1.0
ServiceUUID:5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
ServiceInvariantUUID:76492b5f-55d4-4c38-a410-843b6ab2684c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZaeaxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
ArtifactUUID:4bd7d8d7-37c7-449f-8348-7526c217c08c
ArtifactChecksum:OTg4ZGRhOTQ4ZTE0MGU3MDExZTZiNjg3NzU5NDIyY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zaEaXp 0
ResourceCustomizationUUID:de688248-93b0-4504-8a0b-5fd6ae1f0c77
ResourceInvariantUUID:b17b94cc-c591-4d9f-b561-84f4ca4e86d7
ResourceName:basic_onboard_zaEaXp
ResourceType:VF
ResourceUUID:4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zaeaxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
ArtifactUUID:d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3
ArtifactChecksum:MWE4ZDczNDI2ZmRmMWQ4OWZkN2RmMjE5Mjc1YzExZmM=
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/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bb797f0c-692e-467b-8866-39a46fa56a89
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/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
ArtifactUUID:4260f13a-cd14-4f1f-9321-fccd28948f63
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/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
ArtifactUUID:4260f13a-cd14-4f1f-9321-fccd28948f63
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-15T04:08:56.992Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e 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-15T04:08:57.022Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:08:57.022Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T04:08:57.022Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T04:08:57.023Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4bd7d8d7-37c7-449f-8348-7526c217c08c from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:57.023Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:08:57.023Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:57.114Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:08:57.117Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar 4bd7d8d7-37c7-449f-8348-7526c217c08c 71553
2022-02-15T04:08:57.117Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar ASDC sendASDCNotification
2022-02-15T04:08:57.117Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:57.118Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:08:57.118Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:57.119Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:57.120Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898137117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:57.220Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:57.220Z||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-15T04:08:57.221Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:57.232Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:57.232Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:58.120Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:08:58.121Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T04:08:58.121Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4bd7d8d7-37c7-449f-8348-7526c217c08c, URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.122Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.122Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.122Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.234Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12086597151212518548/Definitions/service-BasicOnboardZaeaxp-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-15T04:08:59.452Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zaEaXp 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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is not matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb865265-8fb9-406b-bd64-6f3b58d5aab5
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zaEaXp
Description:service
Model UUID:5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
Model Version:NULL
Model InvariantUuid:76492b5f-55d4-4c38-a410-843b6ab2684c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zaEaXp
Model UUID:5188ae30-12f0-44a2-9e44-c80d49a66203
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b17b94cc-c591-4d9f-b561-84f4ca4e86d7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:de688248-93b0-4504-8a0b-5fd6ae1f0c77
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:75f126b9-7faa-46ef-90ec-88caad30dbfb
ModelName:BasicOnboardZaeaxp..base_ubuntu18..module-0
ModelUuid:5924c3cf-847f-4025-bc20-4a4f47746cc3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb865265-8fb9-406b-bd64-6f3b58d5aab5
ModelInvariantUuid:6296acda-17a6-4f7e-9191-83ae23f159de
ModelName:basic_onboard_zaEaXp-nodes.ubuntu18Cvfc
ModelUuid:04580f8b-2650-4e5d-a172-fc7e3c1ff7b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a28b0ce0-7c5b-4285-b8c9-49e35e3fbb83
ModelInvariantUuid:83b998e3-a616-41ba-abeb-827dacff1fdc
ModelName:BasicOnboardZaeaxp.compute.nodes.heat.ubuntu18
ModelUuid:86965e53-11a9-4148-bc3c-cd8c6f0b12d7
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-15T04:08:59.465Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a
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-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||basic_onboard_zaEaXp 0
2022-02-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a
2022-02-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3 from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:08:59.469Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3 798
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json ASDC sendASDCNotification
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:08:59.513Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:59.514Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:59.514Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898139512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:08:59.614Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:59.615Z||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-15T04:08:59.615Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:59.628Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:08:59.628Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:00.515Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZaeaxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "75f126b9-7faa-46ef-90ec-88caad30dbfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5924c3cf-847f-4025-bc20-4a4f47746cc3",
    "vfModuleModelCustomizationUUID": "33a31ca7-d752-45f4-969f-a02026eb8a81",
    "isBase": true,
    "artifacts": [
      "bb797f0c-692e-467b-8866-39a46fa56a89",
      "4260f13a-cd14-4f1f-9321-fccd28948f63"
    ],
    "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-15T04:09:00.518Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZaeaxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5924c3cf-847f-4025-bc20-4a4f47746cc3
VfModuleModelInvariantUUID:75f126b9-7faa-46ef-90ec-88caad30dbfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb797f0c-692e-467b-8866-39a46fa56a89
,
4260f13a-cd14-4f1f-9321-fccd28948f63

}
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-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZaeaxp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "75f126b9-7faa-46ef-90ec-88caad30dbfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5924c3cf-847f-4025-bc20-4a4f47746cc3",
    "vfModuleModelCustomizationUUID": "33a31ca7-d752-45f4-969f-a02026eb8a81",
    "isBase": true,
    "artifacts": [
      "bb797f0c-692e-467b-8866-39a46fa56a89",
      "4260f13a-cd14-4f1f-9321-fccd28948f63"
    ],
    "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-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZaeaxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5924c3cf-847f-4025-bc20-4a4f47746cc3
VfModuleModelInvariantUUID:75f126b9-7faa-46ef-90ec-88caad30dbfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb797f0c-692e-467b-8866-39a46fa56a89
,
4260f13a-cd14-4f1f-9321-fccd28948f63

}
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-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb797f0c-692e-467b-8866-39a46fa56a89 from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:00.623Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml bb797f0c-692e-467b-8866-39a46fa56a89 5033
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:00.626Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:00.626Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898140624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:09:00.726Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:00.727Z||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-15T04:09:00.727Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:00.739Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:00.739Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:09:01.626Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4260f13a-cd14-4f1f-9321-fccd28948f63 from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:01.627Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:09:01.628Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:01.709Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:09:01.710Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env 4260f13a-cd14-4f1f-9321-fccd28948f63 909
2022-02-15T04:09:01.710Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-15T04:09:01.711Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:01.711Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:09:01.711Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:01.713Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:01.713Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898141710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:09:01.813Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:09:01.814Z||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-15T04:09:01.814Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:01.828Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:01.828Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:02.714Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
2022-02-15T04:09:02.715Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zaEaXp 0 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a 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-15T04:09:02.726Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@777a7ed, org.onap.sdc.toscaparser.api.parameters.Input@7fc4935, org.onap.sdc.toscaparser.api.parameters.Input@155177b3, org.onap.sdc.toscaparser.api.parameters.Input@46cf706d, org.onap.sdc.toscaparser.api.parameters.Input@7cbdef96]
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= de688248-93b0-4504-8a0b-5fd6ae1f0c77
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de688248-93b0-4504-8a0b-5fd6ae1f0c77 matches Tosca VF Customization UUID: de688248-93b0-4504-8a0b-5fd6ae1f0c77
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: de688248-93b0-4504-8a0b-5fd6ae1f0c77  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-15T04:09:02.730Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.730Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id de688248-93b0-4504-8a0b-5fd6ae1f0c77: {\"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-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48c8d6bc
2022-02-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:09:02.732Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33a31ca7-d752-45f4-969f-a02026eb8a81
2022-02-15T04:09:02.732Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33a31ca7-d752-45f4-969f-a02026eb8a81
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-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is not matching search criteria
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb865265-8fb9-406b-bd64-6f3b58d5aab5
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-15T04:09:02.737Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.737Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=de688248-93b0-4504-8a0b-5fd6ae1f0c77
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-15T04:09:02.739Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e: basic_onboard_zaEaXp
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zaEaXp 
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-15T04:09:02.834Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zaEaXp 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a 1 ASDC deployResourceStructure
2022-02-15T04:09:02.834Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json ASDC sendASDCNotification
2022-02-15T04:09:02.834Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:09:02.835Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:02.835Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:02.836Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:02.836Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898142834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:09:02.937Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:02.938Z||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-15T04:09:02.938Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:02.952Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:02.952Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:03.840Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:03.840Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898143837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:09:03.940Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:03.941Z||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-15T04:09:03.941Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:03.951Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:03.951Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:04.843Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:04.843Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898144841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:09:04.943Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:04.944Z||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-15T04:09:04.944Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:04.955Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:04.956Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:05.844Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar ASDC sendASDCNotification
2022-02-15T04:09:05.844Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:09:05.844Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:05.845Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:05.846Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:05.847Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898145844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:09:05.947Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:05.947Z||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-15T04:09:05.947Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:05.958Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:05.958Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:06.847Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:09:06.857Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de
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-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:09:06.861Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:09:06.861Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:09:06.861Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-15T04:09:06.865Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:09:36.866Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-15T04:09:36.872Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de and serviceModelVersionId: 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
2022-02-15T04:09:36.872Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76492b5f-55d4-4c38-a410-843b6ab2684c
2022-02-15T04:09:36.872Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0
2022-02-15T04:09:36.876Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:09:36.912Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|INFO|500||Invoke
2022-02-15T04:09:36.912Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c3ce5fd-610d-4c74-9a3a-232325b732de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b80c8b5-ab51-45bd-9d5f-8c192d092a48], X-ECOMP-RequestID=[6c3ce5fd-610d-4c74-9a3a-232325b732de], X-TransactionId=[], X-ONAP-RequestID=[6c3ce5fd-610d-4c74-9a3a-232325b732de], Content-Type=[application/merge-patch+json]}
2022-02-15T04:09:36.932Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:09:37.325Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?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/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220215-04:09:36:940-51616], vertex-id=[376968], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:09:36 GMT], Content-Type=[application/json]}
2022-02-15T04:09:37.325Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:09:37.326Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|INFO|500||InvokeReturn
2022-02-15T04:09:37.326Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:09:37.326Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c3ce5fd-610d-4c74-9a3a-232325b732de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:37.333Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:37.333Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898177331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:09:37.433Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:37.434Z||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-15T04:09:37.434Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:37.452Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:37.453Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-15T04:09:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:09:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-15T04:09:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:09:49.337Z||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-15T04:09:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:49.460Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:09:49.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:09:49.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:09:49.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:09:58.883Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:10:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:10:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-15T04:10:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:10:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:10:49.337Z||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-15T04:10:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:10:49.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:10:49.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898129335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898137117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898139512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898140624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898141710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898142834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898143837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898144841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898145844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898177331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:58.877Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:11:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:11:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-15T04:11:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:11:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:11:49.337Z||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-15T04:11:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:11:58.881Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:11:58.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:12:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:12:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-15T04:12:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:12:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:12:49.337Z||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-15T04:12:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:12:58.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:12:58.887Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:13:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:13:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-15T04:13:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:13:49.337Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:13:49.337Z||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-15T04:13:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:13:58.882Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:13:58.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:14:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:14:49.336Z||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-15T04:14:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:14:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:14:49.337Z||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-15T04:14:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:14:58.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:14:58.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:15:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:15:49.336Z||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-15T04:15:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:15:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:15:49.337Z||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-15T04:15:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:15:58.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:15:58.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:16:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:16:49.335Z||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-15T04:16:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:16:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:16:49.337Z||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-15T04:16:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:16:58.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:16:58.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:17:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:17:49.335Z||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-15T04:17:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:17:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:17:49.337Z||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-15T04:17:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:17:58.881Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:17:58.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:18:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:18:49.335Z||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-15T04:18:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:18:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:18:49.337Z||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-15T04:18:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:18:58.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:18:58.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:19:49.336Z||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-15T04:19:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:19:49.337Z||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-15T04:19:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:49.789Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:49.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:19:49.960Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:49.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b7ce915-9f57-441e-9f8e-cb52e4230d6e","serviceName":"Demo_pNF_QB8k2jlo0x5zFQxBNcfh","serviceVersion":"1.0","serviceUUID":"957ac647-24c7-460f-926f-03518290fe52","serviceDescription":"catalog service description","serviceInvariantUUID":"e7b6a021-ea37-4188-9340-278ceb155b7e","resources":[{"resourceInstanceName":"pNF 5d8815f3-5529 0","resourceName":"pNF 5d8815f3-5529","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eb92ab20-b569-4dfd-af3a-879ce97b0b47","resourceInvariantUUID":"1c8f5dad-3ea8-45b7-95a0-09cd719f5687","resourceCustomizationUUID":"b2389671-5fe4-4f29-8015-e3c8f9c32df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml","artifactChecksum":"MTQyNDQzMzFkNTc5MzFkMmE1OTU2ZWM4NGZmMzNlM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d2b2368-5dbd-4e7f-8f95-0cc64f65da91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar","artifactChecksum":"OWY1MTE4ODA0ZGU3OGViYmI2NTY3ZWUxNDE3Y2FmMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce465578-fc15-4fd1-b042-d7b81ed0cde5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"141b2c01-b569-4c64-9d77-94575a227dcd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml","artifactChecksum":"NGQ5NjRhYzFkYmEwNDQyNDgxNjM2M2E1MjY0Y2MzYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"77ee9151-16a3-41ed-93d0-7549847f4124","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49830e7a-be2d-48ae-b819-80fd28e8d60c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25c8b90c-8fbb-412b-8166-fa1c605364be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml","artifactChecksum":"ZWNmYzQ2NjQ1ZTI1ZWRlMDMxOGZmNDU5ZGQzOWIzYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5aaa09bf-d619-4971-b383-8120cf7cce8a","artifactVersion":"1"},{"artifactName":"service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar","artifactChecksum":"NGRiNGI0MWMzNWQxZDc3MzU5ZWYyNjUzMmQyYTBlOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a39b0c70-5384-4928-8cdc-6556631fb6cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:19:49.963Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:49.964Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:49.966Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:49.966Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:50.066Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:50.067Z||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-15T04:19:50.067Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:50.081Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:50.081Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:50.967Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:50.967Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:50.969Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:50.969Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:51.069Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:51.070Z||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-15T04:19:51.070Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:51.083Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:51.084Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:51.969Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:51.970Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:51.971Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:51.971Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:52.072Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:19:52.072Z||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-15T04:19:52.072Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:52.085Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:52.085Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:52.972Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:52.972Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:52.974Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:52.974Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:53.074Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:53.075Z||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-15T04:19:53.075Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:53.087Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:53.088Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:53.974Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:53.975Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:53.976Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:53.977Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:54.077Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:54.077Z||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-15T04:19:54.078Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:54.088Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:54.089Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:54.977Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:54.978Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:54.979Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:54.979Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:55.079Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:55.080Z||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-15T04:19:55.080Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:55.091Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:55.092Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:55.980Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:55.980Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:55.982Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:55.982Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:19:56.082Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:56.083Z||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-15T04:19:56.083Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:56.097Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:56.097Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:56.982Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:56.983Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:56.984Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:56.984Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:19:57.085Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:19:57.085Z||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-15T04:19:57.085Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:57.098Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:57.098Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:19:57.986Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "serviceName": "Demo_pNF_QB8k2jlo0x5zFQxBNcfh",
  "serviceVersion": "1.0",
  "serviceUUID": "957ac647-24c7-460f-926f-03518290fe52",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7b6a021-ea37-4188-9340-278ceb155b7e",
  "resources": [
    {
      "resourceInstanceName": "pNF 5d8815f3-5529 0",
      "resourceCustomizationUUID": "b2389671-5fe4-4f29-8015-e3c8f9c32df1",
      "resourceName": "pNF 5d8815f3-5529",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "eb92ab20-b569-4dfd-af3a-879ce97b0b47",
      "resourceInvariantUUID": "1c8f5dad-3ea8-45b7-95a0-09cd719f5687",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
      "artifactChecksum": "NGRiNGI0MWMzNWQxZDc3MzU5ZWYyNjUzMmQyYTBlOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a39b0c70-5384-4928-8cdc-6556631fb6cf"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:19:57.986Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:19:57.986Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 957ac647-24c7-460f-926f-03518290fe52 ASDC
2022-02-15T04:19:57.986Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3b7ce915-9f57-441e-9f8e-cb52e4230d6e
ServiceName:Demo_pNF_QB8k2jlo0x5zFQxBNcfh
ServiceVersion:1.0
ServiceUUID:957ac647-24c7-460f-926f-03518290fe52
ServiceInvariantUUID:e7b6a021-ea37-4188-9340-278ceb155b7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
ArtifactUUID:a39b0c70-5384-4928-8cdc-6556631fb6cf
ArtifactChecksum:NGRiNGI0MWMzNWQxZDc3MzU5ZWYyNjUzMmQyYTBlOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5d8815f3-5529 0
ResourceCustomizationUUID:b2389671-5fe4-4f29-8015-e3c8f9c32df1
ResourceInvariantUUID:1c8f5dad-3ea8-45b7-95a0-09cd719f5687
ResourceName:pNF 5d8815f3-5529
ResourceType:PNF
ResourceUUID:eb92ab20-b569-4dfd-af3a-879ce97b0b47
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-15T04:19:57.986Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 957ac647-24c7-460f-926f-03518290fe52 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-15T04:19:58.010Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:19:58.010Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a39b0c70-5384-4928-8cdc-6556631fb6cf from URL: /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:58.066Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar a39b0c70-5384-4928-8cdc-6556631fb6cf 82615
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar ASDC sendASDCNotification
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:58.071Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:58.071Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898798069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:19:58.171Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:58.171Z||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-15T04:19:58.171Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:58.189Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:58.189Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:59.071Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:19:59.072Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:19:59.072Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a39b0c70-5384-4928-8cdc-6556631fb6cf, URL: /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar to file: /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.072Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.073Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.073Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.176Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1407440341773711349/Definitions/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d8815f3-5529 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-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d8815f3-5529 0 is matching search criteria
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d8815f3-5529 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d8815f3-5529 0 is matching search criteria
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d8815f3-5529 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.687Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.687Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QB8k2jlo0x5zFQxBNcfh
Description:catalog service description
Model UUID:957ac647-24c7-460f-926f-03518290fe52
Model Version:NULL
Model InvariantUuid:e7b6a021-ea37-4188-9340-278ceb155b7e
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-15T04:19:59.691Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: eb92ab20-b569-4dfd-af3a-879ce97b0b47
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-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||pNF 5d8815f3-5529 0
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eb92ab20-b569-4dfd-af3a-879ce97b0b47
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 957ac647-24c7-460f-926f-03518290fe52
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 957ac647-24c7-460f-926f-03518290fe52
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5d8815f3-5529 0 eb92ab20-b569-4dfd-af3a-879ce97b0b47 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-15T04:19:59.698Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d11104d, org.onap.sdc.toscaparser.api.parameters.Input@790defee, org.onap.sdc.toscaparser.api.parameters.Input@49254917, org.onap.sdc.toscaparser.api.parameters.Input@556b5570, org.onap.sdc.toscaparser.api.parameters.Input@60cda4e8]
2022-02-15T04:19:59.698Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.698Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 957ac647-24c7-460f-926f-03518290fe52: pNF 5d8815f3-5529
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Processing PNF resource: eb92ab20-b569-4dfd-af3a-879ce97b0b47
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Resource customization UUID: b2389671-5fe4-4f29-8015-e3c8f9c32df1 is the same as notified resource customizationUUID: b2389671-5fe4-4f29-8015-e3c8f9c32df1
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-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5d8815f3-5529 eb92ab20-b569-4dfd-af3a-879ce97b0b47 0 ASDC deployResourceStructure
2022-02-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar ASDC sendASDCNotification
2022-02-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:19:59.753Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:59.755Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:59.755Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898799752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:19:59.861Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-02-15T04:19:59.862Z||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-15T04:19:59.862Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:59.873Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:19:59.873Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:20:00.756Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:20:00.763Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-15T04:20:00.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:20:00.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:20:00.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:20:30.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:20:30.774Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-15T04:20:30.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:20:30.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:20:30.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:20:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:20:49.337Z||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-15T04:20:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:20:49.359Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:20:49.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:20:49.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:20:49.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:21:00.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:21:00.783Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-15T04:21:00.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:21:00.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:21:00.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:21:30.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:21:30.795Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-15T04:21:30.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:21:30.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:21:30.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:21:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:21:49.337Z||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-15T04:21:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:21:49.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:21:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:21:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:21:49.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:00.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:22:00.804Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-15T04:22:00.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:22:00.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:22:00.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:22:30.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:22:30.818Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-15T04:22:30.819Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:22:30.819Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:22:30.819Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:22:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:22:49.337Z||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-15T04:22:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:22:49.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:22:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898778612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898782021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898775418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "dcae-sch",
  "timestamp": 1644898774919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898791731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898791738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "cds",
  "timestamp": 1644898792744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-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-15T04:22:49.386Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.386Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-15T04:22:49.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898785433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898795798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898796081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "aai-ml",
  "timestamp": 1644898796801,
  "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-15T04:22:49.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-15T04:22:49.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898789335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898789551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898789853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898797501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898798069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898798253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "clamp",
  "timestamp": 1644898798506,
  "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-15T04:22:49.418Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.418Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-15T04:22:49.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898798635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898799256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644898799752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898799831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "policy-id",
  "timestamp": 1644898800258,
  "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-15T04:22:49.431Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.431Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-15T04:22:49.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898792928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:22:49.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:22:49.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898800836,
  "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-15T04:22:49.441Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.441Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898801634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898803348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898804351,
  "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-15T04:22:49.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-15T04:23:00.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:23:00.829Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-15T04:23:00.831Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:23:00.831Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-15T04:23:00.836Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:23:30.837Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-15T04:23:30.842Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e and serviceModelVersionId: 957ac647-24c7-460f-926f-03518290fe52
2022-02-15T04:23:30.842Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7b6a021-ea37-4188-9340-278ceb155b7e
2022-02-15T04:23:30.843Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0
2022-02-15T04:23:30.847Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:23:30.881Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|INFO|500||Invoke
2022-02-15T04:23:30.882Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b7ce915-9f57-441e-9f8e-cb52e4230d6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e06a673a-8f34-499d-b99a-edfa74803e22], X-ECOMP-RequestID=[3b7ce915-9f57-441e-9f8e-cb52e4230d6e], X-TransactionId=[], X-ONAP-RequestID=[3b7ce915-9f57-441e-9f8e-cb52e4230d6e], Content-Type=[application/merge-patch+json]}
2022-02-15T04:23:30.901Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:23:31.102Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?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/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220215-04:23:30:909-65967], vertex-id=[381064], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:23:30 GMT], Content-Type=[application/json]}
2022-02-15T04:23:31.102Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:23:31.102Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|INFO|500||InvokeReturn
2022-02-15T04:23:31.103Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:23:31.103Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b7ce915-9f57-441e-9f8e-cb52e4230d6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:31.109Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:31.109Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899011107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:23:31.209Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:31.211Z||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-15T04:23:31.211Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:31.225Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:31.225Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-15T04:23:32.120Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:23:32.120Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-15T04:23:32.120Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:36.802Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:36.802Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:23:36.802Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"955b6d70-15a5-4b97-88fc-ba655ad7b67b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e6fe7095-d91e-4091-98d0-235704b1a3ac","serviceDescription":"service","serviceInvariantUUID":"7847a36b-2f89-455b-9cdf-e09dbac8fab7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25e3abfe-db63-4091-9d1b-3f8790074f7d","resourceInvariantUUID":"3c41f846-9891-475e-9838-e64dec16bd05","resourceCustomizationUUID":"b0a41b26-15aa-4ccd-b3ef-609f68a373d1","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":"ZTRiNGE3ZGU2MDRkZmIyNTNmYjlmY2ZkZjI4OWY4NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43a74868-e0ca-44fe-962b-37b46583631a","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":"NjI2NWMxYWI3YmY0YTE2ZmVhYjc1YTgxNDdmYjM0YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2c3e3dd-730b-4450-b8e5-93b82d794446","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":"006c6568-7707-424f-9f7d-154138deeeb1","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":"41811477-5703-4a3c-83dc-04840e6c78de","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":"fa8f8ab6-d65d-4e83-8ef8-052fce4a5551","artifactVersion":"2","generatedFromUUID":"006c6568-7707-424f-9f7d-154138deeeb1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzFkZWJlNWIzZGM3N2Y2ZmZkMzk0M2Q0MjFjNDMzZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aff5ed33-5464-44c4-822a-1b82f4de276c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzQ0YTRkMzc2M2VjYTQ0YzFiYTgzNmE4MzdiZmMyMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db450787-f726-4cf6-987c-cd852a9e51dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:23:36.804Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:36.805Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:36.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:36.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:36.907Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:23:36.907Z||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-15T04:23:36.907Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:36.921Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:36.921Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:37.807Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:37.807Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:37.809Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:37.809Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:23:37.909Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:37.909Z||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-15T04:23:37.910Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:37.919Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:37.920Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:38.809Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:38.810Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:38.811Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:38.811Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:23:38.912Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:38.912Z||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-15T04:23:38.912Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:38.926Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:38.926Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:39.812Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:39.813Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:39.814Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:39.814Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:39.914Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:39.915Z||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-15T04:23:39.915Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:39.926Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:39.927Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:40.815Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:40.815Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:40.817Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:40.817Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-15T04:23:40.917Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:23:40.918Z||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-15T04:23:40.918Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:40.931Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:40.932Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:41.818Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:41.818Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:41.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:41.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:41.920Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:41.921Z||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-15T04:23:41.921Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:41.933Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:41.933Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:42.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:42.821Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:42.823Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:42.823Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:23:42.923Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:42.924Z||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-15T04:23:42.924Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:42.936Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:42.936Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:43.824Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e6fe7095-d91e-4091-98d0-235704b1a3ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7847a36b-2f89-455b-9cdf-e09dbac8fab7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b0a41b26-15aa-4ccd-b3ef-609f68a373d1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "25e3abfe-db63-4091-9d1b-3f8790074f7d",
      "resourceInvariantUUID": "3c41f846-9891-475e-9838-e64dec16bd05",
      "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": "NjI2NWMxYWI3YmY0YTE2ZmVhYjc1YTgxNDdmYjM0YTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2c3e3dd-730b-4450-b8e5-93b82d794446",
          "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": "006c6568-7707-424f-9f7d-154138deeeb1",
          "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": "fa8f8ab6-d65d-4e83-8ef8-052fce4a5551",
            "generatedFromUUID": "006c6568-7707-424f-9f7d-154138deeeb1"
          },
          "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": "fa8f8ab6-d65d-4e83-8ef8-052fce4a5551",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzQ0YTRkMzc2M2VjYTQ0YzFiYTgzNmE4MzdiZmMyMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db450787-f726-4cf6-987c-cd852a9e51dc"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:23:43.824Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:23:43.824Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6fe7095-d91e-4091-98d0-235704b1a3ac ASDC
2022-02-15T04:23:43.825Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:955b6d70-15a5-4b97-88fc-ba655ad7b67b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e6fe7095-d91e-4091-98d0-235704b1a3ac
ServiceInvariantUUID:7847a36b-2f89-455b-9cdf-e09dbac8fab7
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:db450787-f726-4cf6-987c-cd852a9e51dc
ArtifactChecksum:YzQ0YTRkMzc2M2VjYTQ0YzFiYTgzNmE4MzdiZmMyMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b0a41b26-15aa-4ccd-b3ef-609f68a373d1
ResourceInvariantUUID:3c41f846-9891-475e-9838-e64dec16bd05
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:25e3abfe-db63-4091-9d1b-3f8790074f7d
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:c2c3e3dd-730b-4450-b8e5-93b82d794446
ArtifactChecksum:NjI2NWMxYWI3YmY0YTE2ZmVhYjc1YTgxNDdmYjM0YTQ=
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:006c6568-7707-424f-9f7d-154138deeeb1
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:fa8f8ab6-d65d-4e83-8ef8-052fce4a5551
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:fa8f8ab6-d65d-4e83-8ef8-052fce4a5551
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-15T04:23:43.825Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6fe7095-d91e-4091-98d0-235704b1a3ac 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-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db450787-f726-4cf6-987c-cd852a9e51dc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-15T04:23:44.018Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar db450787-f726-4cf6-987c-cd852a9e51dc 71050
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:44.023Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:44.023Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899024021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:44.123Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:44.124Z||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-15T04:23:44.124Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:44.135Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:44.136Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:45.024Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:23:45.024Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: db450787-f726-4cf6-987c-cd852a9e51dc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.179Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14139714103853548547/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-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7c326d67-ed91-4d7c-8efc-e3359657a5a3
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:45.966Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.966Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e6fe7095-d91e-4091-98d0-235704b1a3ac
Model Version:NULL
Model InvariantUuid:7847a36b-2f89-455b-9cdf-e09dbac8fab7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:213b3a4d-f2fd-4102-a8d4-57fb11fc4f23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c41f846-9891-475e-9838-e64dec16bd05
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0a41b26-15aa-4ccd-b3ef-609f68a373d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3d15ac0a-2d5e-428a-93dc-5a5279a663cb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:33bb8da9-f03d-4e9c-a924-dbc455c93c5d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c326d67-ed91-4d7c-8efc-e3359657a5a3
ModelInvariantUuid:a3693f60-2c4a-40de-b4ac-1b9b80c6efa6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c72640ff-102f-49f6-aeab-13ec4f9e7894
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f11833b6-4dbb-496d-a68d-f0cf9dd83d0f
ModelInvariantUuid:02fbc691-c880-4252-bc73-96652f4119fe
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c9cc7b3f-2a1a-4236-8fae-4c8bc3760696
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-15T04:23:45.970Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 25e3abfe-db63-4091-9d1b-3f8790074f7d
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-15T04:23:45.972Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-02-15T04:23:45.972Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25e3abfe-db63-4091-9d1b-3f8790074f7d
2022-02-15T04:23:45.973Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c2c3e3dd-730b-4450-b8e5-93b82d794446 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-15T04:23:45.973Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:45.973Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-15T04:23:46.009Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:46.009Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c2c3e3dd-730b-4450-b8e5-93b82d794446 787
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:46.012Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:46.012Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899026010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:46.112Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:46.113Z||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-15T04:23:46.113Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:46.126Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:46.126Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:23:47.012Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3d15ac0a-2d5e-428a-93dc-5a5279a663cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33bb8da9-f03d-4e9c-a924-dbc455c93c5d",
    "vfModuleModelCustomizationUUID": "5995c942-140c-43e2-891d-7799c36d8e0b",
    "isBase": true,
    "artifacts": [
      "006c6568-7707-424f-9f7d-154138deeeb1",
      "fa8f8ab6-d65d-4e83-8ef8-052fce4a5551"
    ],
    "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-15T04:23:47.015Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33bb8da9-f03d-4e9c-a924-dbc455c93c5d
VfModuleModelInvariantUUID:3d15ac0a-2d5e-428a-93dc-5a5279a663cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
006c6568-7707-424f-9f7d-154138deeeb1
,
fa8f8ab6-d65d-4e83-8ef8-052fce4a5551

}
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-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3d15ac0a-2d5e-428a-93dc-5a5279a663cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "33bb8da9-f03d-4e9c-a924-dbc455c93c5d",
    "vfModuleModelCustomizationUUID": "5995c942-140c-43e2-891d-7799c36d8e0b",
    "isBase": true,
    "artifacts": [
      "006c6568-7707-424f-9f7d-154138deeeb1",
      "fa8f8ab6-d65d-4e83-8ef8-052fce4a5551"
    ],
    "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-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33bb8da9-f03d-4e9c-a924-dbc455c93c5d
VfModuleModelInvariantUUID:3d15ac0a-2d5e-428a-93dc-5a5279a663cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
006c6568-7707-424f-9f7d-154138deeeb1
,
fa8f8ab6-d65d-4e83-8ef8-052fce4a5551

}
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-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 006c6568-7707-424f-9f7d-154138deeeb1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 006c6568-7707-424f-9f7d-154138deeeb1 5033
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:47.054Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:47.055Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:47.055Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899027053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:47.155Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:47.156Z||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-15T04:23:47.156Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:47.168Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:47.168Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:48.056Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa8f8ab6-d65d-4e83-8ef8-052fce4a5551 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-15T04:23:48.056Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:48.057Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fa8f8ab6-d65d-4e83-8ef8-052fce4a5551 903
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:48.200Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:48.201Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:48.201Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899028199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:48.302Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:48.302Z||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-15T04:23:48.302Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:48.313Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:48.313Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:49.202Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e6fe7095-d91e-4091-98d0-235704b1a3ac
2022-02-15T04:23:49.202Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 25e3abfe-db63-4091-9d1b-3f8790074f7d 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-15T04:23:49.213Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ea1f0e, org.onap.sdc.toscaparser.api.parameters.Input@77428c46, org.onap.sdc.toscaparser.api.parameters.Input@26bce4f2, org.onap.sdc.toscaparser.api.parameters.Input@20b885bd, org.onap.sdc.toscaparser.api.parameters.Input@3933fccb]
2022-02-15T04:23:49.214Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.214Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.215Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-15T04:23:49.215Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b0a41b26-15aa-4ccd-b3ef-609f68a373d1
2022-02-15T04:23:49.215Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0a41b26-15aa-4ccd-b3ef-609f68a373d1 matches Tosca VF Customization UUID: b0a41b26-15aa-4ccd-b3ef-609f68a373d1
2022-02-15T04:23:49.215Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b0a41b26-15aa-4ccd-b3ef-609f68a373d1  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-15T04:23:49.217Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.218Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.218Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b0a41b26-15aa-4ccd-b3ef-609f68a373d1: {\"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-15T04:23:49.218Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fdb687a
2022-02-15T04:23:49.219Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.219Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:23:49.219Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5995c942-140c-43e2-891d-7799c36d8e0b
2022-02-15T04:23:49.219Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5995c942-140c-43e2-891d-7799c36d8e0b
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-15T04:23:49.221Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.221Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:49.221Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:23:49.222Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7c326d67-ed91-4d7c-8efc-e3359657a5a3
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-15T04:23:49.224Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.224Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:49.224Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:49.225Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.225Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:49.225Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b0a41b26-15aa-4ccd-b3ef-609f68a373d1
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-15T04:23:49.226Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.226Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e6fe7095-d91e-4091-98d0-235704b1a3ac: basic_vm
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.227Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.228Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:23:49.228Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:49.228Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-15T04:23:49.291Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 25e3abfe-db63-4091-9d1b-3f8790074f7d 1 ASDC deployResourceStructure
2022-02-15T04:23:49.292Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-15T04:23:49.292Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-15T04:23:49.292Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:23:49.292Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:49.294Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:49.294Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899029292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:23:49.337Z||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-15T04:23:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:49.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:49.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898918611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "dcae-sch",
  "timestamp": 1644898914919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898918611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "dcae-sch",
  "timestamp": 1644898914919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898925418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898918611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "dcae-sch",
  "timestamp": 1644898914919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898925418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898918611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "dcae-sch",
  "timestamp": 1644898914919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898925418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898918611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "dcae-sch",
  "timestamp": 1644898914919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898925418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898918611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "dcae-sch",
  "timestamp": 1644898914919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898925418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898929551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898918611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "dcae-sch",
  "timestamp": 1644898914919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898929853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898925418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898929551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898929853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898931619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898925418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898929551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898929853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898932021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898932816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898929551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898933321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898929853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898932021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898934014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898929551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "cds",
  "timestamp": 1644898934326,
  "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-15T04:23:49.377Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 955b6d70-15a5-4b97-88fc-ba655ad7b67b
2022-02-15T04:23:49.377Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 955b6d70-15a5-4b97-88fc-ba655ad7b67b 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-15T04:23:49.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898929853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898932021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898935036,
  "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-15T04:23:49.387Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 955b6d70-15a5-4b97-88fc-ba655ad7b67b
2022-02-15T04:23:49.388Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 955b6d70-15a5-4b97-88fc-ba655ad7b67b 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-15T04:23:49.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.394Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:49.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898929551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898929853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.395Z||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-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898932021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.395Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898936039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898935433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898929551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898929853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898932021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898935433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898937236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898932021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898935433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898938240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:49.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898932021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898935433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "policy-id",
  "timestamp": 1644898939242,
  "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-15T04:23:49.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 955b6d70-15a5-4b97-88fc-ba655ad7b67b
2022-02-15T04:23:49.401Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 955b6d70-15a5-4b97-88fc-ba655ad7b67b 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-15T04:23:49.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898939726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898935433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898935433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898935433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898942928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898942928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.406Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:49.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898945331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.407Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898942928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "aai-ml",
  "timestamp": 1644898946334,
  "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-15T04:23:49.411Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 955b6d70-15a5-4b97-88fc-ba655ad7b67b
2022-02-15T04:23:49.411Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 955b6d70-15a5-4b97-88fc-ba655ad7b67b 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-15T04:23:49.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898942928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898942928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898948527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898942928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898942928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898950526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:49.420Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898950631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:23:49.420Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "clamp",
  "timestamp": 1644898951530,
  "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-15T04:23:49.424Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 955b6d70-15a5-4b97-88fc-ba655ad7b67b
2022-02-15T04:23:49.424Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 955b6d70-15a5-4b97-88fc-ba655ad7b67b 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-15T04:23:49.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898952683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:49.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:23:49.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:23:49.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644898953686,
  "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-15T04:23:49.436Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 955b6d70-15a5-4b97-88fc-ba655ad7b67b
2022-02-15T04:23:49.436Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 955b6d70-15a5-4b97-88fc-ba655ad7b67b 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-15T04:23:50.295Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-15T04:23:50.295Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-15T04:23:50.295Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:23:50.296Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:50.298Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:50.298Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899030295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:50.398Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:50.399Z||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-15T04:23:50.399Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:50.413Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:50.413Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:51.299Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-15T04:23:51.299Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-15T04:23:51.299Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:23:51.299Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:51.301Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:51.301Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899031298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:51.402Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:51.402Z||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-15T04:23:51.402Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:51.415Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:51.416Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:52.302Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-15T04:23:52.303Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-15T04:23:52.303Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:23:52.303Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:52.304Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:52.304Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899032302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:23:52.404Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:52.405Z||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-15T04:23:52.405Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:52.419Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:23:52.419Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:53.306Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 955b6d70-15a5-4b97-88fc-ba655ad7b67b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:23:53.316Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 955b6d70-15a5-4b97-88fc-ba655ad7b67b
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-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:23:53.318Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|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-15T04:23:53.322Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:24:23.323Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 955b6d70-15a5-4b97-88fc-ba655ad7b67b 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-15T04:24:23.327Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 955b6d70-15a5-4b97-88fc-ba655ad7b67b and serviceModelVersionId: e6fe7095-d91e-4091-98d0-235704b1a3ac
2022-02-15T04:24:23.328Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7847a36b-2f89-455b-9cdf-e09dbac8fab7
2022-02-15T04:24:23.328Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0
2022-02-15T04:24:23.332Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:24:23.365Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0|INFO|500||Invoke
2022-02-15T04:24:23.365Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[955b6d70-15a5-4b97-88fc-ba655ad7b67b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c3e13b0-4763-47f2-a10d-8ca855b7d33a], X-ECOMP-RequestID=[955b6d70-15a5-4b97-88fc-ba655ad7b67b], X-TransactionId=[], X-ONAP-RequestID=[955b6d70-15a5-4b97-88fc-ba655ad7b67b], Content-Type=[application/merge-patch+json]}
2022-02-15T04:24:23.381Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:24:23.465Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?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/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220215-04:24:23:388-15905], vertex-id=[397312], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:24:23 GMT], Content-Type=[application/json]}
2022-02-15T04:24:23.465Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:24:23.466Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7847a36b-2f89-455b-9cdf-e09dbac8fab7/model-vers/model-ver/e6fe7095-d91e-4091-98d0-235704b1a3ac?depth=0|INFO|500||InvokeReturn
2022-02-15T04:24:23.466Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:24:23.466Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|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-15T04:24:23.469Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|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-15T04:24:23.469Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 955b6d70-15a5-4b97-88fc-ba655ad7b67b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:24:23.470Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:24:23.470Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:24:23.471Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:24:23.471Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899063470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:24:23.572Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:24:23.572Z||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-15T04:24:23.572Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:24:23.589Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:24:23.590Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 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-15T04:24:24.482Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:24:24.482Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"93db4533-8f9f-42fe-a200-8babccd74b84","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0528665b-2520-44ca-bc11-5ce394d139c2","serviceDescription":"service","serviceInvariantUUID":"e88ebd69-1e04-44ea-8517-856cb84ad87c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"84195efb-6cba-4fd7-ae52-8e39327c8923","resourceInvariantUUID":"28821262-28bb-40dc-ac2d-639d3939dce4","resourceCustomizationUUID":"f3884edb-5aaf-4462-98cc-1d71e39f2e60","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":"YWQ4MmM3ZDY5YTY1N2Q3NDhiODUzMjM4NzI5MjczMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1bf82f7-2129-4872-a040-7e5144211f58","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGZkMDA3NzNhYjdmZmQ3OTEwODAwMmNiOTMwZjM0MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38deb30f-e404-454a-8138-a969dc12bff9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:24:24.482Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:24:24.482Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:24:24.484Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:24:24.484Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:24.584Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:24:24.585Z||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-15T04:24:24.585Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:24:24.597Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:24:24.597Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:24:25.484Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:24:25.485Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:24:25.486Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:24:25.486Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:25.586Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:24:25.587Z||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-15T04:24:25.587Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:24:25.599Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:24:25.599Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:24:26.487Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0528665b-2520-44ca-bc11-5ce394d139c2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e88ebd69-1e04-44ea-8517-856cb84ad87c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f3884edb-5aaf-4462-98cc-1d71e39f2e60",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "84195efb-6cba-4fd7-ae52-8e39327c8923",
      "resourceInvariantUUID": "28821262-28bb-40dc-ac2d-639d3939dce4",
      "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": "ZGZkMDA3NzNhYjdmZmQ3OTEwODAwMmNiOTMwZjM0MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38deb30f-e404-454a-8138-a969dc12bff9"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:24:26.488Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:24:26.488Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0528665b-2520-44ca-bc11-5ce394d139c2 ASDC
2022-02-15T04:24:26.488Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:93db4533-8f9f-42fe-a200-8babccd74b84
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0528665b-2520-44ca-bc11-5ce394d139c2
ServiceInvariantUUID:e88ebd69-1e04-44ea-8517-856cb84ad87c
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:38deb30f-e404-454a-8138-a969dc12bff9
ArtifactChecksum:ZGZkMDA3NzNhYjdmZmQ3OTEwODAwMmNiOTMwZjM0MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f3884edb-5aaf-4462-98cc-1d71e39f2e60
ResourceInvariantUUID:28821262-28bb-40dc-ac2d-639d3939dce4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:84195efb-6cba-4fd7-ae52-8e39327c8923
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-15T04:24:26.488Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0528665b-2520-44ca-bc11-5ce394d139c2 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-15T04:24:26.509Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:24:26.510Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:24:26.510Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:24:26.510Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 38deb30f-e404-454a-8138-a969dc12bff9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-15T04:24:26.510Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:24:26.510Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-15T04:24:26.556Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:24:26.558Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38deb30f-e404-454a-8138-a969dc12bff9 52481
2022-02-15T04:24:26.558Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-15T04:24:26.558Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-15T04:24:26.558Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:24:26.559Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:24:26.560Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:24:26.560Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899066558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:26.661Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:24:26.661Z||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-15T04:24:26.661Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:24:26.672Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:24:26.672Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:24:27.561Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:24:27.562Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:24:27.562Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 38deb30f-e404-454a-8138-a969dc12bff9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.562Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-15T04:24:27.562Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.563Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.629Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1342057242647954530/Definitions/service-BasicNetwork-template.yml
2022-02-15T04:24:27.959Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:24:27.959Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:24:27.959Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.959Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-15T04:24:27.959Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.959Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.960Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.961Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-15T04:24:27.961Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:24:27.961Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:24:27.961Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.961Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.961Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-15T04:24:27.962Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:24:27.962Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:24:27.962Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.962Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.962Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.962Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.962Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.963Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.963Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.963Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.963Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.963Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.963Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0528665b-2520-44ca-bc11-5ce394d139c2
Model Version:NULL
Model InvariantUuid:e88ebd69-1e04-44ea-8517-856cb84ad87c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:28821262-28bb-40dc-ac2d-639d3939dce4
Model UUID:b9b49d46-5d50-4bcb-868c-ab953fda9598
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f3884edb-5aaf-4462-98cc-1d71e39f2e60
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-15T04:24:27.968Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 84195efb-6cba-4fd7-ae52-8e39327c8923
2022-02-15T04:24:27.969Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||No resources found for Service: 0528665b-2520-44ca-bc11-5ce394d139c2
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-15T04:24:27.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||
2022-02-15T04:24:27.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-15T04:24:27.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 0528665b-2520-44ca-bc11-5ce394d139c2
2022-02-15T04:24:27.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0528665b-2520-44ca-bc11-5ce394d139c2
2022-02-15T04:24:27.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-15T04:24:27.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T04:24:27.976Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17d8038c, org.onap.sdc.toscaparser.api.parameters.Input@5f32b734, org.onap.sdc.toscaparser.api.parameters.Input@77566eca, org.onap.sdc.toscaparser.api.parameters.Input@13d7e0c8, org.onap.sdc.toscaparser.api.parameters.Input@44c4455d]
2022-02-15T04:24:27.977Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.977Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.977Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.978Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.978Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0528665b-2520-44ca-bc11-5ce394d139c2: Generic NeutronNet
2022-02-15T04:24:27.978Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.978Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:27.978Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:27.978Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-15T04:24:28.002Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:28.002Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:28.003Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:28.003Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:28.003Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:24:28.003Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:24:28.003Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-15T04:24:28.039Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-15T04:24:28.040Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-15T04:24:28.040Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-15T04:24:28.040Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:24:28.040Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:24:28.041Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:24:28.041Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899068039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:24:28.141Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:24:28.142Z||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-15T04:24:28.142Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:24:28.153Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:24:28.154Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:24:29.042Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93db4533-8f9f-42fe-a200-8babccd74b84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:24:29.050Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93db4533-8f9f-42fe-a200-8babccd74b84
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-15T04:24:29.051Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:24:29.051Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:24:29.051Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:24:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:24:49.337Z||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-15T04:24:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:24:49.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:24:49.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "aai-ml",
  "timestamp": 1644898992021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "clamp",
  "timestamp": 1644898995433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "dcae-sch",
  "timestamp": 1644898994919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "policy-id",
  "timestamp": 1644898989551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898989853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "aai-ml",
  "timestamp": 1644898992021,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "clamp",
  "timestamp": 1644898995433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "dcae-sch",
  "timestamp": 1644898994919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898998613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "policy-id",
  "timestamp": 1644898989551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644898989853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644898998613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "policy-id",
  "timestamp": 1644899000448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "aai-ml",
  "timestamp": 1644899000511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "cds",
  "timestamp": 1644899000418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "policy-id",
  "timestamp": 1644899001451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "cds",
  "timestamp": 1644899000418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "policy-id",
  "timestamp": 1644899002453,
  "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-15T04:24:49.369Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93db4533-8f9f-42fe-a200-8babccd74b84
2022-02-15T04:24:49.370Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93db4533-8f9f-42fe-a200-8babccd74b84 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-15T04:24:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "cds",
  "timestamp": 1644899003108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "clamp",
  "timestamp": 1644899003525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899002928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "aai-ml",
  "timestamp": 1644899003740,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "cds",
  "timestamp": 1644899004114,
  "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=?
2022-02-15T04:24:49.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93db4533-8f9f-42fe-a200-8babccd74b84
2022-02-15T04:24:49.383Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93db4533-8f9f-42fe-a200-8babccd74b84 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-15T04:24:49.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899002928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "aai-ml",
  "timestamp": 1644899004744,
  "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-15T04:24:49.395Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93db4533-8f9f-42fe-a200-8babccd74b84
2022-02-15T04:24:49.395Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93db4533-8f9f-42fe-a200-8babccd74b84 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-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899005611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "clamp",
  "timestamp": 1644899006528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899006999,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "clamp",
  "timestamp": 1644899007532,
  "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-15T04:24:49.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93db4533-8f9f-42fe-a200-8babccd74b84
2022-02-15T04:24:49.406Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93db4533-8f9f-42fe-a200-8babccd74b84 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-15T04:24:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899008002,
  "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-15T04:24:49.416Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93db4533-8f9f-42fe-a200-8babccd74b84
2022-02-15T04:24:49.417Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93db4533-8f9f-42fe-a200-8babccd74b84 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-15T04:24:49.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899011107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:24:49.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:24:49.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899024021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899026010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899027053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899028199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:24:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:24:59.052Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93db4533-8f9f-42fe-a200-8babccd74b84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:24:59.061Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93db4533-8f9f-42fe-a200-8babccd74b84
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-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:24:59.063Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:24:59.068Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:25:29.068Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93db4533-8f9f-42fe-a200-8babccd74b84 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-15T04:25:29.072Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93db4533-8f9f-42fe-a200-8babccd74b84 and serviceModelVersionId: 0528665b-2520-44ca-bc11-5ce394d139c2
2022-02-15T04:25:29.072Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e88ebd69-1e04-44ea-8517-856cb84ad87c
2022-02-15T04:25:29.073Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e88ebd69-1e04-44ea-8517-856cb84ad87c/model-vers/model-ver/0528665b-2520-44ca-bc11-5ce394d139c2?depth=0
2022-02-15T04:25:29.077Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:25:29.106Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ebd69-1e04-44ea-8517-856cb84ad87c/model-vers/model-ver/0528665b-2520-44ca-bc11-5ce394d139c2?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-15T04:25:29.107Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ebd69-1e04-44ea-8517-856cb84ad87c/model-vers/model-ver/0528665b-2520-44ca-bc11-5ce394d139c2?depth=0|INFO|500||Invoke
2022-02-15T04:25:29.122Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ebd69-1e04-44ea-8517-856cb84ad87c/model-vers/model-ver/0528665b-2520-44ca-bc11-5ce394d139c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:25:29.208Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ebd69-1e04-44ea-8517-856cb84ad87c/model-vers/model-ver/0528665b-2520-44ca-bc11-5ce394d139c2?depth=0|INFO|500||InvokeReturn
2022-02-15T04:25:29.209Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88ebd69-1e04-44ea-8517-856cb84ad87c/model-vers/model-ver/0528665b-2520-44ca-bc11-5ce394d139c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220215-04:25:29:129-99488], vertex-id=[417792], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:25:29 GMT], Content-Type=[application/json]}
2022-02-15T04:25:29.209Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:25:29.209Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:25:29.209Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:25:29.212Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:25:29.213Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93db4533-8f9f-42fe-a200-8babccd74b84 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:25:29.213Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:25:29.213Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:25:29.215Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:25:29.215Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899129213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:25:29.315Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:25:29.316Z||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-15T04:25:29.316Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:25:29.332Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:25:29.332Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-15T04:25:30.225Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:25:30.225Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:25:30.225Z|93db4533-8f9f-42fe-a200-8babccd74b84|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:25:39.765Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:25:39.766Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:25:39.766Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:25:39.766Z|93db4533-8f9f-42fe-a200-8babccd74b84|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:25:49.323Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:25:49.324Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:25:49.324Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:25:49.324Z|93db4533-8f9f-42fe-a200-8babccd74b84|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:25:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:25:49.337Z||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-15T04:25:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:25:49.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:25:49.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:25:49.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899029292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:25:49.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:25:58.860Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:25:58.860Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:25:58.861Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:25:58.861Z|93db4533-8f9f-42fe-a200-8babccd74b84|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:08.397Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:08.397Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:26:08.398Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:26:08.398Z|93db4533-8f9f-42fe-a200-8babccd74b84|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:17.936Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:49.335Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:26:49.336Z|93db4533-8f9f-42fe-a200-8babccd74b84|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-15T04:26:49.336Z|93db4533-8f9f-42fe-a200-8babccd74b84|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:26:49.337Z||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-15T04:26:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:49.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:49.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899030295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899031298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899032302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899063470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899012120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899066558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899068039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:26:49.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:26:49.965Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:49.966Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:26:49.966Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"24fdd844-c31e-4c7a-8c2b-e399ef8b0b90","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"698e79d5-58d4-494f-8a55-3aba88b712c4","serviceDescription":"service","serviceInvariantUUID":"7f6df175-7eda-45fc-b0c8-5388f6e5e8be","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66129219-33f2-46c9-8bd9-0021ea4ef839","resourceInvariantUUID":"14028da3-d36b-4c64-a1a4-573b389e08aa","resourceCustomizationUUID":"87ebe340-77d4-459b-98c9-a63a63229160","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":"OGVjNjdlYmNjM2Q4NDE5NGI1MjFjMTc1MWE3OTE2ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c62383c2-6af1-4319-a643-fc7b27fba86a","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":"f8f27098-f323-4e30-b8c5-d126ee5f6681","artifactVersion":"2","generatedFromUUID":"3e43d697-c337-4fb2-a827-fca66030a0a0"},{"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":"3e43d697-c337-4fb2-a827-fca66030a0a0","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":"MmFkNDc3MGY4NzgyMDdjYjU2NmQ4NzY0Yjg4NTQ2YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e376bc36-d9fa-4f9d-8d2c-6b3f27ec4c8c","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":"f1de1d20-c177-4843-b812-6e34893dc61c","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":"9f68482d-c0ad-4420-bd71-86fec39fe9f9","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa0381f1-598a-40c2-bb28-1a6f7ee62137","artifactVersion":"2","generatedFromUUID":"f1de1d20-c177-4843-b812-6e34893dc61c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTk5ZGU0OGE5MzRhNjNhYzkxYjEwMTIzMGJhZWUwNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c85184f1-8eb9-47e5-bb3e-c2659d5a9524","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDFmNjYyNWNiYjhmNjEwMDQ1OTNiMzNkMjYxMWU4Yjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79753646-ee0b-4b56-a8f0-29a1eb81d8ba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:26:49.967Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:49.968Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:49.969Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:49.969Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:26:50.069Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:50.070Z||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-15T04:26:50.070Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:50.083Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:50.084Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:26:50.970Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:50.970Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:50.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:50.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-15T04:26:51.073Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:26:51.074Z||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-15T04:26:51.074Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:51.088Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:51.088Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:26:51.972Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:51.973Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:51.974Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:51.974Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-15T04:26:52.074Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:52.075Z||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-15T04:26:52.075Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:52.086Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:52.087Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:26:52.975Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:52.975Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:52.977Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:52.977Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:26:53.077Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:53.077Z||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-15T04:26:53.077Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:53.092Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:53.092Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:26:53.977Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:53.978Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:53.979Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:53.980Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:26:54.080Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:54.080Z||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-15T04:26:54.080Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:54.093Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:54.093Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:26:54.980Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:54.981Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:54.982Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:54.982Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:26:55.082Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:55.083Z||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-15T04:26:55.083Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:55.097Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:55.097Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:26:55.982Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:55.983Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:55.984Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:55.985Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-15T04:26:56.085Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:56.085Z||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-15T04:26:56.086Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:56.099Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:56.099Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:26:56.985Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:56.986Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:56.987Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:56.988Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:26:57.088Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:57.088Z||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-15T04:26:57.089Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:57.101Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:57.101Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:26:57.988Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:26:57.989Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:57.990Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:57.990Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:26:58.090Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:58.091Z||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-15T04:26:58.091Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:58.104Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:58.104Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:26:58.991Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "698e79d5-58d4-494f-8a55-3aba88b712c4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f6df175-7eda-45fc-b0c8-5388f6e5e8be",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "87ebe340-77d4-459b-98c9-a63a63229160",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66129219-33f2-46c9-8bd9-0021ea4ef839",
      "resourceInvariantUUID": "14028da3-d36b-4c64-a1a4-573b389e08aa",
      "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": "f8f27098-f323-4e30-b8c5-d126ee5f6681",
          "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": "3e43d697-c337-4fb2-a827-fca66030a0a0",
          "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": "MmFkNDc3MGY4NzgyMDdjYjU2NmQ4NzY0Yjg4NTQ2YTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e376bc36-d9fa-4f9d-8d2c-6b3f27ec4c8c",
          "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": "f1de1d20-c177-4843-b812-6e34893dc61c",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fa0381f1-598a-40c2-bb28-1a6f7ee62137",
            "generatedFromUUID": "f1de1d20-c177-4843-b812-6e34893dc61c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fa0381f1-598a-40c2-bb28-1a6f7ee62137",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDFmNjYyNWNiYjhmNjEwMDQ1OTNiMzNkMjYxMWU4Yjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79753646-ee0b-4b56-a8f0-29a1eb81d8ba"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:26:58.992Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:26:58.992Z|93db4533-8f9f-42fe-a200-8babccd74b84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 698e79d5-58d4-494f-8a55-3aba88b712c4 ASDC
2022-02-15T04:26:58.992Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:698e79d5-58d4-494f-8a55-3aba88b712c4
ServiceInvariantUUID:7f6df175-7eda-45fc-b0c8-5388f6e5e8be
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:79753646-ee0b-4b56-a8f0-29a1eb81d8ba
ArtifactChecksum:MDFmNjYyNWNiYjhmNjEwMDQ1OTNiMzNkMjYxMWU4Yjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:87ebe340-77d4-459b-98c9-a63a63229160
ResourceInvariantUUID:14028da3-d36b-4c64-a1a4-573b389e08aa
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:66129219-33f2-46c9-8bd9-0021ea4ef839
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:f8f27098-f323-4e30-b8c5-d126ee5f6681
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:3e43d697-c337-4fb2-a827-fca66030a0a0
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:e376bc36-d9fa-4f9d-8d2c-6b3f27ec4c8c
ArtifactChecksum:MmFkNDc3MGY4NzgyMDdjYjU2NmQ4NzY0Yjg4NTQ2YTk=
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:f1de1d20-c177-4843-b812-6e34893dc61c
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fa0381f1-598a-40c2-bb28-1a6f7ee62137
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:fa0381f1-598a-40c2-bb28-1a6f7ee62137
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-15T04:26:58.992Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 698e79d5-58d4-494f-8a55-3aba88b712c4 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-15T04:26:59.018Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:26:59.019Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:26:59.019Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:26:59.019Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 79753646-ee0b-4b56-a8f0-29a1eb81d8ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-15T04:26:59.019Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:26:59.019Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-15T04:26:59.063Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:26:59.066Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 79753646-ee0b-4b56-a8f0-29a1eb81d8ba 68938
2022-02-15T04:26:59.066Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-15T04:26:59.066Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-15T04:26:59.066Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:26:59.066Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:26:59.067Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:26:59.068Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899219066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:26:59.168Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:26:59.168Z||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-15T04:26:59.169Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:26:59.182Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:26:59.182Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:00.068Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:27:00.069Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:27:00.069Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 79753646-ee0b-4b56-a8f0-29a1eb81d8ba, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.069Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-15T04:27:00.070Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.070Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.148Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11683945015673531153/Definitions/service-BasicCnf-template.yml
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.954Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-15T04:27:00.955Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:27:00.955Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.955Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:00.955Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:00.955Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:27:00.955Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:27:00.955Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-15T04:27:00.956Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:00.957Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4058f14a-3b1c-4ef9-8098-27a627b546ba
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.958Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:00.959Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.959Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:00.959Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:00.959Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:00.959Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:698e79d5-58d4-494f-8a55-3aba88b712c4
Model Version:NULL
Model InvariantUuid:7f6df175-7eda-45fc-b0c8-5388f6e5e8be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:35f3f786-7dc8-4354-8b3f-dfa6f009ecf8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:14028da3-d36b-4c64-a1a4-573b389e08aa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:87ebe340-77d4-459b-98c9-a63a63229160
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:561678d0-a937-4641-9b2a-b1624be140d0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1d5c4c6d-0345-4c69-aeb4-57b6213afcee
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4058f14a-3b1c-4ef9-8098-27a627b546ba
ModelInvariantUuid:bdd6a21e-c280-4725-8313-0eec89a06272
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:82bae73d-0681-4f9b-8718-977799a623b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3388ca63-f09b-4124-9b85-bae44b8a9ccc
ModelInvariantUuid:fcd854d8-1e82-4f28-a5a2-0e02785a8537
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b2b24d51-be1e-418b-a153-49f5bd22eb8a
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-15T04:27:00.964Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 66129219-33f2-46c9-8bd9-0021ea4ef839
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-15T04:27:00.967Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-02-15T04:27:00.967Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66129219-33f2-46c9-8bd9-0021ea4ef839
2022-02-15T04:27:00.967Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f8f27098-f323-4e30-b8c5-d126ee5f6681 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-15T04:27:00.967Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:27:00.967Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-15T04:27:01.017Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:27:01.017Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f8f27098-f323-4e30-b8c5-d126ee5f6681 12
2022-02-15T04:27:01.018Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-15T04:27:01.018Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-15T04:27:01.018Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:27:01.018Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:01.019Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:01.019Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899221018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:27:01.120Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:27:01.120Z||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-15T04:27:01.120Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:01.134Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:01.135Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:02.020Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e43d697-c337-4fb2-a827-fca66030a0a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-15T04:27:02.021Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:27:02.021Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-15T04:27:02.122Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:27:02.122Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3e43d697-c337-4fb2-a827-fca66030a0a0 2688
2022-02-15T04:27:02.122Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-15T04:27:02.123Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-15T04:27:02.123Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:27:02.123Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:02.124Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:02.124Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899222122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:27:02.225Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:27:02.225Z||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-15T04:27:02.225Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:02.238Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:02.239Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:03.126Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e376bc36-d9fa-4f9d-8d2c-6b3f27ec4c8c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-15T04:27:03.127Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:27:03.127Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-15T04:27:03.220Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:27:03.221Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e376bc36-d9fa-4f9d-8d2c-6b3f27ec4c8c 828
2022-02-15T04:27:03.221Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-15T04:27:03.221Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-15T04:27:03.221Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:27:03.221Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:03.223Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:03.223Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899223221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:27:03.323Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:03.324Z||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-15T04:27:03.324Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:03.339Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:03.339Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:04.224Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "561678d0-a937-4641-9b2a-b1624be140d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d5c4c6d-0345-4c69-aeb4-57b6213afcee",
    "vfModuleModelCustomizationUUID": "51488c30-a1e7-45d8-83dd-0a8a2e78b04f",
    "isBase": true,
    "artifacts": [
      "f1de1d20-c177-4843-b812-6e34893dc61c",
      "3e43d697-c337-4fb2-a827-fca66030a0a0",
      "fa0381f1-598a-40c2-bb28-1a6f7ee62137"
    ],
    "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-15T04:27:04.226Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d5c4c6d-0345-4c69-aeb4-57b6213afcee
VfModuleModelInvariantUUID:561678d0-a937-4641-9b2a-b1624be140d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1de1d20-c177-4843-b812-6e34893dc61c
,
3e43d697-c337-4fb2-a827-fca66030a0a0
,
fa0381f1-598a-40c2-bb28-1a6f7ee62137

}
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-15T04:27:04.228Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "561678d0-a937-4641-9b2a-b1624be140d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d5c4c6d-0345-4c69-aeb4-57b6213afcee",
    "vfModuleModelCustomizationUUID": "51488c30-a1e7-45d8-83dd-0a8a2e78b04f",
    "isBase": true,
    "artifacts": [
      "f1de1d20-c177-4843-b812-6e34893dc61c",
      "3e43d697-c337-4fb2-a827-fca66030a0a0",
      "fa0381f1-598a-40c2-bb28-1a6f7ee62137"
    ],
    "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-15T04:27:04.228Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d5c4c6d-0345-4c69-aeb4-57b6213afcee
VfModuleModelInvariantUUID:561678d0-a937-4641-9b2a-b1624be140d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1de1d20-c177-4843-b812-6e34893dc61c
,
3e43d697-c337-4fb2-a827-fca66030a0a0
,
fa0381f1-598a-40c2-bb28-1a6f7ee62137

}
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-15T04:27:04.228Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f1de1d20-c177-4843-b812-6e34893dc61c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-15T04:27:04.228Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:27:04.228Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-15T04:27:04.317Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:27:04.317Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f1de1d20-c177-4843-b812-6e34893dc61c 1164
2022-02-15T04:27:04.318Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-15T04:27:04.318Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-15T04:27:04.318Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:27:04.318Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:04.319Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:04.319Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899224318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:27:04.420Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:27:04.420Z||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-15T04:27:04.420Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:04.442Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:04.442Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:27:05.320Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa0381f1-598a-40c2-bb28-1a6f7ee62137 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-15T04:27:05.321Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:27:05.321Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-15T04:27:05.527Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:27:05.527Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fa0381f1-598a-40c2-bb28-1a6f7ee62137 200
2022-02-15T04:27:05.527Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-15T04:27:05.528Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-15T04:27:05.528Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:27:05.528Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:05.529Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:05.529Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:27:05.629Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:05.630Z||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-15T04:27:05.630Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:05.647Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:05.647Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:06.530Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 698e79d5-58d4-494f-8a55-3aba88b712c4
2022-02-15T04:27:06.530Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 66129219-33f2-46c9-8bd9-0021ea4ef839 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=?
2022-02-15T04:27:06.542Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T04:27:06.547Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1de476f, org.onap.sdc.toscaparser.api.parameters.Input@1b5fbe7b, org.onap.sdc.toscaparser.api.parameters.Input@5296c16b, org.onap.sdc.toscaparser.api.parameters.Input@58626e27, org.onap.sdc.toscaparser.api.parameters.Input@2b74af7b]
2022-02-15T04:27:06.548Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.548Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.548Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-02-15T04:27:06.548Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 87ebe340-77d4-459b-98c9-a63a63229160
2022-02-15T04:27:06.548Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87ebe340-77d4-459b-98c9-a63a63229160 matches Tosca VF Customization UUID: 87ebe340-77d4-459b-98c9-a63a63229160
2022-02-15T04:27:06.548Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 87ebe340-77d4-459b-98c9-a63a63229160  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-15T04:27:06.550Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.550Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.550Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 87ebe340-77d4-459b-98c9-a63a63229160: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-02-15T04:27:06.551Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@621f3d04
2022-02-15T04:27:06.551Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.551Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:27:06.551Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51488c30-a1e7-45d8-83dd-0a8a2e78b04f
2022-02-15T04:27:06.551Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51488c30-a1e7-45d8-83dd-0a8a2e78b04f
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-15T04:27:06.553Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.553Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:06.553Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:27:06.553Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.553Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:06.554Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:27:06.554Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.554Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-15T04:27:06.554Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-15T04:27:06.554Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4058f14a-3b1c-4ef9-8098-27a627b546ba
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-15T04:27:06.556Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.556Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:06.556Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:27:06.556Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.556Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-15T04:27:06.556Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=87ebe340-77d4-459b-98c9-a63a63229160
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-15T04:27:06.558Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.558Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.558Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 698e79d5-58d4-494f-8a55-3aba88b712c4: basic_cnf
2022-02-15T04:27:06.558Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.558Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:27:06.559Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-15T04:27:06.614Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 66129219-33f2-46c9-8bd9-0021ea4ef839 1 ASDC deployResourceStructure
2022-02-15T04:27:06.615Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-15T04:27:06.615Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-02-15T04:27:06.615Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-15T04:27:06.615Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:06.617Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:06.617Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899226614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-15T04:27:06.717Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:06.718Z||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-15T04:27:06.718Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:06.729Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:06.729Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:07.618Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-15T04:27:07.618Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-15T04:27:07.618Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-15T04:27:07.619Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:07.620Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:07.620Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899227618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-15T04:27:07.720Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:07.721Z||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-15T04:27:07.721Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:07.735Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:07.735Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:27:08.621Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-15T04:27:08.621Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-15T04:27:08.621Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:27:08.621Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:08.623Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:08.623Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899228620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:27:08.723Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:08.724Z||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-15T04:27:08.724Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:08.734Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:08.734Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:09.624Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-15T04:27:09.624Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-15T04:27:09.624Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:27:09.624Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:09.626Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:09.626Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899229623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:27:09.726Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:09.726Z||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-15T04:27:09.727Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:09.737Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:09.737Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:10.626Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-15T04:27:10.627Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-15T04:27:10.627Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:27:10.627Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:10.629Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:10.629Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899230626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:27:10.729Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:10.729Z||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-15T04:27:10.729Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:10.740Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:10.740Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:27:11.630Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-15T04:27:11.630Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-15T04:27:11.630Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:27:11.630Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:27:11.631Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:27:11.631Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899231629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:27:11.732Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:27:11.732Z||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-15T04:27:11.732Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:11.746Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:11.747Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:27:12.632Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:27:12.640Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
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-15T04:27:12.642Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:27:12.642Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:27:12.642Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:27:42.642Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:27:42.651Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
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-15T04:27:42.652Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:27:42.652Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:27:42.652Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:27:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:27:49.337Z||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-15T04:27:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:27:49.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:27:49.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:27:49.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93db4533-8f9f-42fe-a200-8babccd74b84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899129213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:27:49.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:28:12.653Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:28:12.661Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
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-15T04:28:12.662Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:28:12.662Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:28:12.662Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:28:42.663Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:28:42.670Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
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-15T04:28:42.672Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:28:42.672Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:28:42.672Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:28:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:28:49.337Z||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-15T04:28:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:28:49.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:28:49.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899189853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899189551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "dcae-sch",
  "timestamp": 1644899194919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899203714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899195418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899204717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899205214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "policy-id",
  "timestamp": 1644899205719,
  "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-15T04:28:49.379Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
2022-02-15T04:28:49.379Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 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-15T04:28:49.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "cds",
  "timestamp": 1644899206219,
  "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-15T04:28:49.389Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
2022-02-15T04:28:49.389Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 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-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899198612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899208315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:28:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:12.673Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:29:12.680Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
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-15T04:29:12.682Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:29:12.682Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:29:12.682Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:29:42.683Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:29:42.691Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
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-15T04:29:42.693Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:29:42.693Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:29:42.693Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:29:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:29:49.337Z||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-15T04:29:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:29:49.865Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:29:49.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899209401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899210437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899202021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899211476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899211723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899212513,
  "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-15T04:29:49.876Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
2022-02-15T04:29:49.877Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 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-15T04:29:49.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899213515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899205434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899216835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "aai-ml",
  "timestamp": 1644899217838,
  "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-15T04:29:49.890Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
2022-02-15T04:29:49.890Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 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-15T04:29:49.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899209335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899218560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899219066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899220571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899221018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "clamp",
  "timestamp": 1644899221574,
  "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-15T04:29:49.903Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
2022-02-15T04:29:49.903Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 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-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899212928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899222122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899222628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899223221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899224318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899224581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:29:49.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899225584,
  "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-15T04:29:49.916Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
2022-02-15T04:29:49.916Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 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-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899226614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899227618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899228620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899229623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899230626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:29:49.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:29:49.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899231629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:29:49.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:30:12.693Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:30:12.701Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90
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-15T04:30:12.702Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:30:12.703Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:30:12.708Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:30:42.708Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 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-15T04:30:42.713Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 and serviceModelVersionId: 698e79d5-58d4-494f-8a55-3aba88b712c4
2022-02-15T04:30:42.713Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f6df175-7eda-45fc-b0c8-5388f6e5e8be
2022-02-15T04:30:42.714Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f6df175-7eda-45fc-b0c8-5388f6e5e8be/model-vers/model-ver/698e79d5-58d4-494f-8a55-3aba88b712c4?depth=0
2022-02-15T04:30:42.718Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:30:42.749Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f6df175-7eda-45fc-b0c8-5388f6e5e8be/model-vers/model-ver/698e79d5-58d4-494f-8a55-3aba88b712c4?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-15T04:30:42.750Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f6df175-7eda-45fc-b0c8-5388f6e5e8be/model-vers/model-ver/698e79d5-58d4-494f-8a55-3aba88b712c4?depth=0|INFO|500||Invoke
2022-02-15T04:30:42.763Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f6df175-7eda-45fc-b0c8-5388f6e5e8be/model-vers/model-ver/698e79d5-58d4-494f-8a55-3aba88b712c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:30:43.110Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f6df175-7eda-45fc-b0c8-5388f6e5e8be/model-vers/model-ver/698e79d5-58d4-494f-8a55-3aba88b712c4?depth=0|INFO|500||InvokeReturn
2022-02-15T04:30:43.110Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f6df175-7eda-45fc-b0c8-5388f6e5e8be/model-vers/model-ver/698e79d5-58d4-494f-8a55-3aba88b712c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220215-04:30:42:773-82792], vertex-id=[446464], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:30:42 GMT], Content-Type=[application/json]}
2022-02-15T04:30:43.111Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:30:43.111Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:30:43.111Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:30:43.115Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:30:43.115Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24fdd844-c31e-4c7a-8c2b-e399ef8b0b90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:30:43.115Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:30:43.116Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:30:43.117Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:30:43.118Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899443115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:30:43.218Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:30:43.218Z||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-15T04:30:43.219Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:30:43.235Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:30:43.235Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-15T04:30:44.127Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:30:44.127Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:30:44.127Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:30:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:30:49.337Z||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-15T04:30:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:30:49.958Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:30:49.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:30:49.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24fdd844-c31e-4c7a-8c2b-e399ef8b0b90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899443115,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:30:49.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:30:54.651Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:30:54.652Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:30:54.652Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:30:54.653Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:04.201Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:04.202Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:31:04.202Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:31:04.202Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:13.744Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:13.745Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:31:13.745Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:31:13.745Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:23.288Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:49.335Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:31:49.336Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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-15T04:31:49.336Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:31:49.337Z||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-15T04:31:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:51.520Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:51.521Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:31:51.521Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"99e9aeda-302d-4891-899f-1bc4356d169d","serviceName":"Demo_pNF_arVLEUM6JKbu4GBtyPNn","serviceVersion":"1.0","serviceUUID":"6a2153ed-32a4-495c-8c7a-69b8800b0895","serviceDescription":"catalog service description","serviceInvariantUUID":"905b7e3b-80f4-4d2d-9cba-a177c33612e0","resources":[{"resourceInstanceName":"pNF d4a21b92-e062 0","resourceName":"pNF d4a21b92-e062","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"687deb8a-0376-40cc-971f-128e3b47377d","resourceInvariantUUID":"9cbf7546-19a4-47ed-a9f4-0bb053426b7f","resourceCustomizationUUID":"68695999-4086-486f-b25e-c633d901a4b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml","artifactChecksum":"OWYxMzc4YWM3NGI1MTIzMDZlMDg5MjdjMTYyY2Y5ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b758d4b7-fef2-40c3-a52c-a94e69f71227","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar","artifactChecksum":"OWY1MTE4ODA0ZGU3OGViYmI2NTY3ZWUxNDE3Y2FmMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b788e619-cbb7-4f72-a74e-6d913d98faea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b468eb2-33a3-4bcd-bbeb-015496836212","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml","artifactChecksum":"NDUzODA4Y2EwMzg3ZThjZTk0NzRiYmZiZjI5NmRhNGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad92c06a-b3f2-47bf-a954-1c8bf841a72f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2b1d202-48f8-4f68-b99d-d01e2af36ab9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e3e4466-6066-4e05-9b69-2c7ffa8d1b91","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfArvleum6jkbu4gbtypnn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml","artifactChecksum":"ZjRlM2E1ZGEyYzQ3MmE4ZmIxMTZmYzJjOTQ0ZDgyYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0189567d-182a-407b-ab36-0d9283756ead","artifactVersion":"1"},{"artifactName":"service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar","artifactChecksum":"OGRlYjlhZmJlZTk5MjMwOWU1YjdjNTZhZDg2NDkyNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ee85c9e-94e8-4a81-bf61-8cbfe6fd8fc7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:31:51.522Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:51.522Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:51.524Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:51.524Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:51.624Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:51.625Z||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-15T04:31:51.625Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:51.640Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:51.641Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:51.753Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:51.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:31:51.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:51.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:31:52.525Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:52.525Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:52.527Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:52.527Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:52.627Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:52.628Z||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-15T04:31:52.628Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:52.653Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:52.653Z||pool-90-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:53.528Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:53.529Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:53.530Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:53.531Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:53.631Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:53.631Z||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-15T04:31:53.632Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:53.649Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:53.649Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:54.531Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:54.532Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:54.534Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:54.534Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:54.634Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:54.635Z||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-15T04:31:54.635Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:54.646Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:54.646Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:55.534Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:55.535Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:55.537Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:55.537Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:55.637Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:55.638Z||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-15T04:31:55.638Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:55.653Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:55.653Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:56.538Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:56.539Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:56.540Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:56.541Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:56.641Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:56.641Z||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-15T04:31:56.641Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:56.657Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:56.657Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:57.541Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:57.542Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:57.544Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:57.544Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:31:57.644Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:57.645Z||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-15T04:31:57.645Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:57.658Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:57.658Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:58.545Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:31:58.546Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:58.547Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:58.547Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:31:58.648Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:58.648Z||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-15T04:31:58.648Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:58.665Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:58.665Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:31:59.548Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "serviceName": "Demo_pNF_arVLEUM6JKbu4GBtyPNn",
  "serviceVersion": "1.0",
  "serviceUUID": "6a2153ed-32a4-495c-8c7a-69b8800b0895",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "905b7e3b-80f4-4d2d-9cba-a177c33612e0",
  "resources": [
    {
      "resourceInstanceName": "pNF d4a21b92-e062 0",
      "resourceCustomizationUUID": "68695999-4086-486f-b25e-c633d901a4b3",
      "resourceName": "pNF d4a21b92-e062",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "687deb8a-0376-40cc-971f-128e3b47377d",
      "resourceInvariantUUID": "9cbf7546-19a4-47ed-a9f4-0bb053426b7f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
      "artifactChecksum": "OGRlYjlhZmJlZTk5MjMwOWU1YjdjNTZhZDg2NDkyNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ee85c9e-94e8-4a81-bf61-8cbfe6fd8fc7"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:31:59.549Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:31:59.549Z|24fdd844-c31e-4c7a-8c2b-e399ef8b0b90|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a2153ed-32a4-495c-8c7a-69b8800b0895 ASDC
2022-02-15T04:31:59.549Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:99e9aeda-302d-4891-899f-1bc4356d169d
ServiceName:Demo_pNF_arVLEUM6JKbu4GBtyPNn
ServiceVersion:1.0
ServiceUUID:6a2153ed-32a4-495c-8c7a-69b8800b0895
ServiceInvariantUUID:905b7e3b-80f4-4d2d-9cba-a177c33612e0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
ArtifactUUID:4ee85c9e-94e8-4a81-bf61-8cbfe6fd8fc7
ArtifactChecksum:OGRlYjlhZmJlZTk5MjMwOWU1YjdjNTZhZDg2NDkyNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d4a21b92-e062 0
ResourceCustomizationUUID:68695999-4086-486f-b25e-c633d901a4b3
ResourceInvariantUUID:9cbf7546-19a4-47ed-a9f4-0bb053426b7f
ResourceName:pNF d4a21b92-e062
ResourceType:PNF
ResourceUUID:687deb8a-0376-40cc-971f-128e3b47377d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-15T04:31:59.550Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a2153ed-32a4-495c-8c7a-69b8800b0895 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-15T04:31:59.568Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:31:59.569Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:31:59.569Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:31:59.569Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4ee85c9e-94e8-4a81-bf61-8cbfe6fd8fc7 from URL: /sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:31:59.569Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:31:59.570Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:31:59.690Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:31:59.694Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar 4ee85c9e-94e8-4a81-bf61-8cbfe6fd8fc7 82622
2022-02-15T04:31:59.694Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar ASDC sendASDCNotification
2022-02-15T04:31:59.694Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:31:59.694Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:31:59.695Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:31:59.697Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:31:59.697Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899519694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:31:59.797Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:31:59.798Z||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-15T04:31:59.798Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:31:59.812Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:31:59.812Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:32:00.697Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:32:00.698Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:32:00.698Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4ee85c9e-94e8-4a81-bf61-8cbfe6fd8fc7, URL: /sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar to file: /app/ASDC/1/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:00.698Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:00.699Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:00.699Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:00.777Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13033848403219056076/Definitions/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml
2022-02-15T04:32:01.322Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:32:01.322Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:32:01.322Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.322Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-15T04:32:01.322Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.322Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.323Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.323Z|99e9aeda-302d-4891-899f-1bc4356d169d|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-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.323Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d4a21b92-e062 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-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.323Z|99e9aeda-302d-4891-899f-1bc4356d169d|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-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.323Z|99e9aeda-302d-4891-899f-1bc4356d169d|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-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.323Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:32:01.324Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.324Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.324Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Node template pNF d4a21b92-e062 0 is matching search criteria
2022-02-15T04:32:01.324Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:32:01.324Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d4a21b92-e062 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:32:01.324Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.325Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.325Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Node template pNF d4a21b92-e062 0 is matching search criteria
2022-02-15T04:32:01.325Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:32:01.325Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d4a21b92-e062 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:32:01.325Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.325Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.326Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.326Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.326Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.326Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.326Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.326Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.327Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.327Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.327Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_arVLEUM6JKbu4GBtyPNn
Description:catalog service description
Model UUID:6a2153ed-32a4-495c-8c7a-69b8800b0895
Model Version:NULL
Model InvariantUuid:905b7e3b-80f4-4d2d-9cba-a177c33612e0
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-15T04:32:01.334Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 687deb8a-0376-40cc-971f-128e3b47377d
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-15T04:32:01.337Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||pNF d4a21b92-e062 0
2022-02-15T04:32:01.337Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 687deb8a-0376-40cc-971f-128e3b47377d
2022-02-15T04:32:01.337Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6a2153ed-32a4-495c-8c7a-69b8800b0895
2022-02-15T04:32:01.337Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6a2153ed-32a4-495c-8c7a-69b8800b0895
2022-02-15T04:32:01.338Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d4a21b92-e062 0 687deb8a-0376-40cc-971f-128e3b47377d 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-15T04:32:01.342Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77c3f6c4, org.onap.sdc.toscaparser.api.parameters.Input@60c8335f, org.onap.sdc.toscaparser.api.parameters.Input@93b8cdd, org.onap.sdc.toscaparser.api.parameters.Input@4622af22, org.onap.sdc.toscaparser.api.parameters.Input@2e3f04f4]
2022-02-15T04:32:01.342Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.342Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.343Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6a2153ed-32a4-495c-8c7a-69b8800b0895: pNF d4a21b92-e062
2022-02-15T04:32:01.343Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||Processing PNF resource: 687deb8a-0376-40cc-971f-128e3b47377d
2022-02-15T04:32:01.343Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:32:01.343Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_arVLEUM6JKbu4GBtyPNn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:32:01.343Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||Resource customization UUID: 68695999-4086-486f-b25e-c633d901a4b3 is the same as notified resource customizationUUID: 68695999-4086-486f-b25e-c633d901a4b3
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-15T04:32:01.372Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d4a21b92-e062 687deb8a-0376-40cc-971f-128e3b47377d 0 ASDC deployResourceStructure
2022-02-15T04:32:01.372Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar ASDC sendASDCNotification
2022-02-15T04:32:01.373Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar
2022-02-15T04:32:01.373Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:32:01.373Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:32:01.374Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:32:01.375Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899521372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:32:01.475Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:32:01.475Z||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-15T04:32:01.475Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:32:01.487Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:32:01.488Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:32:02.375Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:32:02.383Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
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-15T04:32:02.385Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:32:02.385Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:32:02.385Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:32:32.385Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:32:32.392Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
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-15T04:32:32.394Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:32:32.394Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:32:32.394Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:32:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:32:49.337Z||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-15T04:32:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:32:49.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:32:49.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:32:49.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:32:49.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:33:02.394Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:33:02.402Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
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-15T04:33:02.404Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:33:02.404Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:33:02.404Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:33:32.404Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:33:32.412Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
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-15T04:33:32.414Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:33:32.414Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:33:32.414Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:33:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:33:49.337Z||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-15T04:33:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:33:49.362Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:33:49.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:33:49.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:33:49.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:02.414Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:34:02.421Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
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-15T04:34:02.422Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:34:02.422Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:34:02.423Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:34:32.423Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:34:32.431Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
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-15T04:34:32.433Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:34:32.433Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:34:32.433Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:34:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:34:49.337Z||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-15T04:34:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:34:49.363Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:34:49.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899502021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899510418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899509335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899509853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899505434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899509551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899519681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899519692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899519694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899519692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899519682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899512928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "cds",
  "timestamp": 1644899520698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-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-15T04:34:49.380Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99e9aeda-302d-4891-899f-1bc4356d169d
2022-02-15T04:34:49.380Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99e9aeda-302d-4891-899f-1bc4356d169d 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-15T04:34:49.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899520685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899520717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899521372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899521703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:34:49.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "policy-id",
  "timestamp": 1644899521687,
  "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-15T04:34:49.394Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99e9aeda-302d-4891-899f-1bc4356d169d
2022-02-15T04:34:49.394Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99e9aeda-302d-4891-899f-1bc4356d169d 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-15T04:34:49.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899521719,
  "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-15T04:34:49.406Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 99e9aeda-302d-4891-899f-1bc4356d169d
2022-02-15T04:34:49.406Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99e9aeda-302d-4891-899f-1bc4356d169d 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-15T04:34:49.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899514919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899523487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899524104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/resourceInstances/pnfd4a21b92e0620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899524490,
  "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-15T04:34:49.419Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99e9aeda-302d-4891-899f-1bc4356d169d
2022-02-15T04:34:49.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99e9aeda-302d-4891-899f-1bc4356d169d 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-15T04:34:49.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "aai-ml",
  "timestamp": 1644899525107,
  "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-15T04:34:49.430Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99e9aeda-302d-4891-899f-1bc4356d169d
2022-02-15T04:34:49.430Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99e9aeda-302d-4891-899f-1bc4356d169d 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-15T04:34:49.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:34:49.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899527608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899529618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfArvleum6jkbu4gbtypnn/1.0/artifacts/service-DemoPnfArvleum6jkbu4gbtypnn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:34:49.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "clamp",
  "timestamp": 1644899530621,
  "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-15T04:34:49.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99e9aeda-302d-4891-899f-1bc4356d169d
2022-02-15T04:34:49.442Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99e9aeda-302d-4891-899f-1bc4356d169d 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-15T04:35:02.433Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:35:02.442Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d
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-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:35:02.444Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:35:02.445Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:35:02.445Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:35:02.445Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:35:02.445Z|99e9aeda-302d-4891-899f-1bc4356d169d|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-15T04:35:02.449Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:35:32.449Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99e9aeda-302d-4891-899f-1bc4356d169d 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-15T04:35:32.454Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99e9aeda-302d-4891-899f-1bc4356d169d and serviceModelVersionId: 6a2153ed-32a4-495c-8c7a-69b8800b0895
2022-02-15T04:35:32.454Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 905b7e3b-80f4-4d2d-9cba-a177c33612e0
2022-02-15T04:35:32.455Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/905b7e3b-80f4-4d2d-9cba-a177c33612e0/model-vers/model-ver/6a2153ed-32a4-495c-8c7a-69b8800b0895?depth=0
2022-02-15T04:35:32.459Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:35:32.485Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b7e3b-80f4-4d2d-9cba-a177c33612e0/model-vers/model-ver/6a2153ed-32a4-495c-8c7a-69b8800b0895?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-15T04:35:32.485Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b7e3b-80f4-4d2d-9cba-a177c33612e0/model-vers/model-ver/6a2153ed-32a4-495c-8c7a-69b8800b0895?depth=0|INFO|500||Invoke
2022-02-15T04:35:32.500Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b7e3b-80f4-4d2d-9cba-a177c33612e0/model-vers/model-ver/6a2153ed-32a4-495c-8c7a-69b8800b0895?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:35:32.722Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b7e3b-80f4-4d2d-9cba-a177c33612e0/model-vers/model-ver/6a2153ed-32a4-495c-8c7a-69b8800b0895?depth=0|INFO|500||InvokeReturn
2022-02-15T04:35:32.723Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b7e3b-80f4-4d2d-9cba-a177c33612e0/model-vers/model-ver/6a2153ed-32a4-495c-8c7a-69b8800b0895?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220215-04:35:32:507-47], vertex-id=[450808], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:35:32 GMT], Content-Type=[application/json]}
2022-02-15T04:35:32.723Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:35:32.723Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:35:32.723Z|99e9aeda-302d-4891-899f-1bc4356d169d|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-15T04:35:32.727Z|99e9aeda-302d-4891-899f-1bc4356d169d|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-15T04:35:32.727Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99e9aeda-302d-4891-899f-1bc4356d169d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:35:32.727Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:35:32.727Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:32.728Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:32.728Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899732727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:35:32.829Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:35:32.829Z||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-15T04:35:32.829Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:32.844Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:32.844Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 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-15T04:35:33.737Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:35:33.738Z|99e9aeda-302d-4891-899f-1bc4356d169d|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-15T04:35:33.738Z|99e9aeda-302d-4891-899f-1bc4356d169d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:38.630Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:38.630Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:35:38.631Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"851f0d1b-3fc7-4f77-b084-94ec641a4d1d","serviceName":"Demo_pNF_1Nyq5iqlXIWyGr5Y69aC","serviceVersion":"1.0","serviceUUID":"8fa40eda-ef3f-470d-847f-7699cb10aaa2","serviceDescription":"catalog service description","serviceInvariantUUID":"81994ead-2174-48fa-ac1e-34f93a50b683","resources":[{"resourceInstanceName":"pNF 0042d879-72d8 0","resourceName":"pNF 0042d879-72d8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cede0c41-d3f3-4d17-98a6-5403cf1c1e9c","resourceInvariantUUID":"82a59855-e7b0-45a3-9eee-6b83b3de9f2d","resourceCustomizationUUID":"b6788d01-aab1-4742-8970-5a1538fec5ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml","artifactChecksum":"NzcyOWVmYWZjNzhiM2U2ZmE2MDQ3NDAxMzUxZWY3ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a7416c1-ec8c-467d-93b6-b5eae91d2f61","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar","artifactChecksum":"OWY1MTE4ODA0ZGU3OGViYmI2NTY3ZWUxNDE3Y2FmMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"106ab8e9-386d-45b9-8e95-23f4d7baf9a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65875df3-ad8c-4ba0-ac4b-56eaa1d52a54","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml","artifactChecksum":"OThjNzhjYWViMzdjMWI2NzExZGJlNDllYzM3YTVkNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60cf5c37-9597-4624-afd3-f05e9b021819","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e9d5796-ccb9-4808-8322-13691985f7bf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"020e9798-5fbe-43f7-9596-8ee15cd97d47","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml","artifactChecksum":"NDNhZTYwNjljZTE3ZDIwNjFmODM4MDVmZjY4OTk4MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa635e7d-81a0-4c2d-aa77-95ccbec2de47","artifactVersion":"1"},{"artifactName":"service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar","artifactChecksum":"MDdiMWM2NTNiZjQ3NGIxMjViNDQxMzlmODliNDE2MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfbc8f6a-c252-4782-aaf9-0bea015d68ea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:35:38.632Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:38.632Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:38.633Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:38.633Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:38.733Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:38.734Z||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-15T04:35:38.734Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:38.748Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:38.748Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:39.634Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:39.635Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:39.636Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:39.636Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:39.736Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:39.737Z||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-15T04:35:39.737Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:39.751Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:39.751Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:40.636Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:40.637Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:40.639Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:40.639Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:40.739Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:40.739Z||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-15T04:35:40.739Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:40.750Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:40.750Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:41.639Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:41.640Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:41.641Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:41.641Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:41.742Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:35:41.742Z||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-15T04:35:41.742Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:41.757Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:41.757Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:42.642Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:42.643Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:42.644Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:42.644Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:42.745Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:42.745Z||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-15T04:35:42.746Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:42.758Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:42.758Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:43.645Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:43.646Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:43.647Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:43.647Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:43.747Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:43.748Z||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-15T04:35:43.748Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:43.761Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:43.761Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:44.647Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:44.648Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:44.649Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:44.650Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:44.750Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:44.750Z||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-15T04:35:44.750Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:44.890Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:44.891Z||pool-106-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:45.650Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:35:45.651Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:45.652Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:45.652Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:35:45.753Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:35:45.753Z||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-15T04:35:45.753Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:45.767Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:45.767Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:46.653Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "serviceName": "Demo_pNF_1Nyq5iqlXIWyGr5Y69aC",
  "serviceVersion": "1.0",
  "serviceUUID": "8fa40eda-ef3f-470d-847f-7699cb10aaa2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81994ead-2174-48fa-ac1e-34f93a50b683",
  "resources": [
    {
      "resourceInstanceName": "pNF 0042d879-72d8 0",
      "resourceCustomizationUUID": "b6788d01-aab1-4742-8970-5a1538fec5ff",
      "resourceName": "pNF 0042d879-72d8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cede0c41-d3f3-4d17-98a6-5403cf1c1e9c",
      "resourceInvariantUUID": "82a59855-e7b0-45a3-9eee-6b83b3de9f2d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
      "artifactChecksum": "MDdiMWM2NTNiZjQ3NGIxMjViNDQxMzlmODliNDE2MGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfbc8f6a-c252-4782-aaf9-0bea015d68ea"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:35:46.653Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:35:46.653Z|99e9aeda-302d-4891-899f-1bc4356d169d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8fa40eda-ef3f-470d-847f-7699cb10aaa2 ASDC
2022-02-15T04:35:46.654Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:851f0d1b-3fc7-4f77-b084-94ec641a4d1d
ServiceName:Demo_pNF_1Nyq5iqlXIWyGr5Y69aC
ServiceVersion:1.0
ServiceUUID:8fa40eda-ef3f-470d-847f-7699cb10aaa2
ServiceInvariantUUID:81994ead-2174-48fa-ac1e-34f93a50b683
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
ArtifactUUID:cfbc8f6a-c252-4782-aaf9-0bea015d68ea
ArtifactChecksum:MDdiMWM2NTNiZjQ3NGIxMjViNDQxMzlmODliNDE2MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0042d879-72d8 0
ResourceCustomizationUUID:b6788d01-aab1-4742-8970-5a1538fec5ff
ResourceInvariantUUID:82a59855-e7b0-45a3-9eee-6b83b3de9f2d
ResourceName:pNF 0042d879-72d8
ResourceType:PNF
ResourceUUID:cede0c41-d3f3-4d17-98a6-5403cf1c1e9c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-15T04:35:46.654Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fa40eda-ef3f-470d-847f-7699cb10aaa2 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-15T04:35:46.673Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:35:46.673Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:35:46.673Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:35:46.674Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cfbc8f6a-c252-4782-aaf9-0bea015d68ea from URL: /sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:46.674Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:35:46.674Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:46.721Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:35:46.724Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar cfbc8f6a-c252-4782-aaf9-0bea015d68ea 82610
2022-02-15T04:35:46.724Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar ASDC sendASDCNotification
2022-02-15T04:35:46.724Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:46.724Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:35:46.724Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:46.726Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:46.726Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899746724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:35:46.826Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:46.827Z||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-15T04:35:46.827Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:46.840Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:46.840Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:47.726Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:35:47.727Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:35:47.727Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cfbc8f6a-c252-4782-aaf9-0bea015d68ea, URL: /sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar to file: /app/ASDC/1/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:47.727Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:47.728Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:47.728Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:47.802Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17562488914292831165/Definitions/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.323Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0042d879-72d8 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-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Node template pNF 0042d879-72d8 0 is matching search criteria
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0042d879-72d8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Node template pNF 0042d879-72d8 0 is matching search criteria
2022-02-15T04:35:48.324Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0042d879-72d8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.325Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1Nyq5iqlXIWyGr5Y69aC
Description:catalog service description
Model UUID:8fa40eda-ef3f-470d-847f-7699cb10aaa2
Model Version:NULL
Model InvariantUuid:81994ead-2174-48fa-ac1e-34f93a50b683
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-15T04:35:48.332Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: cede0c41-d3f3-4d17-98a6-5403cf1c1e9c
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-15T04:35:48.334Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||pNF 0042d879-72d8 0
2022-02-15T04:35:48.334Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cede0c41-d3f3-4d17-98a6-5403cf1c1e9c
2022-02-15T04:35:48.334Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 8fa40eda-ef3f-470d-847f-7699cb10aaa2
2022-02-15T04:35:48.334Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8fa40eda-ef3f-470d-847f-7699cb10aaa2
2022-02-15T04:35:48.334Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0042d879-72d8 0 cede0c41-d3f3-4d17-98a6-5403cf1c1e9c 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-15T04:35:48.338Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@562857ef, org.onap.sdc.toscaparser.api.parameters.Input@6515537f, org.onap.sdc.toscaparser.api.parameters.Input@7097d065, org.onap.sdc.toscaparser.api.parameters.Input@383d5e1b, org.onap.sdc.toscaparser.api.parameters.Input@2cbef1dc]
2022-02-15T04:35:48.338Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.338Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.338Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8fa40eda-ef3f-470d-847f-7699cb10aaa2: pNF 0042d879-72d8
2022-02-15T04:35:48.338Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||Processing PNF resource: cede0c41-d3f3-4d17-98a6-5403cf1c1e9c
2022-02-15T04:35:48.339Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:35:48.339Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_1Nyq5iqlXIWyGr5Y69aC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:35:48.339Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||Resource customization UUID: b6788d01-aab1-4742-8970-5a1538fec5ff is the same as notified resource customizationUUID: b6788d01-aab1-4742-8970-5a1538fec5ff
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-15T04:35:48.365Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0042d879-72d8 cede0c41-d3f3-4d17-98a6-5403cf1c1e9c 0 ASDC deployResourceStructure
2022-02-15T04:35:48.365Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar ASDC sendASDCNotification
2022-02-15T04:35:48.365Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar
2022-02-15T04:35:48.366Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:35:48.366Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:35:48.367Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:35:48.367Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899748365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:35:48.467Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:35:48.468Z||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-15T04:35:48.468Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:48.480Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:48.480Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:35:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:35:49.337Z||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-15T04:35:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:35:49.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:35:49.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.367Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899592021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:35:49.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899589853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899585418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899589551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "dcae-sch",
  "timestamp": 1644899594919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899595433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
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-15T04:35:49.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899603127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899603134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899603139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899603125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "cds",
  "timestamp": 1644899604144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-02-15T04:35:49.376Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T04:35:49.377Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:35:49.377Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:35:49.377Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:35:49.380Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
2022-02-15T04:35:49.380Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851f0d1b-3fc7-4f77-b084-94ec641a4d1d 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-15T04:35:49.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899604151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:35:49.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899604128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:35:49.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644899605153,
  "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-15T04:35:49.393Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
2022-02-15T04:35:49.393Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851f0d1b-3fc7-4f77-b084-94ec641a4d1d 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-15T04:35:49.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "policy-id",
  "timestamp": 1644899605130,
  "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-15T04:35:49.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
2022-02-15T04:35:49.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851f0d1b-3fc7-4f77-b084-94ec641a4d1d 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-15T04:35:49.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644899598611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899606871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "aai-ml",
  "timestamp": 1644899607875,
  "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-15T04:35:49.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
2022-02-15T04:35:49.415Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851f0d1b-3fc7-4f77-b084-94ec641a4d1d 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-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899609622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899602928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899610644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "clamp",
  "timestamp": 1644899611648,
  "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-15T04:35:49.426Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
2022-02-15T04:35:49.426Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851f0d1b-3fc7-4f77-b084-94ec641a4d1d 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-15T04:35:49.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899611657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:35:49.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899613278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:35:49.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:35:49.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:35:49.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644899614281,
  "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-15T04:35:49.439Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
2022-02-15T04:35:49.439Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 851f0d1b-3fc7-4f77-b084-94ec641a4d1d 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-15T04:36:19.378Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:36:19.387Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 851f0d1b-3fc7-4f77-b084-94ec641a4d1d
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-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:36:19.389Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:36:19.393Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:36:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:36:49.337Z||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-15T04:36:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:36:49.393Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 851f0d1b-3fc7-4f77-b084-94ec641a4d1d 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-15T04:36:49.400Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 851f0d1b-3fc7-4f77-b084-94ec641a4d1d and serviceModelVersionId: 8fa40eda-ef3f-470d-847f-7699cb10aaa2
2022-02-15T04:36:49.400Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81994ead-2174-48fa-ac1e-34f93a50b683
2022-02-15T04:36:49.400Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0
2022-02-15T04:36:49.404Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:36:49.433Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0|INFO|500||Invoke
2022-02-15T04:36:49.434Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[851f0d1b-3fc7-4f77-b084-94ec641a4d1d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f51f0f23-0def-4935-97b9-876fffde8894], X-ECOMP-RequestID=[851f0d1b-3fc7-4f77-b084-94ec641a4d1d], X-TransactionId=[], X-ONAP-RequestID=[851f0d1b-3fc7-4f77-b084-94ec641a4d1d], Content-Type=[application/merge-patch+json]}
2022-02-15T04:36:49.448Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:36:49.554Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?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/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220215-04:36:49:454-5552], vertex-id=[467080], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:36:49 GMT], Content-Type=[application/json]}
2022-02-15T04:36:49.554Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:36:49.555Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81994ead-2174-48fa-ac1e-34f93a50b683/model-vers/model-ver/8fa40eda-ef3f-470d-847f-7699cb10aaa2?depth=0|INFO|500||InvokeReturn
2022-02-15T04:36:49.555Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:36:49.555Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:36:49.559Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:36:49.559Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 851f0d1b-3fc7-4f77-b084-94ec641a4d1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:36:49.559Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:36:49.559Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:36:49.560Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:36:49.560Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899809559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:36:49.661Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:36:49.661Z||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-15T04:36:49.661Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:36:49.673Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:36:49.674Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:36:49.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:36:49.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99e9aeda-302d-4891-899f-1bc4356d169d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899732727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:36:49.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:36:49.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/resourceInstances/pnf0042d87972d80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899733737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:36:49.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:36:49.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899746724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:36:49.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:36:49.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T04:36:49.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899748365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1nyq5iqlxiwygr5y69ac/1.0/artifacts/service-DemoPnf1nyq5iqlxiwygr5y69ac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:36:49.688Z||pool-2-thread-1|||||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-15T04:36:50.572Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:36:50.572Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:36:50.572Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:37:00.115Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:37:00.115Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:37:00.116Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:37:00.116Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:37:09.655Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:37:09.656Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:37:09.656Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:37:09.656Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:37:19.196Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:37:19.197Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:37:19.197Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:37:19.197Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:37:28.735Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:37:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:37:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:37:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:37:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:37:49.337Z||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-15T04:37:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:37:49.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:37:49.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:37:49.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "851f0d1b-3fc7-4f77-b084-94ec641a4d1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644899809559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:37:49.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:37:58.875Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:38:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:38:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:38:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:38:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:38:49.337Z||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-15T04:38:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:38:58.877Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:38:58.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:39:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:39:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:39:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:39:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:39:49.337Z||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-15T04:39:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:39:58.884Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:39:58.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:40:49.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:40:49.336Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T04:40:49.336Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:40:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:40:49.337Z||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-15T04:40:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:40:58.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:40:58.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:41:49.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:41:49.336Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-15T04:41:49.336Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:41:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:41:49.337Z||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-15T04:41:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:41:58.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:41:58.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:42:49.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:42:49.336Z||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-15T04:42:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:42:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:42:49.337Z||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-15T04:42:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:42:58.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:42:58.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:43:49.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:43:49.335Z||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-15T04:43:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:43:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:43:49.337Z||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-15T04:43:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:43:58.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:43:58.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:49.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:44:49.336Z||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-15T04:44:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:44:49.337Z||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-15T04:44:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:49.644Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:49.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900269853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900262928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900269551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900281326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:44:49.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900281414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900282418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "dcae-sch",
  "timestamp": 1644900274919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900275418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900283290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "policy-id",
  "timestamp": 1644900283420,
  "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-15T04:44:49.669Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efee58f5-be67-42b3-9799-a276cfaf60b2
2022-02-15T04:44:49.669Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efee58f5-be67-42b3-9799-a276cfaf60b2 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-15T04:44:49.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900284123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900284292,
  "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-15T04:44:49.680Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efee58f5-be67-42b3-9799-a276cfaf60b2
2022-02-15T04:44:49.681Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efee58f5-be67-42b3-9799-a276cfaf60b2 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-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "cds",
  "timestamp": 1644900286156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-15T04:44:49.692Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efee58f5-be67-42b3-9799-a276cfaf60b2
2022-02-15T04:44:49.693Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efee58f5-be67-42b3-9799-a276cfaf60b2 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-15T04:44:49.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900287329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900288424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:49.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:44:49.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:49.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-15T04:44:49.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"efee58f5-be67-42b3-9799-a276cfaf60b2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d151c6d3-1381-4bf4-9861-eacf09e017ff","serviceDescription":"service","serviceInvariantUUID":"1ff4c574-6e2b-438d-9b29-4ab497976239","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3762f07d-7ea0-499c-8ede-c13f7469710b","resourceInvariantUUID":"b43f2a53-302b-48a7-be6d-47935005542f","resourceCustomizationUUID":"d85800a6-b93f-475e-80a3-4506763dd5c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTczNzQ3MTUyZTc5ZjlkZTE3MzY1ZDBiNDAyY2M0MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7069047b-a299-41fa-9120-5bce46fd86e7","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YjgxZWY4ODdiZTFjY2Y4ZTYxM2FmNWJlOGNmNDlhZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b273c4dd-771c-48c5-b184-63883f4e85bf","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc939452-e12a-41fc-b4ac-788ddbc25dd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b51654d-9a70-46f4-af32-547a2b540f07","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb129b59-0854-48ea-97ea-8213ac5b86b3","artifactVersion":"2","generatedFromUUID":"cc939452-e12a-41fc-b4ac-788ddbc25dd7"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZDEwNjQyYzI0M2JmZGI5ODljNGQ5YTIyY2Y3MGQyNDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"740284b7-3fd0-4cbe-8201-ceb0a4a5de80","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YmU1Zjg5OTlmNzM0NGRkMzA1MjRiNzgzNjQ2ZGY4ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"721018ee-3b04-4071-8bec-0cb6070dbabe","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmVhMzRlMWE3MWM1M2FhYThmOTEyMzQ0YzA0YmM4ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"207252aa-4cfa-4ba1-bd7e-f8c5837f378c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:44:49.964Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:49.965Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:49.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:49.966Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:50.066Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:50.067Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:50.067Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:50.080Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:50.080Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:50.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:50.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:50.969Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:50.969Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:44:51.069Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:51.070Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:51.070Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:51.082Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:51.082Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:51.969Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:51.970Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:51.971Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:51.971Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:44:52.072Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:52.072Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:52.072Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:52.084Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:52.084Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:52.972Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:52.972Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:52.973Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:52.974Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:53.074Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:53.074Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:53.074Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:53.087Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:53.087Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:53.974Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:53.975Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:53.976Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:53.976Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-15T04:44:54.076Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:54.077Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:54.077Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:54.088Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:54.088Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:54.976Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:54.977Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:54.978Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:54.979Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:55.079Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:55.079Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:55.079Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:55.092Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:55.092Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:55.979Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:55.980Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:55.982Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:55.982Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:44:56.082Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:56.082Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:56.083Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:56.095Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:56.095Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:56.982Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:44:56.983Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:56.984Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:56.984Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:44:57.085Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:57.085Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:57.085Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:57.098Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:57.098Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:44:57.986Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d151c6d3-1381-4bf4-9861-eacf09e017ff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1ff4c574-6e2b-438d-9b29-4ab497976239",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d85800a6-b93f-475e-80a3-4506763dd5c3",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3762f07d-7ea0-499c-8ede-c13f7469710b",
      "resourceInvariantUUID": "b43f2a53-302b-48a7-be6d-47935005542f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "YjgxZWY4ODdiZTFjY2Y4ZTYxM2FmNWJlOGNmNDlhZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b273c4dd-771c-48c5-b184-63883f4e85bf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc939452-e12a-41fc-b4ac-788ddbc25dd7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fb129b59-0854-48ea-97ea-8213ac5b86b3",
            "generatedFromUUID": "cc939452-e12a-41fc-b4ac-788ddbc25dd7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fb129b59-0854-48ea-97ea-8213ac5b86b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmVhMzRlMWE3MWM1M2FhYThmOTEyMzQ0YzA0YmM4ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "207252aa-4cfa-4ba1-bd7e-f8c5837f378c"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:44:57.986Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:44:57.986Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d151c6d3-1381-4bf4-9861-eacf09e017ff ASDC
2022-02-15T04:44:57.987Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efee58f5-be67-42b3-9799-a276cfaf60b2
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d151c6d3-1381-4bf4-9861-eacf09e017ff
ServiceInvariantUUID:1ff4c574-6e2b-438d-9b29-4ab497976239
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:207252aa-4cfa-4ba1-bd7e-f8c5837f378c
ArtifactChecksum:NmVhMzRlMWE3MWM1M2FhYThmOTEyMzQ0YzA0YmM4ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d85800a6-b93f-475e-80a3-4506763dd5c3
ResourceInvariantUUID:b43f2a53-302b-48a7-be6d-47935005542f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3762f07d-7ea0-499c-8ede-c13f7469710b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:b273c4dd-771c-48c5-b184-63883f4e85bf
ArtifactChecksum:YjgxZWY4ODdiZTFjY2Y4ZTYxM2FmNWJlOGNmNDlhZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:cc939452-e12a-41fc-b4ac-788ddbc25dd7
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:fb129b59-0854-48ea-97ea-8213ac5b86b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:fb129b59-0854-48ea-97ea-8213ac5b86b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-15T04:44:57.987Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d151c6d3-1381-4bf4-9861-eacf09e017ff 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-15T04:44:58.014Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:44:58.014Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:44:58.014Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:44:58.014Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 207252aa-4cfa-4ba1-bd7e-f8c5837f378c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-15T04:44:58.014Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:44:58.015Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-15T04:44:58.063Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:44:58.066Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 207252aa-4cfa-4ba1-bd7e-f8c5837f378c 78783
2022-02-15T04:44:58.066Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-15T04:44:58.066Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-15T04:44:58.067Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:44:58.067Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:44:58.068Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:44:58.068Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900298066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:44:58.168Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:44:58.169Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:44:58.169Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:44:58.182Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:44:58.183Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:44:59.069Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:44:59.069Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:44:59.070Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 207252aa-4cfa-4ba1-bd7e-f8c5837f378c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.070Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.070Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.070Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.173Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12119436150035766840/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-15T04:44:59.988Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:44:59.988Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-15T04:44:59.988Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.988Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-15T04:44:59.988Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.988Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-15T04:44:59.989Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-15T04:44:59.990Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.991Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=428fcab9-a213-4b3d-9523-25f031134986
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.992Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:44:59.993Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.993Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:44:59.993Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.993Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:44:59.993Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:44:59.993Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:44:59.993Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d151c6d3-1381-4bf4-9861-eacf09e017ff
Model Version:NULL
Model InvariantUuid:1ff4c574-6e2b-438d-9b29-4ab497976239
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c91f463d-0492-4428-9545-ab46bbb9864a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b43f2a53-302b-48a7-be6d-47935005542f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d85800a6-b93f-475e-80a3-4506763dd5c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2c04bd59-79ab-4e76-97a8-407136e73c45
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:47a0bc76-9d1e-43dd-874d-e6e25ba0494d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:428fcab9-a213-4b3d-9523-25f031134986
ModelInvariantUuid:8d8fe6fa-94e1-40c5-8427-a9e2e11ba3d0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c000d33b-6923-4b52-a13d-ef0a7692af89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6cbd85c5-afbf-4838-97d6-3b331fb49bc4
ModelInvariantUuid:93a921f4-c23b-4794-9f2d-de16b70ea1dd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:055f3163-63a8-4a2a-b770-a319b0877ac1
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-15T04:44:59.997Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3762f07d-7ea0-499c-8ede-c13f7469710b
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-15T04:44:59.998Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-02-15T04:44:59.998Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3762f07d-7ea0-499c-8ede-c13f7469710b
2022-02-15T04:44:59.998Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b273c4dd-771c-48c5-b184-63883f4e85bf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-15T04:44:59.998Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:44:59.999Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-15T04:45:00.032Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:45:00.032Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b273c4dd-771c-48c5-b184-63883f4e85bf 792
2022-02-15T04:45:00.032Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-02-15T04:45:00.033Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-15T04:45:00.033Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:45:00.033Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:45:00.034Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:45:00.034Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900300032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:45:00.135Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:45:00.135Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:45:00.135Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:00.147Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:00.147Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:45:01.035Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2c04bd59-79ab-4e76-97a8-407136e73c45",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "47a0bc76-9d1e-43dd-874d-e6e25ba0494d",
    "vfModuleModelCustomizationUUID": "bad4d893-db38-46f5-8dfe-a602aa063b6c",
    "isBase": true,
    "artifacts": [
      "cc939452-e12a-41fc-b4ac-788ddbc25dd7",
      "fb129b59-0854-48ea-97ea-8213ac5b86b3"
    ],
    "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-15T04:45:01.039Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47a0bc76-9d1e-43dd-874d-e6e25ba0494d
VfModuleModelInvariantUUID:2c04bd59-79ab-4e76-97a8-407136e73c45
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc939452-e12a-41fc-b4ac-788ddbc25dd7
,
fb129b59-0854-48ea-97ea-8213ac5b86b3

}
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-15T04:45:01.040Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2c04bd59-79ab-4e76-97a8-407136e73c45",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "47a0bc76-9d1e-43dd-874d-e6e25ba0494d",
    "vfModuleModelCustomizationUUID": "bad4d893-db38-46f5-8dfe-a602aa063b6c",
    "isBase": true,
    "artifacts": [
      "cc939452-e12a-41fc-b4ac-788ddbc25dd7",
      "fb129b59-0854-48ea-97ea-8213ac5b86b3"
    ],
    "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-15T04:45:01.041Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47a0bc76-9d1e-43dd-874d-e6e25ba0494d
VfModuleModelInvariantUUID:2c04bd59-79ab-4e76-97a8-407136e73c45
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc939452-e12a-41fc-b4ac-788ddbc25dd7
,
fb129b59-0854-48ea-97ea-8213ac5b86b3

}
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-15T04:45:01.041Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc939452-e12a-41fc-b4ac-788ddbc25dd7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-15T04:45:01.041Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:45:01.041Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-15T04:45:01.214Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:45:01.214Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cc939452-e12a-41fc-b4ac-788ddbc25dd7 5033
2022-02-15T04:45:01.215Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-15T04:45:01.215Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-15T04:45:01.215Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:45:01.215Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:45:01.217Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:45:01.217Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900301215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:45:01.317Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:45:01.317Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:45:01.318Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:01.331Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:01.331Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:45:02.217Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fb129b59-0854-48ea-97ea-8213ac5b86b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-15T04:45:02.218Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:45:02.218Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-15T04:45:02.411Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:45:02.411Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fb129b59-0854-48ea-97ea-8213ac5b86b3 903
2022-02-15T04:45:02.411Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-15T04:45:02.411Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-15T04:45:02.411Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:45:02.411Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:45:02.413Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:45:02.413Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900302411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:45:02.513Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:45:02.514Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:45:02.514Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:02.526Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:02.526Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:45:03.414Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d151c6d3-1381-4bf4-9861-eacf09e017ff
2022-02-15T04:45:03.414Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3762f07d-7ea0-499c-8ede-c13f7469710b 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-15T04:45:03.421Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a2348e8, org.onap.sdc.toscaparser.api.parameters.Input@68701c1c, org.onap.sdc.toscaparser.api.parameters.Input@4679f964, org.onap.sdc.toscaparser.api.parameters.Input@64935937, org.onap.sdc.toscaparser.api.parameters.Input@14873945]
2022-02-15T04:45:03.422Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.422Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.422Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-15T04:45:03.422Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d85800a6-b93f-475e-80a3-4506763dd5c3
2022-02-15T04:45:03.423Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d85800a6-b93f-475e-80a3-4506763dd5c3 matches Tosca VF Customization UUID: d85800a6-b93f-475e-80a3-4506763dd5c3
2022-02-15T04:45:03.423Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d85800a6-b93f-475e-80a3-4506763dd5c3  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-15T04:45:03.424Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.424Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.425Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d85800a6-b93f-475e-80a3-4506763dd5c3: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-02-15T04:45:03.425Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b609679
2022-02-15T04:45:03.425Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.425Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:45:03.425Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bad4d893-db38-46f5-8dfe-a602aa063b6c
2022-02-15T04:45:03.425Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bad4d893-db38-46f5-8dfe-a602aa063b6c
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-15T04:45:03.426Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-15T04:45:03.427Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:45:03.428Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=428fcab9-a213-4b3d-9523-25f031134986
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-15T04:45:03.429Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.429Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:45:03.429Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:45:03.429Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.429Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-15T04:45:03.429Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d85800a6-b93f-475e-80a3-4506763dd5c3
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-15T04:45:03.430Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.430Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.430Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d151c6d3-1381-4bf4-9861-eacf09e017ff: basic_vm_macro
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:45:03.431Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-15T04:45:03.490Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3762f07d-7ea0-499c-8ede-c13f7469710b 1 ASDC deployResourceStructure
2022-02-15T04:45:03.490Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-02-15T04:45:03.490Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-15T04:45:03.490Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:45:03.491Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:45:03.492Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:45:03.493Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900303490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:45:03.593Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:45:03.593Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:45:03.593Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:03.611Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:03.611Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:45:04.493Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-15T04:45:04.494Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-15T04:45:04.494Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:45:04.494Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:45:04.495Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:45:04.495Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900304493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:45:04.596Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:45:04.596Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:45:04.596Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:04.607Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:04.607Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:45:05.496Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-15T04:45:05.496Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-15T04:45:05.496Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:45:05.497Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:45:05.498Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:45:05.498Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900305496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:45:05.598Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:45:05.599Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:45:05.599Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:05.613Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:05.613Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:45:06.499Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-15T04:45:06.499Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-15T04:45:06.499Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:45:06.499Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:45:06.500Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:45:06.501Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900306499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:45:06.601Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:45:06.601Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:45:06.601Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:06.613Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:06.613Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:45:07.502Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:45:07.512Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
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-15T04:45:07.514Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:45:07.514Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:45:07.514Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:45:37.515Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:45:37.523Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
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-15T04:45:37.525Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:45:37.525Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:45:37.525Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:45:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:45:49.337Z||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-15T04:45:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:45:49.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:45:49.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:45:49.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900289517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:45:49.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:46:07.526Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:46:07.532Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
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-15T04:46:07.534Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:46:07.534Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:46:07.534Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:46:37.534Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:46:37.542Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
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-15T04:46:37.543Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:46:37.544Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:46:37.544Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:46:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:46:49.337Z||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-15T04:46:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:46:49.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:46:49.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:46:49.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900282021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:46:49.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:07.544Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:47:07.551Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
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-15T04:47:07.553Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:47:07.553Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:47:07.553Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:47:37.553Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:47:37.561Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
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-15T04:47:37.563Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:47:37.563Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:47:37.563Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:47:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:47:49.337Z||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-15T04:47:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:47:49.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:47:49.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:47:49.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:47:49.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900290599,
  "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-15T04:47:49.869Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efee58f5-be67-42b3-9799-a276cfaf60b2
2022-02-15T04:47:49.869Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efee58f5-be67-42b3-9799-a276cfaf60b2 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-15T04:47:49.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900290726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900291604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900285433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900296053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900289335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:47:49.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:47:49.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "aai-ml",
  "timestamp": 1644900297056,
  "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-15T04:47:49.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efee58f5-be67-42b3-9799-a276cfaf60b2
2022-02-15T04:47:49.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efee58f5-be67-42b3-9799-a276cfaf60b2 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-15T04:47:49.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900298066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:47:49.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900300032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900301215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900302411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900303490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900304493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900305496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:47:49.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900305731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900306499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900308735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-15T04:47:49.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "clamp",
  "timestamp": 1644900309738,
  "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-15T04:47:49.894Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efee58f5-be67-42b3-9799-a276cfaf60b2
2022-02-15T04:47:49.895Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efee58f5-be67-42b3-9799-a276cfaf60b2 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-15T04:48:07.564Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:48:07.573Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2
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-15T04:48:07.575Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:48:07.575Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:07.576Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-15T04:48:07.580Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:48:37.580Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efee58f5-be67-42b3-9799-a276cfaf60b2 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-15T04:48:37.584Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efee58f5-be67-42b3-9799-a276cfaf60b2 and serviceModelVersionId: d151c6d3-1381-4bf4-9861-eacf09e017ff
2022-02-15T04:48:37.584Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ff4c574-6e2b-438d-9b29-4ab497976239
2022-02-15T04:48:37.585Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0
2022-02-15T04:48:37.588Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:48:37.613Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0|INFO|500||Invoke
2022-02-15T04:48:37.613Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efee58f5-be67-42b3-9799-a276cfaf60b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51f14c03-9ab7-495b-a5aa-b91032022b39], X-ECOMP-RequestID=[efee58f5-be67-42b3-9799-a276cfaf60b2], X-TransactionId=[], X-ONAP-RequestID=[efee58f5-be67-42b3-9799-a276cfaf60b2], Content-Type=[application/merge-patch+json]}
2022-02-15T04:48:37.627Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:48:38.007Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?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/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220215-04:48:37:635-25198], vertex-id=[512000], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:48:37 GMT], Content-Type=[application/json]}
2022-02-15T04:48:38.007Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:48:38.008Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ff4c574-6e2b-438d-9b29-4ab497976239/model-vers/model-ver/d151c6d3-1381-4bf4-9861-eacf09e017ff?depth=0|INFO|500||InvokeReturn
2022-02-15T04:48:38.008Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:48:38.008Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T04:48:38.012Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-15T04:48:38.012Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efee58f5-be67-42b3-9799-a276cfaf60b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:48:38.012Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:48:38.012Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:38.014Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:38.014Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900518012,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:48:38.114Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:38.115Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:38.115Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:38.132Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:38.132Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 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-15T04:48:39.024Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:48:39.025Z|efee58f5-be67-42b3-9799-a276cfaf60b2|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-15T04:48:39.025Z|efee58f5-be67-42b3-9799-a276cfaf60b2|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:43.444Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:43.444Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-15T04:48:43.444Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"32c87377-0809-488e-994f-26b196daae8d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"411ad33d-80dd-4651-9a07-1543880f82a5","serviceDescription":"service","serviceInvariantUUID":"0ca02390-f3c9-4906-91a3-0aa1a1efefcd","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1dfe4b95-b994-4985-8004-5353509df189","resourceInvariantUUID":"68b90701-2336-4ba6-aeb8-32bb8d0820d3","resourceCustomizationUUID":"d5b5f84f-c7c6-440f-a1aa-a237e958c517","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":"OWFlZmUwZTVmYTdkM2NlMThjODYyZjczYWY4OGEzZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa47bfb5-0e62-49ae-8ecb-f2ee2cae269c","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":"01ad3749-fdaf-4b60-bb4c-df33cf67a137","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":"3a79c4dd-4831-4fa3-9c3e-5f69bf89686b","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":"MmJjNTAyOWMxNjk1NTYzNzY0ODdlM2E5N2E1MWU1MDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3030bec8-3414-4106-8268-eb9f1920283e","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":"10cc095c-2b75-4940-984f-43e331069e5a","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":"45843e82-8085-4277-9a55-f8c1a7b9617e","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":"a4fa33ae-0919-4f4f-bb69-478b5277699b","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":"OTIyNTYzYTUxNGVmOWEzZjhkMTM0OWJjYmY5ZTJkMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1e2d7ce-9210-42d6-928b-66419537ce39","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWU1N2NhYmVjODY2YTRjMTE4YjA3ZTc2ZDI2NmQ4NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25296342-583f-4d7e-ab9d-4fe37df7488b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:48:43.445Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:43.445Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:43.447Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:43.447Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:43.547Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:43.548Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:43.548Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:43.561Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:43.562Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:44.447Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:44.448Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:44.449Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:44.449Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:44.550Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:48:44.550Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:44.550Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:44.563Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:44.563Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:45.450Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:45.451Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:45.452Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:45.453Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:45.553Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:45.553Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:45.553Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:45.566Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:45.566Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:46.453Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:46.454Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:46.455Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:46.455Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:46.555Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:46.556Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:46.556Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:46.569Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:46.569Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:47.456Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:47.456Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:47.457Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:47.458Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:47.558Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:47.559Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:47.559Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:47.572Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:47.572Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:48.458Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:48.459Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:48.460Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:48.460Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:48.560Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:48.561Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:48.561Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:48.574Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:48.574Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:48:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:48:49.337Z||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-15T04:48:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:49.460Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:49.461Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:49.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:49.462Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:49.462Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.563Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:49.563Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:49.563Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:49.575Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:49.576Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:48:49.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900469853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900465433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900470418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900472928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900469551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900474919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900484113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900484115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900484118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900484114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900485129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900485117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:49.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "cds",
  "timestamp": 1644900485464,
  "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-15T04:48:49.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32c87377-0809-488e-994f-26b196daae8d
2022-02-15T04:48:49.623Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32c87377-0809-488e-994f-26b196daae8d 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-15T04:48:49.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900485747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:49.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900486130,
  "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-15T04:48:49.633Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 32c87377-0809-488e-994f-26b196daae8d
2022-02-15T04:48:49.633Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32c87377-0809-488e-994f-26b196daae8d 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-15T04:48:49.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "policy-id",
  "timestamp": 1644900486119,
  "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-15T04:48:49.643Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32c87377-0809-488e-994f-26b196daae8d
2022-02-15T04:48:49.643Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32c87377-0809-488e-994f-26b196daae8d 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-15T04:48:49.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900486750,
  "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-15T04:48:49.652Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32c87377-0809-488e-994f-26b196daae8d
2022-02-15T04:48:49.652Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32c87377-0809-488e-994f-26b196daae8d 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-15T04:48:49.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900478612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900495760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900497770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:49.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "clamp",
  "timestamp": 1644900498774,
  "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-15T04:48:49.668Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32c87377-0809-488e-994f-26b196daae8d
2022-02-15T04:48:49.668Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32c87377-0809-488e-994f-26b196daae8d 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-15T04:48:49.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900492021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900501725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900505974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:49.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "aai-ml",
  "timestamp": 1644900506977,
  "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-15T04:48:49.682Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32c87377-0809-488e-994f-26b196daae8d
2022-02-15T04:48:49.682Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32c87377-0809-488e-994f-26b196daae8d 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-15T04:48:49.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efee58f5-be67-42b3-9799-a276cfaf60b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900518012,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644900509853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900515418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900514919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900509551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900525944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900525942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900518611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900526313,
  "artifactURL": "/sdc/v1/catalog/services/1340f444-57ce-4e0e-80e3-90dfe3f57876/resourceInstances/basicclamp0/artifacts/9d00d5f9-4053-4fe8-a3c0-ac68c2d1a049",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.711Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "cds",
  "timestamp": 1644900526950,
  "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-15T04:48:49.726Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a89ee6a5-1e22-4f85-847c-c7165aeba44d
2022-02-15T04:48:49.726Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89ee6a5-1e22-4f85-847c-c7165aeba44d 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-15T04:48:49.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900526945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:49.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900527314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900527524,
  "artifactURL": "/sdc/v1/catalog/services/1340f444-57ce-4e0e-80e3-90dfe3f57876/resourceInstances/basicclamp0/artifacts/9d00d5f9-4053-4fe8-a3c0-ac68c2d1a049",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:49.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "policy-id",
  "timestamp": 1644900527947,
  "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-15T04:48:49.741Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a89ee6a5-1e22-4f85-847c-c7165aeba44d
2022-02-15T04:48:49.741Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89ee6a5-1e22-4f85-847c-c7165aeba44d 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-15T04:48:49.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900528497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:48:49.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "dcae-sch",
  "timestamp": 1644900528527,
  "artifactURL": "/sdc/v1/catalog/services/1340f444-57ce-4e0e-80e3-90dfe3f57876/resourceInstances/basicclamp0/artifacts/9d00d5f9-4053-4fe8-a3c0-ac68c2d1a049",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T04:48:49.754Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a89ee6a5-1e22-4f85-847c-c7165aeba44d
2022-02-15T04:48:49.754Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89ee6a5-1e22-4f85-847c-c7165aeba44d and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-15T04:48:49.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:49.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:48:49.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:49.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:48:50.463Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:50.463Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:50.465Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:50.465Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:48:50.565Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:50.566Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:50.566Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:50.578Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:50.578Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:51.466Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:48:51.466Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:51.468Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:51.468Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:48:51.568Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:51.568Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:51.568Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:51.582Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:51.582Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:52.468Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "411ad33d-80dd-4651-9a07-1543880f82a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0ca02390-f3c9-4906-91a3-0aa1a1efefcd",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "d5b5f84f-c7c6-440f-a1aa-a237e958c517",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1dfe4b95-b994-4985-8004-5353509df189",
      "resourceInvariantUUID": "68b90701-2336-4ba6-aeb8-32bb8d0820d3",
      "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": "MWU1N2NhYmVjODY2YTRjMTE4YjA3ZTc2ZDI2NmQ4NTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25296342-583f-4d7e-ab9d-4fe37df7488b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:48:52.469Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:48:52.469Z|efee58f5-be67-42b3-9799-a276cfaf60b2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 411ad33d-80dd-4651-9a07-1543880f82a5 ASDC
2022-02-15T04:48:52.469Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:32c87377-0809-488e-994f-26b196daae8d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:411ad33d-80dd-4651-9a07-1543880f82a5
ServiceInvariantUUID:0ca02390-f3c9-4906-91a3-0aa1a1efefcd
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:25296342-583f-4d7e-ab9d-4fe37df7488b
ArtifactChecksum:MWU1N2NhYmVjODY2YTRjMTE4YjA3ZTc2ZDI2NmQ4NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:d5b5f84f-c7c6-440f-a1aa-a237e958c517
ResourceInvariantUUID:68b90701-2336-4ba6-aeb8-32bb8d0820d3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1dfe4b95-b994-4985-8004-5353509df189
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-15T04:48:52.469Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 411ad33d-80dd-4651-9a07-1543880f82a5 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-15T04:48:52.487Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:48:52.487Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:48:52.487Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:48:52.487Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 25296342-583f-4d7e-ab9d-4fe37df7488b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-15T04:48:52.487Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:48:52.487Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-15T04:48:52.530Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:48:52.537Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 25296342-583f-4d7e-ab9d-4fe37df7488b 105639
2022-02-15T04:48:52.537Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-15T04:48:52.537Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-15T04:48:52.537Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:48:52.537Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:52.539Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:52.539Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900532537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:48:52.639Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:48:52.640Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:52.640Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:52.654Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:52.654Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:53.540Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:48:53.541Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:48:53.541Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 25296342-583f-4d7e-ab9d-4fe37df7488b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:53.541Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-15T04:48:53.542Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:53.542Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:53.617Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12837444782944862858/Definitions/service-TestPnfMacro-template.yml
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.159Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-15T04:48:54.160Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.161Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:411ad33d-80dd-4651-9a07-1543880f82a5
Model Version:NULL
Model InvariantUuid:0ca02390-f3c9-4906-91a3-0aa1a1efefcd
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-15T04:48:54.165Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1dfe4b95-b994-4985-8004-5353509df189
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-15T04:48:54.167Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-02-15T04:48:54.167Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1dfe4b95-b994-4985-8004-5353509df189
2022-02-15T04:48:54.167Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 411ad33d-80dd-4651-9a07-1543880f82a5
2022-02-15T04:48:54.167Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 411ad33d-80dd-4651-9a07-1543880f82a5
2022-02-15T04:48:54.167Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1dfe4b95-b994-4985-8004-5353509df189 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-15T04:48:54.169Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21658b42, org.onap.sdc.toscaparser.api.parameters.Input@7267c475, org.onap.sdc.toscaparser.api.parameters.Input@2211008a, org.onap.sdc.toscaparser.api.parameters.Input@5e70f1c3, org.onap.sdc.toscaparser.api.parameters.Input@53424ed4]
2022-02-15T04:48:54.169Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.169Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.170Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 411ad33d-80dd-4651-9a07-1543880f82a5: test-pnf
2022-02-15T04:48:54.170Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 1dfe4b95-b994-4985-8004-5353509df189
2022-02-15T04:48:54.170Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:48:54.170Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:48:54.170Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||Resource customization UUID: d5b5f84f-c7c6-440f-a1aa-a237e958c517 is the same as notified resource customizationUUID: d5b5f84f-c7c6-440f-a1aa-a237e958c517
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-15T04:48:54.189Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1dfe4b95-b994-4985-8004-5353509df189 0 ASDC deployResourceStructure
2022-02-15T04:48:54.190Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-15T04:48:54.190Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-15T04:48:54.190Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:48:54.190Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:48:54.192Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:48:54.192Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900534190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:48:54.292Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:48:54.293Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:48:54.293Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:48:54.304Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:48:54.304Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:48:55.193Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32c87377-0809-488e-994f-26b196daae8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:48:55.201Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32c87377-0809-488e-994f-26b196daae8d
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-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:55.203Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:48:55.204Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-15T04:48:55.207Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:49:25.208Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32c87377-0809-488e-994f-26b196daae8d 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-15T04:49:25.213Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32c87377-0809-488e-994f-26b196daae8d and serviceModelVersionId: 411ad33d-80dd-4651-9a07-1543880f82a5
2022-02-15T04:49:25.213Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ca02390-f3c9-4906-91a3-0aa1a1efefcd
2022-02-15T04:49:25.214Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ca02390-f3c9-4906-91a3-0aa1a1efefcd/model-vers/model-ver/411ad33d-80dd-4651-9a07-1543880f82a5?depth=0
2022-02-15T04:49:25.217Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:49:25.238Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ca02390-f3c9-4906-91a3-0aa1a1efefcd/model-vers/model-ver/411ad33d-80dd-4651-9a07-1543880f82a5?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-15T04:49:25.239Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ca02390-f3c9-4906-91a3-0aa1a1efefcd/model-vers/model-ver/411ad33d-80dd-4651-9a07-1543880f82a5?depth=0|INFO|500||Invoke
2022-02-15T04:49:25.253Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ca02390-f3c9-4906-91a3-0aa1a1efefcd/model-vers/model-ver/411ad33d-80dd-4651-9a07-1543880f82a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:49:25.339Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ca02390-f3c9-4906-91a3-0aa1a1efefcd/model-vers/model-ver/411ad33d-80dd-4651-9a07-1543880f82a5?depth=0|INFO|500||InvokeReturn
2022-02-15T04:49:25.339Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ca02390-f3c9-4906-91a3-0aa1a1efefcd/model-vers/model-ver/411ad33d-80dd-4651-9a07-1543880f82a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220215-04:49:25:260-39501], vertex-id=[499848], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:49:25 GMT], Content-Type=[application/json]}
2022-02-15T04:49:25.339Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:49:25.340Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:49:25.340Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T04:49:25.343Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-15T04:49:25.343Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32c87377-0809-488e-994f-26b196daae8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:49:25.343Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:49:25.343Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:25.344Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:25.345Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900565343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:49:25.445Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:25.445Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:25.446Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:25.461Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:25.461Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-15T04:49:26.354Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-15T04:49:26.354Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a89ee6a5-1e22-4f85-847c-c7165aeba44d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1340f444-57ce-4e0e-80e3-90dfe3f57876","serviceDescription":"service","serviceInvariantUUID":"6da96ad6-2568-454e-874f-3dff01a9971a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ee5f5bb-04e9-4e0c-8279-33f815938624","resourceInvariantUUID":"b287b0dc-b7d1-4757-a877-f71659b2939d","resourceCustomizationUUID":"9f006f57-2b4c-4c3a-aa54-3c3cebb20308","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":"9d00d5f9-4053-4fe8-a3c0-ac68c2d1a049","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":"Yzg0OGM3MzM3NmYwZDY4MzZjZmNlNTY0YWVjZDM1OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5641002-3667-4dd0-aff3-729a8f5ede18","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":"NjQ5ZTFiYjY4NGI2Yjk3ZTZhYTQxZmE4ZjJjYWFlYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5a0a3da-6088-4ec5-901a-a7ff9338e586","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":"458b1c84-41e3-4dc6-9141-7b735c8f1258","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":"a5912bb0-c851-4cdd-8ae6-737a4c3ad444","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":"b1d2c507-f9f4-4fc1-988c-3d64ae722175","artifactVersion":"2","generatedFromUUID":"458b1c84-41e3-4dc6-9141-7b735c8f1258"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"N2YyOGU5MTQ1MTVmOWZkMjRhMDhjZmVkNDRkYTRiN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c9b71d2-4142-44ca-92d1-facc632a40bd","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2I0YTNjOGU4MzExZDg1MDEyYTRiNmU0NjljZTE1MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4bb9381-7d3c-41df-8629-82e84d5e32b2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:49:26.354Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:26.354Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:26.356Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:26.356Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:49:26.456Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:26.456Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:26.456Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:26.469Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:26.469Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:27.356Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:27.357Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:27.358Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:27.358Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:49:27.458Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:27.459Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:27.459Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:27.472Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:27.472Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:28.359Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:28.359Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:28.361Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:28.361Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:49:28.461Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:28.462Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:28.462Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:28.474Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:28.474Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:29.361Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:29.362Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:29.363Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:29.363Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:49:29.463Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:29.464Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:29.464Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:29.475Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:29.475Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:30.363Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:30.364Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:30.365Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:30.365Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:49:30.465Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:30.466Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:30.466Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:30.477Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:30.478Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:49:31.366Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:31.367Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:31.368Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:31.368Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-15T04:49:31.469Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:49:31.470Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:31.470Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:31.482Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:31.483Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:32.369Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:32.369Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:32.371Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:32.371Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:49:32.471Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:32.472Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:32.472Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:32.484Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:32.484Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:33.371Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:49:33.372Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:33.374Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:33.374Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:49:33.474Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:33.474Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:33.474Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:33.486Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:33.487Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:49:34.375Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "1340f444-57ce-4e0e-80e3-90dfe3f57876",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6da96ad6-2568-454e-874f-3dff01a9971a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "9f006f57-2b4c-4c3a-aa54-3c3cebb20308",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ee5f5bb-04e9-4e0c-8279-33f815938624",
      "resourceInvariantUUID": "b287b0dc-b7d1-4757-a877-f71659b2939d",
      "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": "NjQ5ZTFiYjY4NGI2Yjk3ZTZhYTQxZmE4ZjJjYWFlYTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b5a0a3da-6088-4ec5-901a-a7ff9338e586",
          "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": "458b1c84-41e3-4dc6-9141-7b735c8f1258",
          "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": "b1d2c507-f9f4-4fc1-988c-3d64ae722175",
            "generatedFromUUID": "458b1c84-41e3-4dc6-9141-7b735c8f1258"
          },
          "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": "b1d2c507-f9f4-4fc1-988c-3d64ae722175",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2I0YTNjOGU4MzExZDg1MDEyYTRiNmU0NjljZTE1MDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4bb9381-7d3c-41df-8629-82e84d5e32b2"
    }
  ],
  "workloadContext": "Production"
}
2022-02-15T04:49:34.375Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:49:34.375Z|32c87377-0809-488e-994f-26b196daae8d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1340f444-57ce-4e0e-80e3-90dfe3f57876 ASDC
2022-02-15T04:49:34.375Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a89ee6a5-1e22-4f85-847c-c7165aeba44d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:1340f444-57ce-4e0e-80e3-90dfe3f57876
ServiceInvariantUUID:6da96ad6-2568-454e-874f-3dff01a9971a
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:f4bb9381-7d3c-41df-8629-82e84d5e32b2
ArtifactChecksum:Y2I0YTNjOGU4MzExZDg1MDEyYTRiNmU0NjljZTE1MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:9f006f57-2b4c-4c3a-aa54-3c3cebb20308
ResourceInvariantUUID:b287b0dc-b7d1-4757-a877-f71659b2939d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2ee5f5bb-04e9-4e0c-8279-33f815938624
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:b5a0a3da-6088-4ec5-901a-a7ff9338e586
ArtifactChecksum:NjQ5ZTFiYjY4NGI2Yjk3ZTZhYTQxZmE4ZjJjYWFlYTU=
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:458b1c84-41e3-4dc6-9141-7b735c8f1258
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:b1d2c507-f9f4-4fc1-988c-3d64ae722175
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:b1d2c507-f9f4-4fc1-988c-3d64ae722175
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-15T04:49:34.375Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1340f444-57ce-4e0e-80e3-90dfe3f57876 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-15T04:49:34.399Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:49:34.399Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:49:34.399Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:49:34.399Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4bb9381-7d3c-41df-8629-82e84d5e32b2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-15T04:49:34.399Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:49:34.399Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-15T04:49:34.443Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:49:34.446Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f4bb9381-7d3c-41df-8629-82e84d5e32b2 73654
2022-02-15T04:49:34.446Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:34.446Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:34.446Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:49:34.447Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:34.448Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:34.448Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900574446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:49:34.548Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:34.549Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:34.549Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:34.560Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:34.561Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:35.448Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:49:35.449Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-15T04:49:35.449Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f4bb9381-7d3c-41df-8629-82e84d5e32b2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:35.450Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-15T04:49:35.450Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:35.450Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:35.533Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12081938375968819417/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-15T04:49:36.336Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:49:36.336Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-15T04:49:36.336Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.336Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-15T04:49:36.337Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-15T04:49:36.338Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.338Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:36.338Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:36.338Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-15T04:49:36.338Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:49:36.338Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.338Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:36.339Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:36.339Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-15T04:49:36.339Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:49:36.339Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.339Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:36.339Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.339Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-15T04:49:36.340Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-15T04:49:36.340Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-15T04:49:36.340Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-15T04:49:36.340Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:49:36.340Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T04:49:36.340Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.340Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:49:36.341Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.341Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:36.341Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:49:36.341Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.341Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:36.341Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:49:36.341Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.342Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:36.342Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:49:36.342Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.342Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-15T04:49:36.342Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-15T04:49:36.342Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:49:36.342Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88967212-7eb5-445b-b470-d099fa809f41
2022-02-15T04:49:36.343Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.343Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:36.343Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.343Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:36.343Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.343Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:36.343Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:36.344Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:36.344Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:1340f444-57ce-4e0e-80e3-90dfe3f57876
Model Version:NULL
Model InvariantUuid:6da96ad6-2568-454e-874f-3dff01a9971a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5f49e43b-1849-4d3e-9373-b4897466461e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b287b0dc-b7d1-4757-a877-f71659b2939d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9f006f57-2b4c-4c3a-aa54-3c3cebb20308
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5ee264c-2d7f-4f60-b4a2-1a2d5ab0c317
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9eb14ddf-2c4b-4932-8725-3597c99214c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:88967212-7eb5-445b-b470-d099fa809f41
ModelInvariantUuid:c82872e0-72f7-4800-86fd-d6dc0173c196
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:ae9e4434-9db3-4c84-982b-d9b2a3725857
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:af8d5b27-03e5-43d4-bb3e-d2471aeec6fb
ModelInvariantUuid:a17b825f-45b6-4b84-8ef5-0778f9ab507d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:272e27a9-4c1d-4805-9e95-064469555d65
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-15T04:49:36.350Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ee5f5bb-04e9-4e0c-8279-33f815938624
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-15T04:49:36.352Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||basicclamp 0
2022-02-15T04:49:36.352Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ee5f5bb-04e9-4e0c-8279-33f815938624
2022-02-15T04:49:36.352Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b5a0a3da-6088-4ec5-901a-a7ff9338e586 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-15T04:49:36.352Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:49:36.352Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:36.517Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:49:36.518Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b5a0a3da-6088-4ec5-901a-a7ff9338e586 790
2022-02-15T04:49:36.518Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:36.518Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:36.518Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:49:36.518Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:36.520Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:36.520Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900576518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:49:36.620Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:36.620Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:36.621Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:36.634Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:36.634Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:37.520Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a5ee264c-2d7f-4f60-b4a2-1a2d5ab0c317",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9eb14ddf-2c4b-4932-8725-3597c99214c1",
    "vfModuleModelCustomizationUUID": "6b530ae3-9848-46b1-a601-d235792b149c",
    "isBase": true,
    "artifacts": [
      "458b1c84-41e3-4dc6-9141-7b735c8f1258",
      "b1d2c507-f9f4-4fc1-988c-3d64ae722175"
    ],
    "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-15T04:49:37.522Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9eb14ddf-2c4b-4932-8725-3597c99214c1
VfModuleModelInvariantUUID:a5ee264c-2d7f-4f60-b4a2-1a2d5ab0c317
VfModuleModelDescription:NULL
Artifacts UUID List:{
458b1c84-41e3-4dc6-9141-7b735c8f1258
,
b1d2c507-f9f4-4fc1-988c-3d64ae722175

}
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-15T04:49:37.523Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a5ee264c-2d7f-4f60-b4a2-1a2d5ab0c317",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9eb14ddf-2c4b-4932-8725-3597c99214c1",
    "vfModuleModelCustomizationUUID": "6b530ae3-9848-46b1-a601-d235792b149c",
    "isBase": true,
    "artifacts": [
      "458b1c84-41e3-4dc6-9141-7b735c8f1258",
      "b1d2c507-f9f4-4fc1-988c-3d64ae722175"
    ],
    "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-15T04:49:37.524Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9eb14ddf-2c4b-4932-8725-3597c99214c1
VfModuleModelInvariantUUID:a5ee264c-2d7f-4f60-b4a2-1a2d5ab0c317
VfModuleModelDescription:NULL
Artifacts UUID List:{
458b1c84-41e3-4dc6-9141-7b735c8f1258
,
b1d2c507-f9f4-4fc1-988c-3d64ae722175

}
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-15T04:49:37.524Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 458b1c84-41e3-4dc6-9141-7b735c8f1258 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:49:37.524Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:49:37.524Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:37.713Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:49:37.713Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 458b1c84-41e3-4dc6-9141-7b735c8f1258 5033
2022-02-15T04:49:37.713Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:37.713Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:37.714Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:49:37.714Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:37.715Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:37.715Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900577713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:49:37.815Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:37.816Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:37.816Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:37.827Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:37.827Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:38.716Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1d2c507-f9f4-4fc1-988c-3d64ae722175 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-15T04:49:38.716Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-15T04:49:38.716Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:38.911Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-15T04:49:38.911Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b1d2c507-f9f4-4fc1-988c-3d64ae722175 909
2022-02-15T04:49:38.911Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:38.912Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:38.912Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:49:38.912Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:38.913Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:38.913Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900578911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:49:39.013Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:39.014Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:39.014Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:39.026Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:39.026Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:39.914Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1340f444-57ce-4e0e-80e3-90dfe3f57876
2022-02-15T04:49:39.914Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2ee5f5bb-04e9-4e0c-8279-33f815938624 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-15T04:49:39.923Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32debab4, org.onap.sdc.toscaparser.api.parameters.Input@31c5eaea, org.onap.sdc.toscaparser.api.parameters.Input@257c5c16, org.onap.sdc.toscaparser.api.parameters.Input@5f71a1f6, org.onap.sdc.toscaparser.api.parameters.Input@183dabb6]
2022-02-15T04:49:39.924Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.924Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.924Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-15T04:49:39.924Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9f006f57-2b4c-4c3a-aa54-3c3cebb20308
2022-02-15T04:49:39.924Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f006f57-2b4c-4c3a-aa54-3c3cebb20308 matches Tosca VF Customization UUID: 9f006f57-2b4c-4c3a-aa54-3c3cebb20308
2022-02-15T04:49:39.924Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9f006f57-2b4c-4c3a-aa54-3c3cebb20308  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-15T04:49:39.925Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.926Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.926Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9f006f57-2b4c-4c3a-aa54-3c3cebb20308: {\"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-15T04:49:39.926Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13c68707
2022-02-15T04:49:39.926Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.926Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:49:39.926Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b530ae3-9848-46b1-a601-d235792b149c
2022-02-15T04:49:39.926Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b530ae3-9848-46b1-a601-d235792b149c
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-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.928Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-15T04:49:39.929Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-15T04:49:39.929Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:49:39.929Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88967212-7eb5-445b-b470-d099fa809f41
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-15T04:49:39.930Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.930Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:39.930Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:49:39.930Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.930Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-15T04:49:39.930Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9f006f57-2b4c-4c3a-aa54-3c3cebb20308
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-15T04:49:39.931Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.931Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.931Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1340f444-57ce-4e0e-80e3-90dfe3f57876: basicclamp
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.932Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.933Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-15T04:49:39.933Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:49:39.933Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:39.983Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2ee5f5bb-04e9-4e0c-8279-33f815938624 1 ASDC deployResourceStructure
2022-02-15T04:49:39.984Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:39.984Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:39.984Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:49:39.984Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:39.986Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:39.986Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900579984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:49:40.086Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:40.086Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:40.087Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:40.097Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:40.097Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:40.987Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:40.987Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:40.987Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:49:40.987Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:40.989Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:40.989Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900580986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:49:41.089Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:41.089Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:41.089Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:41.103Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:41.104Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:41.990Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:41.990Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:41.990Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:49:41.990Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:41.992Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:41.992Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900581990,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:49:42.092Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:42.092Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:42.092Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:42.105Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:42.105Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:49:42.993Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:42.993Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||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-15T04:49:42.993Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:49:42.993Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:49:42.994Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:49:42.995Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900582992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:49:43.095Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:49:43.095Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:49:43.095Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:43.105Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:43.105Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:49:43.995Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:49:44.002Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
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-15T04:49:44.003Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:49:44.003Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:49:44.003Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:49:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:49:49.337Z||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-15T04:49:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:49:49.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:49:49.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:49:49.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:49:49.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:50:14.003Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:50:14.012Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
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-15T04:50:14.013Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:50:14.013Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:50:14.013Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:50:44.014Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:50:44.021Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
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-15T04:50:44.022Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:50:44.022Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:50:44.022Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:50:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:50:49.337Z||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-15T04:50:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:50:49.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:50:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:50:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900529617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:50:49.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:14.022Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:51:14.031Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
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-15T04:51:14.032Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:51:14.032Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:51:14.032Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:51:44.033Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:51:44.040Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
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-15T04:51:44.042Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:51:44.042Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:51:44.042Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:51:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:51:49.337Z||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-15T04:51:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:51:49.862Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900522021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900530712,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900530805,
  "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-15T04:51:49.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a89ee6a5-1e22-4f85-847c-c7165aeba44d
2022-02-15T04:51:49.870Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89ee6a5-1e22-4f85-847c-c7165aeba44d 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-15T04:51:49.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644900531809,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900532537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900525433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900534190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900535841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "aai-ml",
  "timestamp": 1644900536844,
  "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-15T04:51:49.884Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a89ee6a5-1e22-4f85-847c-c7165aeba44d
2022-02-15T04:51:49.885Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89ee6a5-1e22-4f85-847c-c7165aeba44d 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-15T04:51:49.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900532928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900541627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900543574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644900544577,
  "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-15T04:51:49.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a89ee6a5-1e22-4f85-847c-c7165aeba44d
2022-02-15T04:51:49.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89ee6a5-1e22-4f85-847c-c7165aeba44d 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-15T04:51:49.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900545768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900546772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900550853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900551856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "clamp",
  "timestamp": 1644900552859,
  "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-15T04:51:49.908Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a89ee6a5-1e22-4f85-847c-c7165aeba44d
2022-02-15T04:51:49.908Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89ee6a5-1e22-4f85-847c-c7165aeba44d 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-15T04:51:49.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32c87377-0809-488e-994f-26b196daae8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900565343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900519024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900574446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900576518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900577713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900578911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900579984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900580986,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900581990,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:51:49.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900582992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-15T04:51:49.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:52:14.043Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T04:52:14.050Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d
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-15T04:52:14.051Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-15T04:52:14.052Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-15T04:52:14.057Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:52:44.057Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d 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-15T04:52:44.061Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a89ee6a5-1e22-4f85-847c-c7165aeba44d and serviceModelVersionId: 1340f444-57ce-4e0e-80e3-90dfe3f57876
2022-02-15T04:52:44.061Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6da96ad6-2568-454e-874f-3dff01a9971a
2022-02-15T04:52:44.062Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6da96ad6-2568-454e-874f-3dff01a9971a/model-vers/model-ver/1340f444-57ce-4e0e-80e3-90dfe3f57876?depth=0
2022-02-15T04:52:44.065Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:52:44.091Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6da96ad6-2568-454e-874f-3dff01a9971a/model-vers/model-ver/1340f444-57ce-4e0e-80e3-90dfe3f57876?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-15T04:52:44.092Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6da96ad6-2568-454e-874f-3dff01a9971a/model-vers/model-ver/1340f444-57ce-4e0e-80e3-90dfe3f57876?depth=0|INFO|500||Invoke
2022-02-15T04:52:44.106Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6da96ad6-2568-454e-874f-3dff01a9971a/model-vers/model-ver/1340f444-57ce-4e0e-80e3-90dfe3f57876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-15T04:52:44.310Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6da96ad6-2568-454e-874f-3dff01a9971a/model-vers/model-ver/1340f444-57ce-4e0e-80e3-90dfe3f57876?depth=0|INFO|500||InvokeReturn
2022-02-15T04:52:44.310Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6da96ad6-2568-454e-874f-3dff01a9971a/model-vers/model-ver/1340f444-57ce-4e0e-80e3-90dfe3f57876?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220215-04:52:44:114-94699], vertex-id=[278624], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:52:44 GMT], Content-Type=[application/json]}
2022-02-15T04:52:44.310Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:52:44.310Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:52:44.310Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T04:52:44.313Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-15T04:52:44.313Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a89ee6a5-1e22-4f85-847c-c7165aeba44d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:52:44.313Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:52:44.314Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:52:44.315Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:52:44.315Z|a89ee6a5-1e22-4f85-847c-c7165aeba44d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900764313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:52:44.415Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:52:44.415Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:52:44.416Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:52:44.429Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:52:44.429Z||pool-156-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-15T04:52:45.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:52:45.326Z||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-15T04:52:45.326Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:52:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:52:49.337Z||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-15T04:52:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:52:49.961Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:52:49.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:52:49.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a89ee6a5-1e22-4f85-847c-c7165aeba44d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644900764313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:52:49.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:52:55.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:52:55.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:52:55.684Z||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-15T04:52:55.684Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:05.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:53:05.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:53:05.226Z||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-15T04:53:05.226Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:14.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:53:14.763Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:53:14.763Z||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-15T04:53:14.763Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:24.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:53:24.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:53:24.307Z||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-15T04:53:24.307Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:33.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:53:33.846Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:53:33.846Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:53:33.846Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:43.386Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:53:43.387Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:53:43.387Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:53:43.387Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:49.337Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:53:49.337Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-15T04:53:49.337Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:52.927Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:53:52.927Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:53:52.928Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:53:52.928Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:53:58.883Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:54:02.460Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:54:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:54:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:54:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:54:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:54:49.337Z||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-15T04:54:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:54:58.880Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:54:58.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:55:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:55:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:55:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:55:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:55:49.337Z||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-15T04:55:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:55:58.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:55:58.879Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:56:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:56:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:56:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:56:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:56:49.337Z||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-15T04:56:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:56:58.877Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:56:58.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:57:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:57:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:57:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:57:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:57:49.337Z||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-15T04:57:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:57:58.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:57:58.877Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:58:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:58:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:58:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:58:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:58:49.337Z||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-15T04:58:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:58:58.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:58:58.880Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:59:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:59:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T04:59:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:59:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:59:49.337Z||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-15T04:59:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:59:58.876Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T04:59:58.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T05:00:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:00:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:00:49.337Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T05:00:49.337Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T05:00:49.337Z||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-15T05:00:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T05:00:58.887Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T05:00:58.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T05:01:49.335Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:01:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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-15T05:01:49.336Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T05:01:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:01:49.337Z||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-15T05:01:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T05:01:58.880Z|851f0d1b-3fc7-4f77-b084-94ec641a4d1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T05:01:58.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T05:02:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:02:49.335Z||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-15T05:02:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T05:02:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:02:49.337Z||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-15T05:02:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T05:02:58.882Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T05:02:58.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-15T05:03:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:03:49.335Z||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-15T05:03:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T05:03:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T05:03:49.337Z||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-15T05:03:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...