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-26T01:20:23.587Z||main|||||INFO|500||The following profiles are active: basic
2022-02-26T01:20:32.095Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-26T01:20:32.096Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-26T01:20:32.178Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-26T01:20:34.346Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-26T01:20:34.491Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-26T01:20:34.842Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-26T01:20:34.847Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-26T01:20:34.917Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-26T01:20:35.028Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-26T01:20:35.384Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-26T01:20:36.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T01:20:38.074Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T01:20:38.120Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-26T01:20:38.578Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T01:20:38.683Z||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-26T01:20:39.795Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T01:20:40.688Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-26T01:20:40.704Z||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$$9365e490.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-26T01:20:40.704Z||main|||||WARN|500||The sdc end point is not alive
2022-02-26T01:20:43.126Z||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-26T01:20:45.575Z||main|||||WARN|500||---
2022-02-26T01:20:45.576Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-26T01:20:45.576Z||main|||||WARN|500||---
2022-02-26T01:20:45.944Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-26T01:20:49.844Z||main|||||INFO|500||Started Application in 30.376 seconds (JVM running for 31.443)
2022-02-26T01:20:49.855Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-26T01:20:49.856Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-26T01:20:49.865Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-26T01:20:49.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-26T01:20:49.962Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d09567e-fbaf-464b-8796-5c704819d661 url= /sdc/v1/artifactTypes
2022-02-26T01:20:49.962Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-26T01:20:50.179Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-26T01:20:50.198Z||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-26T01:20:50.218Z||scheduling-1|||||DEBUG|500||create keys
2022-02-26T01:20:50.228Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-26T01:20:50.740Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:20:50.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a302fdbe-5e7a-482d-9649-b09ab323700c url= /sdc/v1/registerForDistribution
2022-02-26T01:20:52.349Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a302fdbe-5e7a-482d-9649-b09ab323700c url= /sdc/v1/registerForDistribution
2022-02-26T01:20:52.350Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-26T01:20:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:20:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:20:52.366Z||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-26T01:20:52.366Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-26T01:20:52.366Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:20:52.366Z||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-26T01:20:52.366Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:21:05.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:21:05.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:21:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:21:52.357Z||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-26T01:21:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:21:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:21:52.359Z||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-26T01:21:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:22:01.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:22:01.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:22:52.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:22:52.357Z||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-26T01:22:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:22:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:22:52.359Z||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-26T01:22:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:23:01.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:23:01.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:23:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:23:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:23:52.358Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:23:52.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:23:52.361Z||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-26T01:23:52.361Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:24:01.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:24:01.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:24:52.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:24:52.358Z||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-26T01:24:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:24:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:24:52.359Z||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-26T01:24:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:25:01.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:25:01.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:25:52.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:25:52.357Z||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-26T01:25:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:25:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:25:52.359Z||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-26T01:25:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:26:01.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:26:01.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:26:52.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:26:52.357Z||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-26T01:26:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:26:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:26:52.359Z||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-26T01:26:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:27:01.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:27:01.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:27:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:27:52.358Z||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-26T01:27:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:27:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:27:52.359Z||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-26T01:27:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:28:01.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:28:01.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:28:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:28:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:28:52.358Z||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-26T01:28:52.359Z||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-26T01:28:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:28:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:29:01.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:29:01.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:29:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:29:52.357Z||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-26T01:29:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:29:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:29:52.359Z||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-26T01:29:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:30:01.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:30:01.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:30:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:30:52.357Z||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-26T01:30:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:30:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:30:52.359Z||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-26T01:30:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:30:53.759Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-26T01:31:01.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:31:01.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:31:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:31:52.358Z||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-26T01:31:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:31:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:31:52.359Z||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-26T01:31:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:32:01.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:32:01.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:32:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:32:52.357Z||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-26T01:32:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:32:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:32:52.358Z||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-26T01:32:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:33:01.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:33:01.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:33:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:33:52.357Z||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-26T01:33:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:33:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:33:52.359Z||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-26T01:33:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:34:01.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:34:01.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:34:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:34:52.357Z||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-26T01:34:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:34:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:34:52.359Z||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-26T01:34:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:35:01.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:35:01.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:35:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:35:52.357Z||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-26T01:35:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:35:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:35:52.359Z||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-26T01:35:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:36:01.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:36:01.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:36:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:36:52.357Z||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-26T01:36:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:36:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:36:52.359Z||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-26T01:36:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:37:01.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:37:01.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:37:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:37:52.358Z||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-26T01:37:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:37:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:37:52.359Z||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-26T01:37:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:38:01.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:38:01.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:38:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:38:52.357Z||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-26T01:38:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:38:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:38:52.358Z||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-26T01:38:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:39:01.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:39:01.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:39:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:39:52.357Z||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-26T01:39:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:39:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:39:52.358Z||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-26T01:39:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:40:01.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:40:01.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:40:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:40:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:40:52.357Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:40:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:40:52.359Z||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-26T01:40:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:41:01.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:41:01.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:41:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:41:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:41:52.357Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:41:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:41:52.359Z||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-26T01:41:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:42:01.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:42:01.926Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:42:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:42:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:42:52.358Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:42:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:42:52.359Z||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-26T01:42:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:43:01.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:43:01.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:43:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:43:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:43:52.357Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:43:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:43:52.359Z||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-26T01:43:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:44:01.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:44:01.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:44:52.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:44:52.357Z||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-26T01:44:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:44:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:44:52.359Z||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-26T01:44:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:45:01.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:45:01.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:45:52.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:45:52.358Z||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-26T01:45:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:45:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:45:52.359Z||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-26T01:45:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:46:01.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:46:01.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:46:52.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:46:52.358Z||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-26T01:46:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:46:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:46:52.359Z||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-26T01:46:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:47:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:47:01.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:47:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:47:52.358Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:47:52.358Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:47:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:47:52.359Z||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-26T01:47:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:48:01.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:48:01.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:48:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:48:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:48:52.357Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:48:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:48:52.359Z||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-26T01:48:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:49:01.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:49:01.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:49:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:49:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:49:52.357Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:49:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:49:52.359Z||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-26T01:49:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:50:01.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:50:01.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:50:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:50:52.357Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T01:50:52.357Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:50:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:50:52.359Z||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-26T01:50:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:51:01.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:51:01.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:51:52.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:51:52.357Z||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-26T01:51:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:51:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:51:52.359Z||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-26T01:51:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:52:01.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:52:01.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:52:52.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:52:52.357Z||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-26T01:52:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:52:52.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:52:52.360Z||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-26T01:52:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:53:01.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:53:01.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:53:52.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:53:52.357Z||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-26T01:53:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:53:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:53:52.358Z||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-26T01:53:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:54:01.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:54:01.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:54:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:54:52.357Z||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-26T01:54:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:54:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:54:52.359Z||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-26T01:54:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:01.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:01.904Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:52.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:55:52.357Z||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-26T01:55:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:55:52.359Z||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-26T01:55:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:55.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-26T01:55:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8aad181-bab9-43e1-b42b-2e8a9491b97c","serviceName":"vFW 2022-02-26 01-53-03","serviceVersion":"1.0","serviceUUID":"94c6043a-b93b-489e-bc26-ed148d96a9a4","serviceDescription":"catalog service description","serviceInvariantUUID":"267e4773-6ac0-457d-9791-86ea775faec8","resources":[{"resourceInstanceName":"vFW b1963b33-98a8 0","resourceName":"vFW b1963b33-98a8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74611724-04ba-4568-a02c-24af75cc8497","resourceInvariantUUID":"73269bd6-2253-4c19-bce6-7fdad7b3a386","resourceCustomizationUUID":"17954cd7-da9b-4868-9f5f-a2fd211e5432","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml","artifactChecksum":"YzVmMGIwNjM2MDFhN2U2YzI1ODg1OGVhMjU2YTU2ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"176e1d4c-b1ae-4533-8be0-b336caf4ac1e","artifactVersion":"1"},{"artifactName":"vfwb1963b3398a80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json","artifactChecksum":"ODg5ZDE0MDk1MmI4ZWZhYTYzZGZkNDI5ZjgzYWE5YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2de578e7-775c-445a-8dd3-fac944bb00b8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b637fd17-be57-4b60-8703-275c9e9edf2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml","artifactChecksum":"YTE1NmYyNDIxZGMzMTdlOTMzYzExNDI0ODU1NGMwNGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a43df463-0354-4638-9f26-2b5fa1ee1589","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4c950f9-aa66-4eb5-91db-0b1787c228c4","artifactVersion":"2","generatedFromUUID":"b637fd17-be57-4b60-8703-275c9e9edf2a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220226015303-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml","artifactChecksum":"ZWQ0ZDQzODA0NjE3ZTA1ODM4NGUxZmViZTk3ZGE4YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26a561c4-a44d-4a3f-aaad-1afd77b58f1e","artifactVersion":"1"},{"artifactName":"service-Vfw20220226015303-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar","artifactChecksum":"ZjMwYmZmZGMwNTA3Y2JjYWMzZmRlY2I0YWFhMDAwOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0734e549-01d3-4880-926c-f42d73970061","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T01:55:55.484Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:55.488Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:55.497Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:55.497Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:55:55.597Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-02-26T01:55:55.601Z||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-26T01:55:55.601Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:55.618Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:55.618Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2022-02-26T01:55:55.730Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:55.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:55:55.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:55:55.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:55:56.502Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:56.503Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:56.504Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:56.505Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T01:55:56.605Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:55:56.605Z||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-26T01:55:56.606Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:56.621Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:56.621Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:55:57.505Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:57.506Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:57.508Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:57.508Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-26T01:55:57.608Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T01:55:57.609Z||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-26T01:55:57.609Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:57.622Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:57.623Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:55:58.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:58.511Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:58.513Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:58.513Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:55:58.613Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:55:58.614Z||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-26T01:55:58.614Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:58.629Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:58.629Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:55:59.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:59.514Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:59.516Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:59.516Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-26T01:55:59.617Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T01:55:59.618Z||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-26T01:55:59.618Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:59.635Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:55:59.636Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:00.517Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:56:00.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:00.520Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:00.520Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:56:00.620Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:00.621Z||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-26T01:56:00.621Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:00.634Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:00.634Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:01.521Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:56:01.522Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:01.524Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:01.524Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:56:01.624Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T01:56:01.625Z||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-26T01:56:01.626Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:01.646Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:01.646Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:02.526Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "serviceName": "vFW 2022-02-26 01-53-03",
  "serviceVersion": "1.0",
  "serviceUUID": "94c6043a-b93b-489e-bc26-ed148d96a9a4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "267e4773-6ac0-457d-9791-86ea775faec8",
  "resources": [
    {
      "resourceInstanceName": "vFW b1963b33-98a8 0",
      "resourceCustomizationUUID": "17954cd7-da9b-4868-9f5f-a2fd211e5432",
      "resourceName": "vFW b1963b33-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "74611724-04ba-4568-a02c-24af75cc8497",
      "resourceInvariantUUID": "73269bd6-2253-4c19-bce6-7fdad7b3a386",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb1963b3398a80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
          "artifactChecksum": "ODg5ZDE0MDk1MmI4ZWZhYTYzZGZkNDI5ZjgzYWE5YjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2de578e7-775c-445a-8dd3-fac944bb00b8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b637fd17-be57-4b60-8703-275c9e9edf2a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4c950f9-aa66-4eb5-91db-0b1787c228c4",
            "generatedFromUUID": "b637fd17-be57-4b60-8703-275c9e9edf2a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4c950f9-aa66-4eb5-91db-0b1787c228c4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220226015303-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
      "artifactChecksum": "ZjMwYmZmZGMwNTA3Y2JjYWMzZmRlY2I0YWFhMDAwOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0734e549-01d3-4880-926c-f42d73970061"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T01:56:02.527Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T01:56:02.528Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94c6043a-b93b-489e-bc26-ed148d96a9a4 ASDC
2022-02-26T01:56:02.651Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f8aad181-bab9-43e1-b42b-2e8a9491b97c
ServiceName:vFW 2022-02-26 01-53-03
ServiceVersion:1.0
ServiceUUID:94c6043a-b93b-489e-bc26-ed148d96a9a4
ServiceInvariantUUID:267e4773-6ac0-457d-9791-86ea775faec8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220226015303-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
ArtifactUUID:0734e549-01d3-4880-926c-f42d73970061
ArtifactChecksum:ZjMwYmZmZGMwNTA3Y2JjYWMzZmRlY2I0YWFhMDAwOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b1963b33-98a8 0
ResourceCustomizationUUID:17954cd7-da9b-4868-9f5f-a2fd211e5432
ResourceInvariantUUID:73269bd6-2253-4c19-bce6-7fdad7b3a386
ResourceName:vFW b1963b33-98a8
ResourceType:VF
ResourceUUID:74611724-04ba-4568-a02c-24af75cc8497
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb1963b3398a80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
ArtifactUUID:2de578e7-775c-445a-8dd3-fac944bb00b8
ArtifactChecksum:ODg5ZDE0MDk1MmI4ZWZhYTYzZGZkNDI5ZjgzYWE5YjI=
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/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
ArtifactUUID:b637fd17-be57-4b60-8703-275c9e9edf2a
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/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
ArtifactUUID:f4c950f9-aa66-4eb5-91db-0b1787c228c4
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/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
ArtifactUUID:f4c950f9-aa66-4eb5-91db-0b1787c228c4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-26T01:56:02.651Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94c6043a-b93b-489e-bc26-ed148d96a9a4 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-26T01:56:02.914Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T01:56:02.914Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T01:56:02.915Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T01:56:02.915Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0734e549-01d3-4880-926c-f42d73970061 from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:02.915Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:02.916Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:03.281Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:03.298Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar 0734e549-01d3-4880-926c-f42d73970061 98951
2022-02-26T01:56:03.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar ASDC sendASDCNotification
2022-02-26T01:56:03.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:03.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:03.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:03.303Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:03.303Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840563298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:56:03.403Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:03.404Z||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-26T01:56:03.404Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:03.417Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:03.417Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:04.304Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T01:56:04.305Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T01:56:04.305Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0734e549-01d3-4880-926c-f42d73970061, URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar to file: /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.306Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.365Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.365Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.816Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7828600243776976044/Definitions/service-Vfw20220226015303-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_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
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
2022-02-26T01:56:07.309Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1963b33-98a8 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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T01:56:07.327Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.328Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.331Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.331Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T01:56:07.333Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T01:56:07.334Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.334Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.334Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T01:56:07.341Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=114553c5-b2b5-4510-bb7b-ef806630c7ad
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73efdc4e-f6e8-4ec6-9139-aeb7eefe0800
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b9e8686-2e62-4931-be44-74ef5a032a2f
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.350Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-26 01-53-03
Description:catalog service description
Model UUID:94c6043a-b93b-489e-bc26-ed148d96a9a4
Model Version:NULL
Model InvariantUuid:267e4773-6ac0-457d-9791-86ea775faec8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b1963b33-98a8
Model UUID:3a0c87eb-52dc-4eee-b732-4c284855dc68
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73269bd6-2253-4c19-bce6-7fdad7b3a386
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:17954cd7-da9b-4868-9f5f-a2fd211e5432
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9c88345b-56d2-4de8-9b74-8ca75f998ee2
ModelName:VfwB1963b3398a8..base_vfw..module-0
ModelUuid:89fd71b4-edb9-4d82-be98-1578079e6d36
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:114553c5-b2b5-4510-bb7b-ef806630c7ad
ModelInvariantUuid:15ac98cf-cc0d-4c7c-93d5-8f6df3196303
ModelName:vFW b1963b33-98a8-nodes.vfwCvfc
ModelUuid:7b6c72fd-6be2-434c-a163-e84edb0dc7e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0d48c174-4b72-4fe5-a6e0-870226ace561
ModelInvariantUuid:a29b6a83-155e-445b-b4b5-c6fd986a290e
ModelName:VfwB1963b3398a8.compute.nodes.heat.vfw
ModelUuid:04321b63-ffe9-456a-bd82-c95ef24be60b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73efdc4e-f6e8-4ec6-9139-aeb7eefe0800
ModelInvariantUuid:e3189cb7-0a64-4502-a0cf-dc4e08793fa1
ModelName:vFW b1963b33-98a8-nodes.vsnCvfc
ModelUuid:5e8383b2-b5ab-4b96-a9b6-c4561fece1d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3007e6d7-6b5a-4f28-a43a-4c253acfb472
ModelInvariantUuid:510b3453-6bfa-4eaf-a5a4-640864b1b951
ModelName:VfwB1963b3398a8.compute.nodes.heat.vsn
ModelUuid:b727ca72-ca83-4349-b0d3-d08e5afef5e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1b9e8686-2e62-4931-be44-74ef5a032a2f
ModelInvariantUuid:a7987a92-6893-4248-9972-ea73c146996d
ModelName:vFW b1963b33-98a8-nodes.vpgCvfc
ModelUuid:09862142-bb37-42ca-b5f7-a4b5f969104f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eb860d0c-944e-4ec8-87cd-2053b36a18e3
ModelInvariantUuid:402fecf4-92d3-4df0-82e7-f3546da3b76b
ModelName:VfwB1963b3398a8.compute.nodes.heat.vpg
ModelUuid:bdbe7513-81dd-4d9d-a61d-3e472a39f1cc
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-26T01:56:07.372Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 74611724-04ba-4568-a02c-24af75cc8497
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-26T01:56:07.453Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||vFW b1963b33-98a8 0
2022-02-26T01:56:07.459Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74611724-04ba-4568-a02c-24af75cc8497
2022-02-26T01:56:07.459Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2de578e7-775c-445a-8dd3-fac944bb00b8 from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:07.459Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:07.460Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:07.773Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json 2de578e7-775c-445a-8dd3-fac944bb00b8 785
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json ASDC sendASDCNotification
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:07.777Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:07.777Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840567774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:56:07.877Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:07.878Z||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-26T01:56:07.878Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:07.892Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:07.892Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:08.778Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB1963b3398a8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9c88345b-56d2-4de8-9b74-8ca75f998ee2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89fd71b4-edb9-4d82-be98-1578079e6d36",
    "vfModuleModelCustomizationUUID": "298e24b1-e3db-43a8-a421-50a4dabe44a0",
    "isBase": true,
    "artifacts": [
      "b637fd17-be57-4b60-8703-275c9e9edf2a",
      "f4c950f9-aa66-4eb5-91db-0b1787c228c4"
    ],
    "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-26T01:56:08.791Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1963b3398a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fd71b4-edb9-4d82-be98-1578079e6d36
VfModuleModelInvariantUUID:9c88345b-56d2-4de8-9b74-8ca75f998ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
b637fd17-be57-4b60-8703-275c9e9edf2a
,
f4c950f9-aa66-4eb5-91db-0b1787c228c4

}
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-26T01:56:08.794Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB1963b3398a8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9c88345b-56d2-4de8-9b74-8ca75f998ee2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89fd71b4-edb9-4d82-be98-1578079e6d36",
    "vfModuleModelCustomizationUUID": "298e24b1-e3db-43a8-a421-50a4dabe44a0",
    "isBase": true,
    "artifacts": [
      "b637fd17-be57-4b60-8703-275c9e9edf2a",
      "f4c950f9-aa66-4eb5-91db-0b1787c228c4"
    ],
    "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-26T01:56:08.794Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1963b3398a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fd71b4-edb9-4d82-be98-1578079e6d36
VfModuleModelInvariantUUID:9c88345b-56d2-4de8-9b74-8ca75f998ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
b637fd17-be57-4b60-8703-275c9e9edf2a
,
f4c950f9-aa66-4eb5-91db-0b1787c228c4

}
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-26T01:56:08.794Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b637fd17-be57-4b60-8703-275c9e9edf2a from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:08.795Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:08.795Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:08.951Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml b637fd17-be57-4b60-8703-275c9e9edf2a 20368
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:08.955Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:08.955Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840568953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:56:09.055Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:09.056Z||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-26T01:56:09.057Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:09.072Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:09.072Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:09.955Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4c950f9-aa66-4eb5-91db-0b1787c228c4 from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:09.956Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:09.956Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:10.244Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env f4c950f9-aa66-4eb5-91db-0b1787c228c4 2098
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:10.247Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:10.247Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840570245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:56:10.347Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:10.348Z||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-26T01:56:10.348Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:10.362Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:10.362Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:11.248Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 94c6043a-b93b-489e-bc26-ed148d96a9a4
2022-02-26T01:56:11.248Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1963b33-98a8 0 74611724-04ba-4568-a02c-24af75cc8497 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-26T01:56:11.282Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22fa8475, org.onap.sdc.toscaparser.api.parameters.Input@4ecce5bb, org.onap.sdc.toscaparser.api.parameters.Input@1824315, org.onap.sdc.toscaparser.api.parameters.Input@21c3ce4e, org.onap.sdc.toscaparser.api.parameters.Input@576c2f2f]
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 17954cd7-da9b-4868-9f5f-a2fd211e5432
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17954cd7-da9b-4868-9f5f-a2fd211e5432 matches Tosca VF Customization UUID: 17954cd7-da9b-4868-9f5f-a2fd211e5432
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 17954cd7-da9b-4868-9f5f-a2fd211e5432  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-26T01:56:11.291Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.292Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.292Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 17954cd7-da9b-4868-9f5f-a2fd211e5432: {\"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-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@185705d3
2022-02-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 298e24b1-e3db-43a8-a421-50a4dabe44a0
2022-02-26T01:56:11.294Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 298e24b1-e3db-43a8-a421-50a4dabe44a0
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-26T01:56:11.299Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.299Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.299Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=114553c5-b2b5-4510-bb7b-ef806630c7ad
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-26T01:56:11.311Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:11.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73efdc4e-f6e8-4ec6-9139-aeb7eefe0800
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-26T01:56:11.316Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.316Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.316Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-26T01:56:11.320Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b9e8686-2e62-4931-be44-74ef5a032a2f
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-26T01:56:11.321Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=17954cd7-da9b-4868-9f5f-a2fd211e5432
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-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 94c6043a-b93b-489e-bc26-ed148d96a9a4: vFW b1963b33-98a8
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T01:56:11.326Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.326Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-02-26 01-53-03 
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-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1963b33-98a8 74611724-04ba-4568-a02c-24af75cc8497 1 ASDC deployResourceStructure
2022-02-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json ASDC sendASDCNotification
2022-02-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:11.611Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:11.612Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:11.612Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840571610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T01:56:11.712Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:11.713Z||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-26T01:56:11.713Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:11.727Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:11.728Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:12.613Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-26T01:56:12.614Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:12.614Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:12.614Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:12.616Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:12.616Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840572613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T01:56:12.716Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:12.717Z||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-26T01:56:12.717Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:12.730Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:12.730Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:13.619Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:13.619Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840573616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-26T01:56:13.719Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:13.720Z||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-26T01:56:13.720Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:13.733Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:13.734Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:14.620Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar ASDC sendASDCNotification
2022-02-26T01:56:14.621Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:14.621Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:14.621Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:14.623Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:14.624Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840574620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T01:56:14.724Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:14.724Z||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-26T01:56:14.725Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:14.739Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:14.739Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:15.625Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T01:56:15.645Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T01:56:15.646Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:56:15.647Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:56:15.647Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:56:45.647Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T01:56:45.658Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T01:56:45.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:56:45.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:56:45.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:56:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:56:52.359Z||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-26T01:56:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:52.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:56:52.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:56:52.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840553325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:56:52.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:57:15.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T01:57:15.671Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T01:57:15.673Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:57:15.673Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:57:15.673Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:57:45.674Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T01:57:45.684Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T01:57:45.686Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:57:45.686Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:57:45.687Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:57:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:57:52.359Z||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-26T01:57:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:57:52.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:57:52.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:57:52.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645840547681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840547557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:15.687Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T01:58:15.698Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T01:58:15.700Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:58:15.700Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:58:15.701Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:58:45.701Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T01:58:45.711Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T01:58:45.713Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:58:45.713Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:58:45.714Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:58:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:58:52.359Z||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-26T01:58:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:58:52.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:58:52.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840553325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840547557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645840547681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840553325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840547557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645840547681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840553325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840547557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645840547681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840553325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840547557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645840547681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840553325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840547557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645840547681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840553325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840552356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840547557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645840547681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840561194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840561194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840562894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840562994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840563298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840561194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "cds",
  "timestamp": 1645840563910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-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-26T01:58:52.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840564001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840564180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840561194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "policy-id",
  "timestamp": 1645840565007,
  "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-26T01:58:52.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.919Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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-26T01:58:52.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840564180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840561194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840564180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840561194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840567774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840564180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840561194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840564180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840568953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840569060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840564180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840570245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840570352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840569866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840564180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840569866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840571610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840571731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840569866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840572613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840572853,
  "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-26T01:58:52.934Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.934Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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-26T01:58:52.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840572648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840569866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840573616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645840573858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840572648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840569866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840574620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840572648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840569866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840572648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840569866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840572648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840578054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840572648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840578828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840572648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840580679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840580808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "clamp",
  "timestamp": 1645840581812,
  "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-26T01:58:52.946Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.946Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840582212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645840583221,
  "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-26T01:58:52.955Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.955Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840594677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "aai-ml",
  "timestamp": 1645840595683,
  "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-26T01:58:52.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.964Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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-26T01:59:15.714Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T01:59:15.725Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T01:59:15.734Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T01:59:45.734Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c 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-26T01:59:45.747Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c and serviceModelVersionId: 94c6043a-b93b-489e-bc26-ed148d96a9a4
2022-02-26T01:59:45.747Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 267e4773-6ac0-457d-9791-86ea775faec8
2022-02-26T01:59:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:59:52.359Z||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-26T01:59:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:59:57.388Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0
2022-02-26T01:59:57.504Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T01:59:58.045Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?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-26T01:59:58.049Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0|INFO|500||Invoke
2022-02-26T01:59:58.282Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T01:59:58.482Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0|INFO|500||InvokeReturn
2022-02-26T01:59:58.482Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-01:59:58:336-26940], vertex-id=[213136], Content-Length=[0], Date=[Sat, 26 Feb 2022 01:59:58 GMT], Content-Type=[application/json]}
2022-02-26T01:59:58.483Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T01:59:58.486Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T01:59:58.486Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T01:59:58.491Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T01:59:58.492Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8aad181-bab9-43e1-b42b-2e8a9491b97c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T01:59:58.493Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T01:59:58.493Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:59:58.495Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:59:58.495Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840798492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T01:59:58.595Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:59:58.597Z||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-26T01:59:58.597Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:59:58.612Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:59:58.613Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:59:59.223Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T01:59:59.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:59:59.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645840798492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T01:59:59.225Z||pool-2-thread-10|||||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-26T01:59:59.507Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:59:59.507Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T01:59:59.507Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:09.810Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:00:09.810Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:09.811Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:00:09.811Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:19.353Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:00:19.354Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:19.355Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:00:19.355Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:28.895Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:00:28.895Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:28.896Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:00:28.896Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:38.438Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:00:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:00:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:52.359Z||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-26T02:00:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:01:01.900Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:01:01.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:01:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:01:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:01:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:01:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:01:52.358Z||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-26T02:01:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:02:01.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:02:01.904Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:02:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:02:52.357Z||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-26T02:02:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:02:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:02:52.359Z||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-26T02:02:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:03:01.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:03:01.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:03:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:03:52.357Z||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-26T02:03:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:03:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:03:52.358Z||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-26T02:03:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:04:01.908Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:04:01.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:04:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:04:52.357Z||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-26T02:04:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:04:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:04:52.359Z||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-26T02:04:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:05:01.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:05:01.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:05:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:05:52.357Z||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-26T02:05:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:05:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:05:52.358Z||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-26T02:05:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:06:01.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:06:01.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:06:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:06:52.357Z||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-26T02:06:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:06:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:06:52.358Z||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-26T02:06:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:07:01.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:07:01.908Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:07:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:07:52.357Z||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-26T02:07:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:07:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:07:52.358Z||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-26T02:07:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:08:01.903Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:08:01.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:08:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:08:52.357Z||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-26T02:08:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:08:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:08:52.359Z||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-26T02:08:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:09:01.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:09:01.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:09:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:09:52.357Z||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-26T02:09:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:09:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:09:52.359Z||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-26T02:09:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:10:01.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:10:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:10:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:10:52.357Z||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-26T02:10:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:10:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:10:52.359Z||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-26T02:10:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:11:01.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:11:01.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:11:52.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:11:52.357Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:11:52.357Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:11:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:11:52.358Z||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-26T02:11:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:01.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:01.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:52.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:12:52.357Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:12:52.357Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:12:52.358Z||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-26T02:12:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:52.985Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:52.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"23b213b0-fb35-4752-b962-81b903412c8f","serviceName":"basic_onboard_Iiahwr","serviceVersion":"1.0","serviceUUID":"e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89","serviceDescription":"service","serviceInvariantUUID":"01999788-669b-4679-8a8b-47d0b00e9dc5","resources":[{"resourceInstanceName":"basic_onboard_Iiahwr 0","resourceName":"basic_onboard_Iiahwr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ea35e06-cdc3-41e5-9ceb-3b39496bc49b","resourceInvariantUUID":"108f54b4-e9a6-4261-8e5d-eaaf9a332011","resourceCustomizationUUID":"0065aac7-fce1-454b-8751-27fe5ea2d8ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml","artifactChecksum":"NjcwM2UzZTRkYWFmYzA0ZDkxNWQ0ZjczNmVmZjg0NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42f99bd1-8195-4af5-9945-0b7050ce027c","artifactVersion":"1"},{"artifactName":"basic_onboard_iiahwr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json","artifactChecksum":"NDFhZGRmYTM5YjkxYTE0YzhkMDU1YmE4ZmVmYzFkNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a90ddb46-7788-4527-8026-a2b0f3b9b7eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"971e42ac-0dd5-4755-89b3-f1b901f1a2d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2468ff4-68ee-4e8c-a3b4-e66475d711ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"43591214-c1e2-4fed-9800-99b916f79655","artifactVersion":"2","generatedFromUUID":"971e42ac-0dd5-4755-89b3-f1b901f1a2d2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIiahwr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml","artifactChecksum":"ZTg3NDRlNGJlZWRiYTJiZWYyZjgxZjgwY2ZkNDZmOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95d8d430-7c82-430e-a490-cb34f478304c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIiahwr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar","artifactChecksum":"YTljY2FhYzMxMzZmOGVlZWU3NTdkYmY2YzE3ZjVlZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75bdb989-407a-4dd2-b5b7-48077fb5faa0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:12:52.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:52.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:52.990Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:52.990Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.995Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841524180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841521194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841524180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841521194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841524180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841521194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841524180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841521194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645841527681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841528328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841524180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841521194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645841527681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841528328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841524180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841521194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645841527681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841529866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841528328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841524180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841521194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645841527681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841529866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841528328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645841527681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841529866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841528328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841533134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841532648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645841527681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841529866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841528328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841527557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841532648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645841527681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841534437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841529866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841528328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841532648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841529866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841535751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841535839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841536259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841532648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841529866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841536756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841536867,
  "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-26T02:12:53.023Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.024Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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-26T02:12:53.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "cds",
  "timestamp": 1645841537265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-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-26T02:12:53.034Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.034Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841532648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "policy-id",
  "timestamp": 1645841537757,
  "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-26T02:12:53.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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-26T02:12:53.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645841537870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:12:53.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841537945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841537946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841532648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841538959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841532648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:12:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:12:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "clamp",
  "timestamp": 1645841539962,
  "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-26T02:12:53.052Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.053Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841540006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841540557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645841541009,
  "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-26T02:12:53.062Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.062Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841546107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "aai-ml",
  "timestamp": 1645841547111,
  "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-26T02:12:53.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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-26T02:12:53.090Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:53.091Z||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-26T02:12:53.091Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:53.104Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:53.104Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:53.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:53.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:53.993Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:53.993Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:12:54.093Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:54.094Z||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-26T02:12:54.094Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:54.106Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:54.106Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:54.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:54.995Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:54.996Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:54.996Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:12:55.097Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:12:55.097Z||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-26T02:12:55.097Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:55.111Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:55.112Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:55.997Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:55.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:56.000Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:56.000Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:56.100Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:56.101Z||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-26T02:12:56.101Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:56.114Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:56.115Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:57.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:57.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:57.003Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:57.003Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-26T02:12:57.103Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:57.104Z||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-26T02:12:57.104Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:57.117Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:57.117Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:58.004Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:58.005Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:58.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:58.006Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:12:58.107Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:58.107Z||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-26T02:12:58.108Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:58.121Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:58.122Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:12:59.007Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:59.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:59.009Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:59.009Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:12:59.110Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:12:59.110Z||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-26T02:12:59.110Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:59.131Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:12:59.131Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:00.011Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "serviceName": "basic_onboard_Iiahwr",
  "serviceVersion": "1.0",
  "serviceUUID": "e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89",
  "serviceDescription": "service",
  "serviceInvariantUUID": "01999788-669b-4679-8a8b-47d0b00e9dc5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_Iiahwr 0",
      "resourceCustomizationUUID": "0065aac7-fce1-454b-8751-27fe5ea2d8ca",
      "resourceName": "basic_onboard_Iiahwr",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ea35e06-cdc3-41e5-9ceb-3b39496bc49b",
      "resourceInvariantUUID": "108f54b4-e9a6-4261-8e5d-eaaf9a332011",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_iiahwr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
          "artifactChecksum": "NDFhZGRmYTM5YjkxYTE0YzhkMDU1YmE4ZmVmYzFkNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a90ddb46-7788-4527-8026-a2b0f3b9b7eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "971e42ac-0dd5-4755-89b3-f1b901f1a2d2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "43591214-c1e2-4fed-9800-99b916f79655",
            "generatedFromUUID": "971e42ac-0dd5-4755-89b3-f1b901f1a2d2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "43591214-c1e2-4fed-9800-99b916f79655",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIiahwr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
      "artifactChecksum": "YTljY2FhYzMxMzZmOGVlZWU3NTdkYmY2YzE3ZjVlZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75bdb989-407a-4dd2-b5b7-48077fb5faa0"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T02:13:00.011Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:13:00.011Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89 ASDC
2022-02-26T02:13:00.011Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23b213b0-fb35-4752-b962-81b903412c8f
ServiceName:basic_onboard_Iiahwr
ServiceVersion:1.0
ServiceUUID:e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
ServiceInvariantUUID:01999788-669b-4679-8a8b-47d0b00e9dc5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIiahwr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
ArtifactUUID:75bdb989-407a-4dd2-b5b7-48077fb5faa0
ArtifactChecksum:YTljY2FhYzMxMzZmOGVlZWU3NTdkYmY2YzE3ZjVlZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Iiahwr 0
ResourceCustomizationUUID:0065aac7-fce1-454b-8751-27fe5ea2d8ca
ResourceInvariantUUID:108f54b4-e9a6-4261-8e5d-eaaf9a332011
ResourceName:basic_onboard_Iiahwr
ResourceType:VF
ResourceUUID:4ea35e06-cdc3-41e5-9ceb-3b39496bc49b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iiahwr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
ArtifactUUID:a90ddb46-7788-4527-8026-a2b0f3b9b7eb
ArtifactChecksum:NDFhZGRmYTM5YjkxYTE0YzhkMDU1YmE4ZmVmYzFkNmU=
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/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:971e42ac-0dd5-4755-89b3-f1b901f1a2d2
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/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
ArtifactUUID:43591214-c1e2-4fed-9800-99b916f79655
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/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
ArtifactUUID:43591214-c1e2-4fed-9800-99b916f79655
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-26T02:13:00.012Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89 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-26T02:13:00.037Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75bdb989-407a-4dd2-b5b7-48077fb5faa0 from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:00.180Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar 75bdb989-407a-4dd2-b5b7-48077fb5faa0 71538
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar ASDC sendASDCNotification
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:00.185Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:00.185Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841580183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:13:00.285Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:00.286Z||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-26T02:13:00.286Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:00.299Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:00.299Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:13:01.186Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75bdb989-407a-4dd2-b5b7-48077fb5faa0, URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar to file: /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.188Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.291Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15302222314752268762/Definitions/service-BasicOnboardIiahwr-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-26T02:13:02.735Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:13:02.736Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:13:02.736Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.736Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||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-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Iiahwr 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-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is not matching search criteria
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=290defa7-7144-4d82-bf56-74409d1c846f
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_Iiahwr
Description:service
Model UUID:e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
Model Version:NULL
Model InvariantUuid:01999788-669b-4679-8a8b-47d0b00e9dc5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_Iiahwr
Model UUID:09e4e7c6-8fe7-4b69-bb67-0c0d4b3d49bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:108f54b4-e9a6-4261-8e5d-eaaf9a332011
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0065aac7-fce1-454b-8751-27fe5ea2d8ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:496983d5-2b41-4f71-a20e-a03139767545
ModelName:BasicOnboardIiahwr..base_ubuntu18..module-0
ModelUuid:b78bde40-ae86-4986-bcaa-1f1a41d71e38
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:290defa7-7144-4d82-bf56-74409d1c846f
ModelInvariantUuid:10322899-9777-4761-93a8-558a318c9905
ModelName:basic_onboard_Iiahwr-nodes.ubuntu18Cvfc
ModelUuid:db900ca1-edad-4e9e-bbe0-f88bed584567
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d42d12f2-96f5-4d66-a1dd-1806fd656c2b
ModelInvariantUuid:922e935c-a744-49ef-a34a-056777115545
ModelName:BasicOnboardIiahwr.compute.nodes.heat.ubuntu18
ModelUuid:78458181-6756-4f57-a253-f1951b737c0a
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-26T02:13:02.752Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b
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-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||basic_onboard_Iiahwr 0
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a90ddb46-7788-4527-8026-a2b0f3b9b7eb from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:02.965Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:02.965Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json a90ddb46-7788-4527-8026-a2b0f3b9b7eb 798
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json ASDC sendASDCNotification
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:02.967Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:02.968Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841582965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:13:03.068Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:03.068Z||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-26T02:13:03.069Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:03.082Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:03.083Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:03.968Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIiahwr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "496983d5-2b41-4f71-a20e-a03139767545",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b78bde40-ae86-4986-bcaa-1f1a41d71e38",
    "vfModuleModelCustomizationUUID": "071995ea-6b1d-46e5-a257-c5226d48a622",
    "isBase": true,
    "artifacts": [
      "971e42ac-0dd5-4755-89b3-f1b901f1a2d2",
      "43591214-c1e2-4fed-9800-99b916f79655"
    ],
    "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-26T02:13:03.972Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIiahwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b78bde40-ae86-4986-bcaa-1f1a41d71e38
VfModuleModelInvariantUUID:496983d5-2b41-4f71-a20e-a03139767545
VfModuleModelDescription:NULL
Artifacts UUID List:{
971e42ac-0dd5-4755-89b3-f1b901f1a2d2
,
43591214-c1e2-4fed-9800-99b916f79655

}
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-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIiahwr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "496983d5-2b41-4f71-a20e-a03139767545",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b78bde40-ae86-4986-bcaa-1f1a41d71e38",
    "vfModuleModelCustomizationUUID": "071995ea-6b1d-46e5-a257-c5226d48a622",
    "isBase": true,
    "artifacts": [
      "971e42ac-0dd5-4755-89b3-f1b901f1a2d2",
      "43591214-c1e2-4fed-9800-99b916f79655"
    ],
    "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-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIiahwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b78bde40-ae86-4986-bcaa-1f1a41d71e38
VfModuleModelInvariantUUID:496983d5-2b41-4f71-a20e-a03139767545
VfModuleModelDescription:NULL
Artifacts UUID List:{
971e42ac-0dd5-4755-89b3-f1b901f1a2d2
,
43591214-c1e2-4fed-9800-99b916f79655

}
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-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 971e42ac-0dd5-4755-89b3-f1b901f1a2d2 from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:04.266Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml 971e42ac-0dd5-4755-89b3-f1b901f1a2d2 5033
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:04.269Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:04.269Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841584267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:13:04.369Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:04.370Z||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-26T02:13:04.370Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:04.382Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:04.382Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:05.270Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43591214-c1e2-4fed-9800-99b916f79655 from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:05.270Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:05.271Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:05.314Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:05.314Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env 43591214-c1e2-4fed-9800-99b916f79655 909
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:05.317Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:05.317Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841585315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:13:05.417Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:05.418Z||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-26T02:13:05.418Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:05.432Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:05.432Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:06.317Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
2022-02-26T02:13:06.318Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Iiahwr 0 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b 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-26T02:13:06.334Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@340cca0f, org.onap.sdc.toscaparser.api.parameters.Input@239dca4c, org.onap.sdc.toscaparser.api.parameters.Input@a57b7f, org.onap.sdc.toscaparser.api.parameters.Input@423ab5f7, org.onap.sdc.toscaparser.api.parameters.Input@10b4430d]
2022-02-26T02:13:06.335Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0065aac7-fce1-454b-8751-27fe5ea2d8ca
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0065aac7-fce1-454b-8751-27fe5ea2d8ca matches Tosca VF Customization UUID: 0065aac7-fce1-454b-8751-27fe5ea2d8ca
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0065aac7-fce1-454b-8751-27fe5ea2d8ca  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-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0065aac7-fce1-454b-8751-27fe5ea2d8ca: {\"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-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53ffcf8b
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 071995ea-6b1d-46e5-a257-c5226d48a622
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 071995ea-6b1d-46e5-a257-c5226d48a622
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-26T02:13:06.342Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.342Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is not matching search criteria
2022-02-26T02:13:06.344Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T02:13:06.344Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T02:13:06.344Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=290defa7-7144-4d82-bf56-74409d1c846f
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-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.347Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=0065aac7-fce1-454b-8751-27fe5ea2d8ca
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-26T02:13:06.348Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.348Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.348Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89: basic_onboard_Iiahwr
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:13:06.350Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.350Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_Iiahwr 
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-26T02:13:06.465Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Iiahwr 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b 1 ASDC deployResourceStructure
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json ASDC sendASDCNotification
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:06.468Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:06.468Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841586466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:13:06.568Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:06.569Z||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-26T02:13:06.569Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:06.582Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:06.583Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:13:07.471Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-26T02:13:07.472Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:07.472Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:07.472Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:07.474Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:07.474Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841587471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T02:13:07.574Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:07.575Z||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-26T02:13:07.575Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:07.588Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:07.588Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:08.475Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-26T02:13:08.476Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:08.476Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:08.476Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:08.478Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:08.478Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841588475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-26T02:13:08.578Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:13:08.579Z||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-26T02:13:08.580Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:08.594Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:08.594Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:09.479Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar ASDC sendASDCNotification
2022-02-26T02:13:09.480Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:09.480Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:09.480Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:09.482Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:09.483Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841589479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:13:09.583Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:09.583Z||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-26T02:13:09.584Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:09.596Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:09.597Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:10.484Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b213b0-fb35-4752-b962-81b903412c8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:13:10.493Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b213b0-fb35-4752-b962-81b903412c8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:13:10.497Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:13:10.497Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T02:13:10.497Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T02:13:10.502Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T02:13:40.502Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23b213b0-fb35-4752-b962-81b903412c8f 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-26T02:13:40.507Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23b213b0-fb35-4752-b962-81b903412c8f and serviceModelVersionId: e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
2022-02-26T02:13:40.507Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01999788-669b-4679-8a8b-47d0b00e9dc5
2022-02-26T02:13:40.508Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0
2022-02-26T02:13:40.513Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T02:13:40.554Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?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-26T02:13:40.555Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0|INFO|500||Invoke
2022-02-26T02:13:40.577Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T02:13:40.858Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0|INFO|500||InvokeReturn
2022-02-26T02:13:40.858Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-02:13:40:585-90605], vertex-id=[377000], Content-Length=[0], Date=[Sat, 26 Feb 2022 02:13:40 GMT], Content-Type=[application/json]}
2022-02-26T02:13:40.859Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T02:13:40.859Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T02:13:40.859Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T02:13:40.863Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T02:13:40.863Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23b213b0-fb35-4752-b962-81b903412c8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T02:13:40.863Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T02:13:40.864Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:40.866Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:40.866Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841620863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:13:40.966Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:40.967Z||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-26T02:13:40.967Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:40.984Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:40.984Z||pool-34-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-26T02:13:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:13:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:13:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:13:52.358Z||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-26T02:13:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:52.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:13:52.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:13:52.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:13:52.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:14:01.899Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:14:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:14:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:14:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:14:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:14:52.359Z||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-26T02:14:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:14:52.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841572356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841580183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841582965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841584267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841585315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841586466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841587471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841588475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841589479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645841620863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:15:01.903Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:15:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:15:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:15:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:15:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:15:52.359Z||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-26T02:15:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:16:01.902Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:16:01.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:16:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:16:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:16:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:16:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:16:52.359Z||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-26T02:16:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:17:01.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:17:01.902Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:17:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:17:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:17:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:17:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:17:52.358Z||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-26T02:17:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:18:01.902Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:18:01.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:18:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:18:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:18:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:18:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:18:52.358Z||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-26T02:18:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:19:01.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:19:01.904Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:19:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:19:52.358Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:19:52.358Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:19:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:19:52.359Z||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-26T02:19:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:20:01.921Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:20:01.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:20:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:20:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:20:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:20:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:20:52.358Z||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-26T02:20:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:01.901Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:01.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:21:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:21:52.359Z||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-26T02:21:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:52.359Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:21:52.359Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:52.608Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:52.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "clamp",
  "timestamp": 1645842094180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842099866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "cds",
  "timestamp": 1645842098325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842101194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "aai-ml",
  "timestamp": 1645842102648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "clamp",
  "timestamp": 1645842094180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842099866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "cds",
  "timestamp": 1645842098325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842101194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "aai-ml",
  "timestamp": 1645842102648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "cds",
  "timestamp": 1645842105950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842105950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "aai-ml",
  "timestamp": 1645842106037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "cds",
  "timestamp": 1645842106955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-26T02:21:52.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:21:52.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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-26T02:21:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842107326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "policy-id",
  "timestamp": 1645842107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842107681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842108329,
  "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-26T02:21:52.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:21:52.644Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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-26T02:21:52.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "policy-id",
  "timestamp": 1645842107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:21:52.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842107681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "aai-ml",
  "timestamp": 1645842110037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "policy-id",
  "timestamp": 1645842110442,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "aai-ml",
  "timestamp": 1645842111042,
  "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-26T02:21:52.658Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:21:52.658Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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-26T02:21:52.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "policy-id",
  "timestamp": 1645842111446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:21:52.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.991Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:52.991Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.991Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"27234bc2-fb9e-4954-9bd6-691f01bb48f6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b56f58d4-3a70-47ba-a5bc-5373cf5b9c39","serviceDescription":"service","serviceInvariantUUID":"1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"60770aa6-ebd2-4fb8-9347-10ad4dbb0b60","resourceInvariantUUID":"d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb","resourceCustomizationUUID":"9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9","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":"ODQzZGQzZmQ2N2JjNWE1ZDcyMGU3NTQxYjNlNzI1MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"935c6295-cce6-4528-8ce7-5e9ad32ad0bd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWYyNDJmZTlmOGQwYWI3ZGM1NTU0N2NlNjE3ZjU0MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"380f6821-ae66-44d9-8f61-c4cb7d630685","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:21:52.993Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:21:52.994Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:52.995Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:52.995Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842112357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:21:53.096Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:21:53.097Z||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-26T02:21:53.097Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:53.114Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:53.114Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:53.996Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:21:53.996Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:53.998Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:53.998Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842112357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:21:54.099Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:21:54.100Z||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-26T02:21:54.100Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:54.113Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:54.113Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:55.000Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b56f58d4-3a70-47ba-a5bc-5373cf5b9c39",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "60770aa6-ebd2-4fb8-9347-10ad4dbb0b60",
      "resourceInvariantUUID": "d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb",
      "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": "MWYyNDJmZTlmOGQwYWI3ZGM1NTU0N2NlNjE3ZjU0MGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "380f6821-ae66-44d9-8f61-c4cb7d630685"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T02:21:55.000Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:21:55.000Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b56f58d4-3a70-47ba-a5bc-5373cf5b9c39 ASDC
2022-02-26T02:21:55.001Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:27234bc2-fb9e-4954-9bd6-691f01bb48f6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
ServiceInvariantUUID:1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6
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:380f6821-ae66-44d9-8f61-c4cb7d630685
ArtifactChecksum:MWYyNDJmZTlmOGQwYWI3ZGM1NTU0N2NlNjE3ZjU0MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9
ResourceInvariantUUID:d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:60770aa6-ebd2-4fb8-9347-10ad4dbb0b60
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-26T02:21:55.001Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b56f58d4-3a70-47ba-a5bc-5373cf5b9c39 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-26T02:21:55.023Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:21:55.023Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 380f6821-ae66-44d9-8f61-c4cb7d630685 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-26T02:21:55.080Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 380f6821-ae66-44d9-8f61-c4cb7d630685 52490
2022-02-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:21:55.083Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:55.084Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:55.084Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842115082,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:21:55.185Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:21:55.185Z||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-26T02:21:55.185Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:55.199Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:55.199Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:56.085Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 380f6821-ae66-44d9-8f61-c4cb7d630685, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.160Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7197760914169347496/Definitions/service-BasicNetwork-template.yml
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
Model Version:NULL
Model InvariantUuid:1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb
Model UUID:5488da63-d1f5-4de7-aca1-e8fa78a6b693
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9
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-26T02:21:56.504Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 60770aa6-ebd2-4fb8-9347-10ad4dbb0b60
2022-02-26T02:21:56.504Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||No resources found for Service: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
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-26T02:21:56.507Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||
2022-02-26T02:21:56.507Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.512Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36e6409c, org.onap.sdc.toscaparser.api.parameters.Input@5944c3be, org.onap.sdc.toscaparser.api.parameters.Input@19fd721b, org.onap.sdc.toscaparser.api.parameters.Input@1e1e267c, org.onap.sdc.toscaparser.api.parameters.Input@1af87783]
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b56f58d4-3a70-47ba-a5bc-5373cf5b9c39: Generic NeutronNet
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.514Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.514Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.533Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.591Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-26T02:21:56.591Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.591Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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-26T02:21:56.592Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:21:56.592Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:56.593Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:56.593Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842116591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:21:56.693Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:21:56.694Z||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-26T02:21:56.694Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:56.705Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:21:56.705Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:57.594Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:21:57.603Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:21:57.604Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T02:21:57.608Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T02:22:27.608Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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-26T02:22:27.614Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6 and serviceModelVersionId: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
2022-02-26T02:22:27.615Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6
2022-02-26T02:22:27.615Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0
2022-02-26T02:22:27.620Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T02:22:27.652Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|INFO|500||Invoke
2022-02-26T02:22:27.653Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[27234bc2-fb9e-4954-9bd6-691f01bb48f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c50bc6d5-f2d2-49ba-b7a1-2ac99a6f7b52], X-ECOMP-RequestID=[27234bc2-fb9e-4954-9bd6-691f01bb48f6], X-TransactionId=[], X-ONAP-RequestID=[27234bc2-fb9e-4954-9bd6-691f01bb48f6], Content-Type=[application/merge-patch+json]}
2022-02-26T02:22:27.671Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T02:22:27.745Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?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/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220226-02:22:27:678-8736], vertex-id=[221328], Content-Length=[0], Date=[Sat, 26 Feb 2022 02:22:27 GMT], Content-Type=[application/json]}
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|INFO|500||InvokeReturn
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T02:22:27.750Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T02:22:27.750Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27234bc2-fb9e-4954-9bd6-691f01bb48f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T02:22:27.750Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T02:22:27.751Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:22:27.752Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:22:27.752Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842147750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:22:27.853Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:22:27.853Z||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-26T02:22:27.853Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:22:27.871Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:22:27.872Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-26T02:22:52.356Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:22:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:22:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:22:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:22:52.358Z||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-26T02:22:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:22:52.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:22:52.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:22:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "policy-id",
  "timestamp": 1645842112449,
  "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-26T02:22:52.387Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:22:52.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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-26T02:23:01.902Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:23:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:23:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:23:52.358Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:23:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:23:52.359Z||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-26T02:23:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:23:52.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:23:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842112357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:23:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842112357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842115082,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "clamp",
  "timestamp": 1645842115415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842116591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "clamp",
  "timestamp": 1645842117036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "clamp",
  "timestamp": 1645842118039,
  "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-26T02:23:52.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:23:52.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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-26T02:23:52.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842147750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:23:52.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:24:01.922Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:24:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:24:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:24:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:24:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:24:52.359Z||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-26T02:24:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:25:01.899Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:25:01.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:25:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:25:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:25:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:25:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:25:52.358Z||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-26T02:25:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:26:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:26:01.904Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:26:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:26:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:26:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:26:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:26:52.358Z||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-26T02:26:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:01.899Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:27:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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-26T02:27:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:27:52.358Z||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-26T02:27:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:52.985Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:52.985Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.985Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bac8227b-cf44-4628-a05b-c214c9f08ece","serviceName":"Demo_pNF_70IWz1lmezKO9PNAuJ7C","serviceVersion":"1.0","serviceUUID":"f94e1bc1-4fa1-432e-87f0-0b1c3255007d","serviceDescription":"catalog service description","serviceInvariantUUID":"c308e42d-9ebe-4174-ab70-e11a9bc85603","resources":[{"resourceInstanceName":"pNF c285ebfb-2064 0","resourceName":"pNF c285ebfb-2064","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"13de1b1c-b0ed-4f6f-9867-52539fd35f4b","resourceInvariantUUID":"0270b840-42d1-4300-ba64-595ed24f4c5c","resourceCustomizationUUID":"4571ed3b-bbd3-45c4-af97-2d3ceea014a4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml","artifactChecksum":"NWE5MTBkMWJjM2UwOGRlOGZkMmYwN2M1MmU4MGFjNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8758d84-fe90-4c6d-96a6-2a1ca641f71f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar","artifactChecksum":"YzJkNGZhYzQ1NDVkMWVjODFjMjAwN2UxY2Q5YTMyYWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6583676-c5c9-4a25-8301-53fe6e8dbdf0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94078311-657d-407e-b472-e60d6852895f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE0NjUxM2FhZGVmNzM1ZWNkMzgwYzA0MGNhNjBkMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"97e3d908-8d94-403f-b6ca-6253e6431cc7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a8d2946-68a7-4a15-9cac-40aa887a2b5c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"320d6dd5-3fb5-46b0-8fe4-23c2a9070f7f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf70iwz1lmezko9pnauj7c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml","artifactChecksum":"MDJiNTM5YjE5MTY3Y2JhNmE5OTc0ZWI2ZDBiOTkyODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e176573e-b42e-4008-9fdb-7131e9d6834a","artifactVersion":"1"},{"artifactName":"service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar","artifactChecksum":"Zjg3NDBlNTVmZGQzMmQ0OTg3MzMyNmQzZGMyZjc1MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63269697-559e-4120-971d-1cabe662a351","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:27:52.987Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:52.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842443325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842447681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842441194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842447557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842456642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842456784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842456773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "cds",
  "timestamp": 1645842457648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-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-26T02:27:53.007Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:53.008Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:53.009Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.009Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece and ComponentName cds
2022-02-26T02:27:53.009Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:53.010Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842457777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842457983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "policy-id",
  "timestamp": 1645842458779,
  "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-26T02:27:53.018Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.019Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece 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-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842458987,
  "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-26T02:27:53.027Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.027Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece 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-26T02:27:53.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842459866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842468846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842470085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842462648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842470444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842471448,
  "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-26T02:27:53.040Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.040Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece 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-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842471570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842472092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.110Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:53.110Z||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-26T02:27:53.110Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:53.122Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:53.123Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:54.010Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:54.011Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:54.012Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:54.012Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:54.112Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:54.113Z||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-26T02:27:54.113Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:54.127Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:54.128Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:55.012Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:55.013Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:55.014Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:55.014Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:55.114Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:27:55.115Z||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-26T02:27:55.115Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:55.128Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:55.129Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:27:56.015Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:56.015Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:56.017Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:56.017Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:56.117Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:56.117Z||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-26T02:27:56.118Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:56.129Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:56.129Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:57.017Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:57.018Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:57.019Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:57.020Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:57.120Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:57.122Z||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-26T02:27:57.122Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:57.134Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:57.134Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:58.020Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:58.021Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:58.022Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:58.022Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:58.122Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:58.123Z||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-26T02:27:58.123Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:58.135Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:58.136Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:27:59.023Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:59.023Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:59.025Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:59.025Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:27:59.125Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:59.126Z||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-26T02:27:59.126Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:59.139Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:27:59.139Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:28:00.025Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:28:00.026Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:28:00.027Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:28:00.027Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:28:00.127Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:28:00.128Z||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-26T02:28:00.128Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:28:00.140Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:28:00.140Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:28:01.028Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "serviceName": "Demo_pNF_70IWz1lmezKO9PNAuJ7C",
  "serviceVersion": "1.0",
  "serviceUUID": "f94e1bc1-4fa1-432e-87f0-0b1c3255007d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c308e42d-9ebe-4174-ab70-e11a9bc85603",
  "resources": [
    {
      "resourceInstanceName": "pNF c285ebfb-2064 0",
      "resourceCustomizationUUID": "4571ed3b-bbd3-45c4-af97-2d3ceea014a4",
      "resourceName": "pNF c285ebfb-2064",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "13de1b1c-b0ed-4f6f-9867-52539fd35f4b",
      "resourceInvariantUUID": "0270b840-42d1-4300-ba64-595ed24f4c5c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
      "artifactChecksum": "Zjg3NDBlNTVmZGQzMmQ0OTg3MzMyNmQzZGMyZjc1MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63269697-559e-4120-971d-1cabe662a351"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T02:28:01.028Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:28:01.028Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f94e1bc1-4fa1-432e-87f0-0b1c3255007d ASDC
2022-02-26T02:28:01.029Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bac8227b-cf44-4628-a05b-c214c9f08ece
ServiceName:Demo_pNF_70IWz1lmezKO9PNAuJ7C
ServiceVersion:1.0
ServiceUUID:f94e1bc1-4fa1-432e-87f0-0b1c3255007d
ServiceInvariantUUID:c308e42d-9ebe-4174-ab70-e11a9bc85603
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
ArtifactUUID:63269697-559e-4120-971d-1cabe662a351
ArtifactChecksum:Zjg3NDBlNTVmZGQzMmQ0OTg3MzMyNmQzZGMyZjc1MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c285ebfb-2064 0
ResourceCustomizationUUID:4571ed3b-bbd3-45c4-af97-2d3ceea014a4
ResourceInvariantUUID:0270b840-42d1-4300-ba64-595ed24f4c5c
ResourceName:pNF c285ebfb-2064
ResourceType:PNF
ResourceUUID:13de1b1c-b0ed-4f6f-9867-52539fd35f4b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-26T02:28:01.029Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f94e1bc1-4fa1-432e-87f0-0b1c3255007d 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-26T02:28:01.047Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:28:01.047Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63269697-559e-4120-971d-1cabe662a351 from URL: /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:01.277Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar 63269697-559e-4120-971d-1cabe662a351 82633
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar ASDC sendASDCNotification
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:28:01.282Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:28:01.282Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842481280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:28:01.382Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:28:01.383Z||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-26T02:28:01.383Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:28:01.395Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:28:01.395Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:28:02.282Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:28:02.283Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:28:02.283Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63269697-559e-4120-971d-1cabe662a351, URL: /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar to file: /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.283Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.284Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.284Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.361Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7664269571439430536/Definitions/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c285ebfb-2064 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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Node template pNF c285ebfb-2064 0 is matching search criteria
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c285ebfb-2064 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Node template pNF c285ebfb-2064 0 is matching search criteria
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c285ebfb-2064 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_70IWz1lmezKO9PNAuJ7C
Description:catalog service description
Model UUID:f94e1bc1-4fa1-432e-87f0-0b1c3255007d
Model Version:NULL
Model InvariantUuid:c308e42d-9ebe-4174-ab70-e11a9bc85603
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-26T02:28:02.907Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 13de1b1c-b0ed-4f6f-9867-52539fd35f4b
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-26T02:28:02.909Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||pNF c285ebfb-2064 0
2022-02-26T02:28:02.909Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 13de1b1c-b0ed-4f6f-9867-52539fd35f4b
2022-02-26T02:28:02.909Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f94e1bc1-4fa1-432e-87f0-0b1c3255007d
2022-02-26T02:28:02.910Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f94e1bc1-4fa1-432e-87f0-0b1c3255007d
2022-02-26T02:28:02.910Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c285ebfb-2064 0 13de1b1c-b0ed-4f6f-9867-52539fd35f4b 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-26T02:28:02.913Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15ee8d79, org.onap.sdc.toscaparser.api.parameters.Input@5032be9e, org.onap.sdc.toscaparser.api.parameters.Input@4105e287, org.onap.sdc.toscaparser.api.parameters.Input@42f48057, org.onap.sdc.toscaparser.api.parameters.Input@23904835]
2022-02-26T02:28:02.913Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f94e1bc1-4fa1-432e-87f0-0b1c3255007d: pNF c285ebfb-2064
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Processing PNF resource: 13de1b1c-b0ed-4f6f-9867-52539fd35f4b
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Resource customization UUID: 4571ed3b-bbd3-45c4-af97-2d3ceea014a4 is the same as notified resource customizationUUID: 4571ed3b-bbd3-45c4-af97-2d3ceea014a4
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-26T02:28:02.962Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c285ebfb-2064 13de1b1c-b0ed-4f6f-9867-52539fd35f4b 0 ASDC deployResourceStructure
2022-02-26T02:28:02.962Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar ASDC sendASDCNotification
2022-02-26T02:28:02.962Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.963Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:28:02.963Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:28:02.964Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:28:02.964Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842482962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:28:03.064Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:28:03.065Z||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-26T02:28:03.065Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:28:03.078Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:28:03.078Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:28:03.967Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:28:03.976Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:28:03.978Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:28:03.978Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:28:03.978Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:28:33.978Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:28:33.988Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:28:33.992Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:28:33.992Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:28:33.992Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:28:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:28:52.359Z||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-26T02:28:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:28:52.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:28:52.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:28:52.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:28:52.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:03.992Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:29:04.001Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:29:04.003Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:29:04.003Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:29:04.003Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:29:34.003Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:29:34.013Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:29:34.014Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:29:34.015Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:29:34.015Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:29:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:29:52.359Z||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-26T02:29:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:29:52.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:29:52.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "clamp",
  "timestamp": 1645842473095,
  "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-26T02:29:52.891Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:29:52.891Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece 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-26T02:29:52.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:29:52.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:52.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:29:52.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:52.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842475195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:29:52.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:29:52.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:29:52.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:52.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "aai-ml",
  "timestamp": 1645842476198,
  "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-26T02:29:52.903Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:29:52.903Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece 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-26T02:29:52.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:29:52.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:52.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:29:52.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:52.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:29:52.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:52.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842472356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:29:52.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:29:52.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842481280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:29:52.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:29:52.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:29:52.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842482962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:29:52.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:04.015Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:30:04.023Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:04.025Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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-26T02:30:04.028Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T02:30:34.029Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bac8227b-cf44-4628-a05b-c214c9f08ece 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-26T02:30:34.034Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bac8227b-cf44-4628-a05b-c214c9f08ece and serviceModelVersionId: f94e1bc1-4fa1-432e-87f0-0b1c3255007d
2022-02-26T02:30:34.034Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c308e42d-9ebe-4174-ab70-e11a9bc85603
2022-02-26T02:30:34.035Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0
2022-02-26T02:30:34.038Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T02:30:34.068Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0|INFO|500||Invoke
2022-02-26T02:30:34.068Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bac8227b-cf44-4628-a05b-c214c9f08ece], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d74bbfa-d4a4-48fb-9071-ca77b83707fd], X-ECOMP-RequestID=[bac8227b-cf44-4628-a05b-c214c9f08ece], X-TransactionId=[], X-ONAP-RequestID=[bac8227b-cf44-4628-a05b-c214c9f08ece], Content-Type=[application/merge-patch+json]}
2022-02-26T02:30:34.083Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T02:30:34.366Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?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/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220226-02:30:34:088-84405], vertex-id=[217168], Content-Length=[0], Date=[Sat, 26 Feb 2022 02:30:34 GMT], Content-Type=[application/json]}
2022-02-26T02:30:34.366Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-26T02:30:34.367Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c308e42d-9ebe-4174-ab70-e11a9bc85603/model-vers/model-ver/f94e1bc1-4fa1-432e-87f0-0b1c3255007d?depth=0|INFO|500||InvokeReturn
2022-02-26T02:30:34.367Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T02:30:34.367Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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-26T02:30:34.371Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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-26T02:30:34.371Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bac8227b-cf44-4628-a05b-c214c9f08ece and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T02:30:34.371Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T02:30:34.371Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:34.373Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:34.373Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842634371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:30:34.473Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:34.473Z||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-26T02:30:34.474Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:34.489Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:34.489Z||pool-50-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-26T02:30:35.383Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:30:35.383Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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-26T02:30:35.384Z|bac8227b-cf44-4628-a05b-c214c9f08ece|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:39.811Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:39.812Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-26T02:30:39.812Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c1d7817-3566-4158-9eba-7083898b5829","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f830854e-4170-4ffd-99f6-5a5fad0321b5","serviceDescription":"service","serviceInvariantUUID":"bc20a80e-d3d9-4443-b9da-d0fed17c028a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5387c6d4-5da7-4db4-8f03-aa009104edac","resourceInvariantUUID":"28c7a94a-3973-4f12-abb5-95e7106ad194","resourceCustomizationUUID":"3b48f468-9ceb-4b86-ae1b-2f00489e5b76","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":"MGVkYWMzZDMwNzM1MzM4NjA0M2ExNTAzMGNkOTgzZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02256443-3faf-440e-a2a5-b5e6f41ee4ba","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":"ZGIyZWQ4ZTQwOTJjMTk5ZGFjNTRjYmQ1ZWNlZmY2OTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9b5bfc2-89a9-4be2-ab0d-18958c948775","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":"240492f9-0609-4861-9c97-fd46ed067300","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":"dc6f7c68-19f6-4793-b282-9a904e08717d","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":"dff37bc8-72b0-4de7-9c17-0cad7f09c953","artifactVersion":"2","generatedFromUUID":"240492f9-0609-4861-9c97-fd46ed067300"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmMxMzAwMjZkMmY2NTIyZWMwNzU0NDkxOTIxYmExNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e1b68a9-5635-4ad8-b118-22ed32154915","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDBiZTU2MTMzNTY0OTRjMjQ2NTg3NjkzMDdhNTc0YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a0f7ad4-49e5-4662-9ab7-eda0a53a7952","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:30:39.813Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:30:39.813Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:39.815Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:39.815Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:39.915Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:39.916Z||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-26T02:30:39.916Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:39.930Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:39.930Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:40.816Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:30:40.816Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:40.818Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:40.818Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:30:40.918Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:40.919Z||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-26T02:30:40.919Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:40.932Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:40.932Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:41.818Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:30:41.819Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:41.821Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:41.821Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:30:41.922Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:30:41.923Z||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-26T02:30:41.923Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:41.936Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:41.936Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:42.822Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:30:42.823Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:42.824Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:42.824Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:42.925Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:42.925Z||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-26T02:30:42.925Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:42.939Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:42.939Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:43.825Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:30:43.826Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:43.827Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:43.827Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-26T02:30:43.928Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:43.928Z||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-26T02:30:43.928Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:43.940Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:43.941Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:30:44.828Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:30:44.829Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:44.830Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:44.830Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:44.930Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:44.931Z||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-26T02:30:44.931Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:44.943Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:44.943Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:45.831Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:30:45.832Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:45.833Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:45.833Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:45.933Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:30:45.934Z||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-26T02:30:45.934Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:45.947Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:45.947Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:46.835Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f830854e-4170-4ffd-99f6-5a5fad0321b5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bc20a80e-d3d9-4443-b9da-d0fed17c028a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3b48f468-9ceb-4b86-ae1b-2f00489e5b76",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5387c6d4-5da7-4db4-8f03-aa009104edac",
      "resourceInvariantUUID": "28c7a94a-3973-4f12-abb5-95e7106ad194",
      "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": "ZGIyZWQ4ZTQwOTJjMTk5ZGFjNTRjYmQ1ZWNlZmY2OTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f9b5bfc2-89a9-4be2-ab0d-18958c948775",
          "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": "240492f9-0609-4861-9c97-fd46ed067300",
          "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": "dff37bc8-72b0-4de7-9c17-0cad7f09c953",
            "generatedFromUUID": "240492f9-0609-4861-9c97-fd46ed067300"
          },
          "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": "dff37bc8-72b0-4de7-9c17-0cad7f09c953",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDBiZTU2MTMzNTY0OTRjMjQ2NTg3NjkzMDdhNTc0YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a0f7ad4-49e5-4662-9ab7-eda0a53a7952"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T02:30:46.835Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:30:46.835Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f830854e-4170-4ffd-99f6-5a5fad0321b5 ASDC
2022-02-26T02:30:46.836Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8c1d7817-3566-4158-9eba-7083898b5829
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f830854e-4170-4ffd-99f6-5a5fad0321b5
ServiceInvariantUUID:bc20a80e-d3d9-4443-b9da-d0fed17c028a
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:1a0f7ad4-49e5-4662-9ab7-eda0a53a7952
ArtifactChecksum:ZDBiZTU2MTMzNTY0OTRjMjQ2NTg3NjkzMDdhNTc0YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3b48f468-9ceb-4b86-ae1b-2f00489e5b76
ResourceInvariantUUID:28c7a94a-3973-4f12-abb5-95e7106ad194
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5387c6d4-5da7-4db4-8f03-aa009104edac
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:f9b5bfc2-89a9-4be2-ab0d-18958c948775
ArtifactChecksum:ZGIyZWQ4ZTQwOTJjMTk5ZGFjNTRjYmQ1ZWNlZmY2OTg=
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:240492f9-0609-4861-9c97-fd46ed067300
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:dff37bc8-72b0-4de7-9c17-0cad7f09c953
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:dff37bc8-72b0-4de7-9c17-0cad7f09c953
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-26T02:30:46.836Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f830854e-4170-4ffd-99f6-5a5fad0321b5 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-26T02:30:46.857Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:30:46.857Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:30:46.857Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:30:46.858Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a0f7ad4-49e5-4662-9ab7-eda0a53a7952 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-26T02:30:46.858Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:30:46.858Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-26T02:30:47.250Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:30:47.253Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1a0f7ad4-49e5-4662-9ab7-eda0a53a7952 71036
2022-02-26T02:30:47.253Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:47.253Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:47.254Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:30:47.254Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:47.255Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:47.255Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842647253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:47.356Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:30:47.356Z||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-26T02:30:47.356Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:47.370Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:47.371Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:48.256Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:30:48.257Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:30:48.257Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1a0f7ad4-49e5-4662-9ab7-eda0a53a7952, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-26T02:30:48.258Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-26T02:30:48.258Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-26T02:30:48.258Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-26T02:30:48.344Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP481850771919012966/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-26T02:30:49.210Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:30:49.210Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|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-BasicVm-csar.csar
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|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-BasicVm-csar.csar
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|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-BasicVm-csar.csar
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|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-BasicVm-csar.csar
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|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-BasicVm-csar.csar
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.211Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:49.212Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:30:49.213Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=12461bd0-46bf-4d3f-90f8-3a584bc54334
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:49.214Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.215Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:49.215Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.215Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:49.215Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:49.215Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:49.215Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f830854e-4170-4ffd-99f6-5a5fad0321b5
Model Version:NULL
Model InvariantUuid:bc20a80e-d3d9-4443-b9da-d0fed17c028a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1c9e3b9d-c93a-456f-9643-c1afd0309530
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:28c7a94a-3973-4f12-abb5-95e7106ad194
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3b48f468-9ceb-4b86-ae1b-2f00489e5b76
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:28104f6d-1d54-4229-8637-a02fedc1be97
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:502d2413-976d-4b9f-a74f-3a5ac6a8b4d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:12461bd0-46bf-4d3f-90f8-3a584bc54334
ModelInvariantUuid:3af7f1d8-af24-4f22-b879-fcb01747f706
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9892a641-380b-4271-b6ed-fb012a624e96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:dc237728-38dc-4ea1-9d26-a21592551a1d
ModelInvariantUuid:959e88a7-611a-4743-b70f-e61e70c6b308
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:49dcbed9-6b86-486f-b9f0-84246e511ec1
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-26T02:30:49.221Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 5387c6d4-5da7-4db4-8f03-aa009104edac
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-26T02:30:49.223Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-02-26T02:30:49.223Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5387c6d4-5da7-4db4-8f03-aa009104edac
2022-02-26T02:30:49.223Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f9b5bfc2-89a9-4be2-ab0d-18958c948775 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-26T02:30:49.223Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:30:49.223Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:49.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:30:49.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f9b5bfc2-89a9-4be2-ab0d-18958c948775 787
2022-02-26T02:30:49.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:49.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:49.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:30:49.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:49.358Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:49.358Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842649356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:49.458Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:49.459Z||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-26T02:30:49.459Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:49.472Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:49.473Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:50.358Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "28104f6d-1d54-4229-8637-a02fedc1be97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "502d2413-976d-4b9f-a74f-3a5ac6a8b4d6",
    "vfModuleModelCustomizationUUID": "75c04647-b69e-43b3-b596-25059e36fe85",
    "isBase": true,
    "artifacts": [
      "240492f9-0609-4861-9c97-fd46ed067300",
      "dff37bc8-72b0-4de7-9c17-0cad7f09c953"
    ],
    "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-26T02:30:50.362Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:502d2413-976d-4b9f-a74f-3a5ac6a8b4d6
VfModuleModelInvariantUUID:28104f6d-1d54-4229-8637-a02fedc1be97
VfModuleModelDescription:NULL
Artifacts UUID List:{
240492f9-0609-4861-9c97-fd46ed067300
,
dff37bc8-72b0-4de7-9c17-0cad7f09c953

}
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-26T02:30:50.363Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "28104f6d-1d54-4229-8637-a02fedc1be97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "502d2413-976d-4b9f-a74f-3a5ac6a8b4d6",
    "vfModuleModelCustomizationUUID": "75c04647-b69e-43b3-b596-25059e36fe85",
    "isBase": true,
    "artifacts": [
      "240492f9-0609-4861-9c97-fd46ed067300",
      "dff37bc8-72b0-4de7-9c17-0cad7f09c953"
    ],
    "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-26T02:30:50.363Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:502d2413-976d-4b9f-a74f-3a5ac6a8b4d6
VfModuleModelInvariantUUID:28104f6d-1d54-4229-8637-a02fedc1be97
VfModuleModelDescription:NULL
Artifacts UUID List:{
240492f9-0609-4861-9c97-fd46ed067300
,
dff37bc8-72b0-4de7-9c17-0cad7f09c953

}
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-26T02:30:50.364Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 240492f9-0609-4861-9c97-fd46ed067300 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-26T02:30:50.364Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:30:50.364Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:50.417Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:30:50.417Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 240492f9-0609-4861-9c97-fd46ed067300 5033
2022-02-26T02:30:50.418Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:50.418Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:50.418Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:30:50.418Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:50.420Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:50.421Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842650418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:50.521Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:50.521Z||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-26T02:30:50.521Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:50.534Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:50.535Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:51.421Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dff37bc8-72b0-4de7-9c17-0cad7f09c953 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-26T02:30:51.422Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:30:51.422Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:51.493Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:30:51.493Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env dff37bc8-72b0-4de7-9c17-0cad7f09c953 903
2022-02-26T02:30:51.494Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:51.494Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:51.494Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:30:51.494Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:51.495Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:51.496Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842651494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:51.596Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:51.596Z||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-26T02:30:51.596Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:51.609Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:51.610Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:30:52.359Z||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-26T02:30:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:52.496Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f830854e-4170-4ffd-99f6-5a5fad0321b5
2022-02-26T02:30:52.497Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5387c6d4-5da7-4db4-8f03-aa009104edac 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-26T02:30:52.507Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b73abcb, org.onap.sdc.toscaparser.api.parameters.Input@2c4deeaf, org.onap.sdc.toscaparser.api.parameters.Input@1f6a8372, org.onap.sdc.toscaparser.api.parameters.Input@7957fb08, org.onap.sdc.toscaparser.api.parameters.Input@4fcc3a1a]
2022-02-26T02:30:52.509Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.509Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.509Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-26T02:30:52.509Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3b48f468-9ceb-4b86-ae1b-2f00489e5b76
2022-02-26T02:30:52.509Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b48f468-9ceb-4b86-ae1b-2f00489e5b76 matches Tosca VF Customization UUID: 3b48f468-9ceb-4b86-ae1b-2f00489e5b76
2022-02-26T02:30:52.509Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3b48f468-9ceb-4b86-ae1b-2f00489e5b76  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-26T02:30:52.511Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.512Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.512Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3b48f468-9ceb-4b86-ae1b-2f00489e5b76: {\"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-26T02:30:52.512Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37cbdc86
2022-02-26T02:30:52.512Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.512Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:30:52.512Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75c04647-b69e-43b3-b596-25059e36fe85
2022-02-26T02:30:52.513Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75c04647-b69e-43b3-b596-25059e36fe85
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-26T02:30:52.514Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.514Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:52.514Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-26T02:30:52.515Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=12461bd0-46bf-4d3f-90f8-3a584bc54334
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-26T02:30:52.517Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.517Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:52.517Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:30:52.518Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.518Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-26T02:30:52.518Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3b48f468-9ceb-4b86-ae1b-2f00489e5b76
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-26T02:30:52.519Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.519Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.519Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f830854e-4170-4ffd-99f6-5a5fad0321b5: basic_vm
2022-02-26T02:30:52.519Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.519Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:30:52.520Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:52.608Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5387c6d4-5da7-4db4-8f03-aa009104edac 1 ASDC deployResourceStructure
2022-02-26T02:30:52.608Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:52.609Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:52.609Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:30:52.609Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:52.610Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:52.610Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842652608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:52.710Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:52.711Z||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-26T02:30:52.711Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:52.723Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:52.724Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:52.732Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842587681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842587557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842593325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842587681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842587557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842593325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842587681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842587557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842593325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842587681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842587557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842593325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842587681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842587557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842593325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842587681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842587557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842593325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842587681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842587557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842593325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842600381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842601271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842601384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842601194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "cds",
  "timestamp": 1645842602276,
  "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-26T02:30:52.741Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c1d7817-3566-4158-9eba-7083898b5829
2022-02-26T02:30:52.741Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1d7817-3566-4158-9eba-7083898b5829 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-26T02:30:52.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "policy-id",
  "timestamp": 1645842602386,
  "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-26T02:30:52.750Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c1d7817-3566-4158-9eba-7083898b5829
2022-02-26T02:30:52.750Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1d7817-3566-4158-9eba-7083898b5829 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-26T02:30:52.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842601194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842601194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842604180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842601194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842604180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842601194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842604180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842601194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842604180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842601194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842604180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842609057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842604180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842610356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842609866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842604180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842609866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842611651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842609866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842612685,
  "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-26T02:30:52.761Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c1d7817-3566-4158-9eba-7083898b5829
2022-02-26T02:30:52.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1d7817-3566-4158-9eba-7083898b5829 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-26T02:30:52.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842612648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842609866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842613688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842612648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842609866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842612648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842609866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842612648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842609866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842612648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842617952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842612648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842612648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842619906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842620542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842620909,
  "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-26T02:30:52.770Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c1d7817-3566-4158-9eba-7083898b5829
2022-02-26T02:30:52.770Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1d7817-3566-4158-9eba-7083898b5829 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-26T02:30:52.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842623109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842625117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:52.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "clamp",
  "timestamp": 1645842626119,
  "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-26T02:30:52.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8c1d7817-3566-4158-9eba-7083898b5829
2022-02-26T02:30:52.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1d7817-3566-4158-9eba-7083898b5829 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-26T02:30:52.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842626262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:52.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "aai-ml",
  "timestamp": 1645842627266,
  "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-26T02:30:52.787Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c1d7817-3566-4158-9eba-7083898b5829
2022-02-26T02:30:52.787Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c1d7817-3566-4158-9eba-7083898b5829 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-26T02:30:52.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842634371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:30:52.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842635383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:30:52.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842647253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842649356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842650418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842651494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:30:52.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:30:53.611Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:53.611Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:53.611Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:30:53.612Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:53.613Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:53.613Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842653611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:53.714Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:53.715Z||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-26T02:30:53.715Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:53.727Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:53.727Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:54.614Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:54.615Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:54.615Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:30:54.615Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:54.616Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:54.616Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842654614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:54.717Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:30:54.717Z||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-26T02:30:54.717Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:54.730Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:54.731Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:55.617Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:55.618Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||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-26T02:30:55.618Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:30:55.618Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:30:55.620Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:30:55.620Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842655617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:30:55.720Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:30:55.720Z||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-26T02:30:55.720Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:30:55.735Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:30:55.735Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:30:56.620Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c1d7817-3566-4158-9eba-7083898b5829
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:30:56.628Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c1d7817-3566-4158-9eba-7083898b5829
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:30:56.630Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:30:56.633Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T02:31:26.634Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c1d7817-3566-4158-9eba-7083898b5829 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-26T02:31:26.638Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c1d7817-3566-4158-9eba-7083898b5829 and serviceModelVersionId: f830854e-4170-4ffd-99f6-5a5fad0321b5
2022-02-26T02:31:26.638Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc20a80e-d3d9-4443-b9da-d0fed17c028a
2022-02-26T02:31:26.639Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc20a80e-d3d9-4443-b9da-d0fed17c028a/model-vers/model-ver/f830854e-4170-4ffd-99f6-5a5fad0321b5?depth=0
2022-02-26T02:31:26.642Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T02:31:26.669Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc20a80e-d3d9-4443-b9da-d0fed17c028a/model-vers/model-ver/f830854e-4170-4ffd-99f6-5a5fad0321b5?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-26T02:31:26.670Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc20a80e-d3d9-4443-b9da-d0fed17c028a/model-vers/model-ver/f830854e-4170-4ffd-99f6-5a5fad0321b5?depth=0|INFO|500||Invoke
2022-02-26T02:31:26.689Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc20a80e-d3d9-4443-b9da-d0fed17c028a/model-vers/model-ver/f830854e-4170-4ffd-99f6-5a5fad0321b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T02:31:26.755Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc20a80e-d3d9-4443-b9da-d0fed17c028a/model-vers/model-ver/f830854e-4170-4ffd-99f6-5a5fad0321b5?depth=0|INFO|500||InvokeReturn
2022-02-26T02:31:26.756Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc20a80e-d3d9-4443-b9da-d0fed17c028a/model-vers/model-ver/f830854e-4170-4ffd-99f6-5a5fad0321b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220226-02:31:26:696-76902], vertex-id=[184384], Content-Length=[0], Date=[Sat, 26 Feb 2022 02:31:26 GMT], Content-Type=[application/json]}
2022-02-26T02:31:26.756Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T02:31:26.756Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T02:31:26.756Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:31:26.759Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:31:26.760Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c1d7817-3566-4158-9eba-7083898b5829 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T02:31:26.760Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T02:31:26.760Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:31:26.761Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:31:26.761Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842686760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:31:26.862Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:31:26.862Z||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-26T02:31:26.863Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:31:26.878Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:31:26.879Z||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-26T02:31:27.771Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:31:27.772Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:31:27.772Z|8c1d7817-3566-4158-9eba-7083898b5829|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:31:37.313Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:31:37.313Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:31:37.313Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:31:37.314Z|8c1d7817-3566-4158-9eba-7083898b5829|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:31:46.854Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:31:52.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:31:52.357Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:31:52.357Z|8c1d7817-3566-4158-9eba-7083898b5829|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:31:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:31:52.359Z||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-26T02:31:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:31:52.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:31:52.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:31:52.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842652608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:31:52.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:32:01.899Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:32:52.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:32:52.357Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:32:52.357Z|8c1d7817-3566-4158-9eba-7083898b5829|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:32:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:32:52.358Z||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-26T02:32:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:32:52.884Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:32:52.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:32:52.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842653611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842654614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842655617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c1d7817-3566-4158-9eba-7083898b5829",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842686760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:32:52.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:33:01.903Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:52.356Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:33:52.357Z|8c1d7817-3566-4158-9eba-7083898b5829|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-26T02:33:52.357Z|8c1d7817-3566-4158-9eba-7083898b5829|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:33:52.358Z||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-26T02:33:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:53.586Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:53.586Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-26T02:33:53.586Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6831720c-5269-4c72-bbbb-641786416989","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6195fb0d-24e8-466f-bdab-ad7d408eee8d","serviceDescription":"service","serviceInvariantUUID":"5e26f728-3eba-4bbd-b271-70580eff3f86","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a8a8cc0-feac-4466-9dce-fbc9d813b9ab","resourceInvariantUUID":"226411f2-b13b-402c-afb9-305fb21859de","resourceCustomizationUUID":"34efdb3f-f995-4dd2-ad3a-d677491139a3","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":"YTgzZjY0N2QzYjliOTE3MGIzMDdmMmMxNzRkNWY5MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10e6e110-5a8b-4ac0-bf16-8ad14b9ac073","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":"1b1b1809-5a43-40ab-923d-e95c93332a79","artifactVersion":"2","generatedFromUUID":"25dc13c9-21c7-4160-84a0-7ce8fe26a5af"},{"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":"25dc13c9-21c7-4160-84a0-7ce8fe26a5af","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":"ZWQ5MjdiNTI4Yzg2ZTM2ZTcxYzk2MDdiNWMwZTAxNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22f825af-5770-4bc3-b31b-566e3b083347","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":"bad30e1c-d249-4f6b-997d-b6cfe776915f","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":"8378b92e-eb17-4201-842e-49c4c4c9aee4","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":"ddfba7cc-2e7e-4ece-929b-2a282b8495d8","artifactVersion":"2","generatedFromUUID":"bad30e1c-d249-4f6b-997d-b6cfe776915f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTk4YTk0MDNiMmJhZDRiM2ZlYjAxZDE4Nzg0NzllNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b2b9658-d258-4764-b5d7-41567dcfa9ee","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTkzMTI5NTFlMTEyYjkyMDBmNDA5ZmE3MGJlNjgwNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0777d34-1337-44a5-a1b9-ada2397d4287","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:33:53.588Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:33:53.588Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:33:53.590Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:33:53.590Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:33:53.690Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:33:53.691Z||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-26T02:33:53.691Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:53.704Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:53.704Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:33:53.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:53.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:33:53.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:33:53.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:33:54.590Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:33:54.591Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:33:54.594Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:33:54.594Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-26T02:33:54.694Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:33:54.694Z||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-26T02:33:54.694Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:54.707Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:54.707Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:33:55.594Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:33:55.595Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:33:55.597Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:33:55.597Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-26T02:33:55.697Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:33:55.698Z||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-26T02:33:55.698Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:55.711Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:55.711Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:33:56.597Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:33:56.598Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:33:56.600Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:33:56.600Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:33:56.700Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:33:56.700Z||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-26T02:33:56.700Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:56.711Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:56.712Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:33:57.600Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:33:57.601Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:33:57.602Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:33:57.602Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:33:57.703Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:33:57.703Z||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-26T02:33:57.703Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:58.065Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:58.066Z||pool-71-thread-1|||||INFO|500||cambria reply ok (363 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:33:58.603Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:33:58.603Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:33:58.605Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:33:58.605Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:33:58.705Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:33:58.706Z||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-26T02:33:58.706Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:58.719Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:58.719Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:33:59.605Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:33:59.606Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:33:59.607Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:33:59.607Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-26T02:33:59.708Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:33:59.708Z||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-26T02:33:59.708Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:33:59.723Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:33:59.723Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:34:00.608Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:34:00.609Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:00.610Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:00.610Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:34:00.710Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:00.711Z||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-26T02:34:00.711Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:00.725Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:00.725Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:01.611Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:34:01.611Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:01.613Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:01.613Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:34:01.713Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:01.714Z||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-26T02:34:01.714Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:01.730Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:01.730Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:02.614Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6195fb0d-24e8-466f-bdab-ad7d408eee8d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5e26f728-3eba-4bbd-b271-70580eff3f86",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "34efdb3f-f995-4dd2-ad3a-d677491139a3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9a8a8cc0-feac-4466-9dce-fbc9d813b9ab",
      "resourceInvariantUUID": "226411f2-b13b-402c-afb9-305fb21859de",
      "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": "1b1b1809-5a43-40ab-923d-e95c93332a79",
          "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": "25dc13c9-21c7-4160-84a0-7ce8fe26a5af",
          "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": "ZWQ5MjdiNTI4Yzg2ZTM2ZTcxYzk2MDdiNWMwZTAxNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "22f825af-5770-4bc3-b31b-566e3b083347",
          "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": "bad30e1c-d249-4f6b-997d-b6cfe776915f",
          "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": "ddfba7cc-2e7e-4ece-929b-2a282b8495d8",
            "generatedFromUUID": "bad30e1c-d249-4f6b-997d-b6cfe776915f"
          },
          "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": "ddfba7cc-2e7e-4ece-929b-2a282b8495d8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTkzMTI5NTFlMTEyYjkyMDBmNDA5ZmE3MGJlNjgwNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0777d34-1337-44a5-a1b9-ada2397d4287"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T02:34:02.614Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:34:02.614Z|8c1d7817-3566-4158-9eba-7083898b5829|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6195fb0d-24e8-466f-bdab-ad7d408eee8d ASDC
2022-02-26T02:34:02.614Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6831720c-5269-4c72-bbbb-641786416989
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6195fb0d-24e8-466f-bdab-ad7d408eee8d
ServiceInvariantUUID:5e26f728-3eba-4bbd-b271-70580eff3f86
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:e0777d34-1337-44a5-a1b9-ada2397d4287
ArtifactChecksum:MTkzMTI5NTFlMTEyYjkyMDBmNDA5ZmE3MGJlNjgwNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:34efdb3f-f995-4dd2-ad3a-d677491139a3
ResourceInvariantUUID:226411f2-b13b-402c-afb9-305fb21859de
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9a8a8cc0-feac-4466-9dce-fbc9d813b9ab
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:1b1b1809-5a43-40ab-923d-e95c93332a79
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:25dc13c9-21c7-4160-84a0-7ce8fe26a5af
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:22f825af-5770-4bc3-b31b-566e3b083347
ArtifactChecksum:ZWQ5MjdiNTI4Yzg2ZTM2ZTcxYzk2MDdiNWMwZTAxNTk=
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:bad30e1c-d249-4f6b-997d-b6cfe776915f
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:ddfba7cc-2e7e-4ece-929b-2a282b8495d8
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:ddfba7cc-2e7e-4ece-929b-2a282b8495d8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-26T02:34:02.614Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6195fb0d-24e8-466f-bdab-ad7d408eee8d 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-26T02:34:02.637Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:34:02.638Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:34:02.638Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:34:02.638Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0777d34-1337-44a5-a1b9-ada2397d4287 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-26T02:34:02.638Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:34:02.638Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-26T02:34:02.967Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:34:02.970Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e0777d34-1337-44a5-a1b9-ada2397d4287 68934
2022-02-26T02:34:02.970Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:02.970Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:02.970Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:34:02.970Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:02.972Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:02.972Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842842970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:34:03.072Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:03.073Z||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-26T02:34:03.073Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:03.086Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:03.086Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:03.972Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:34:03.973Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:34:03.974Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e0777d34-1337-44a5-a1b9-ada2397d4287, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-26T02:34:03.974Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-26T02:34:03.974Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-26T02:34:03.974Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-26T02:34:04.053Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9004353548956576284/Definitions/service-BasicCnf-template.yml
2022-02-26T02:34:04.898Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|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-BasicCnf-csar.csar
2022-02-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:34:04.899Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:34:04.900Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:04.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-26T02:34:04.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3bac608a-72e8-4d77-84ba-861ba40afbb9
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:04.903Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6195fb0d-24e8-466f-bdab-ad7d408eee8d
Model Version:NULL
Model InvariantUuid:5e26f728-3eba-4bbd-b271-70580eff3f86
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:74399956-30e2-416d-ab68-626c85d12353
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:226411f2-b13b-402c-afb9-305fb21859de
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:34efdb3f-f995-4dd2-ad3a-d677491139a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a76ec31-1d67-425a-8091-733d890b1db0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e0eb0d42-d013-43eb-bacb-e97b8494be71
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3bac608a-72e8-4d77-84ba-861ba40afbb9
ModelInvariantUuid:a4f93994-776d-43e8-b909-4fefb0b14544
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e290202d-a097-4c26-a54c-1b320ee7abe2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1974f49b-bcd9-48c0-83e4-9e9721ebf115
ModelInvariantUuid:c9885bc6-5554-4ca3-a141-eb3833abb7d8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:044094ce-f47f-4138-b500-93e1dcd26e8e
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-26T02:34:04.909Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a8a8cc0-feac-4466-9dce-fbc9d813b9ab
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-26T02:34:04.911Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-02-26T02:34:04.912Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a8a8cc0-feac-4466-9dce-fbc9d813b9ab
2022-02-26T02:34:04.912Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b1b1809-5a43-40ab-923d-e95c93332a79 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-26T02:34:04.912Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:34:04.912Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:05.065Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:34:05.065Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1b1b1809-5a43-40ab-923d-e95c93332a79 12
2022-02-26T02:34:05.066Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:05.066Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:05.066Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:34:05.066Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:05.067Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:05.067Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842845066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:34:05.168Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:34:05.169Z||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-26T02:34:05.169Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:05.181Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:05.181Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:06.068Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25dc13c9-21c7-4160-84a0-7ce8fe26a5af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-26T02:34:06.068Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:34:06.068Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:06.275Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:34:06.276Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 25dc13c9-21c7-4160-84a0-7ce8fe26a5af 2688
2022-02-26T02:34:06.276Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:06.276Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:06.276Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:34:06.276Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:06.278Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:06.278Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842846276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:34:06.378Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:06.378Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-26T02:34:06.378Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:06.391Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:06.391Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:07.279Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 22f825af-5770-4bc3-b31b-566e3b083347 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-26T02:34:07.279Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:34:07.280Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:07.481Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:34:07.482Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 22f825af-5770-4bc3-b31b-566e3b083347 828
2022-02-26T02:34:07.482Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:07.482Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:07.482Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:34:07.482Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:07.484Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:07.484Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842847482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:34:07.584Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:07.585Z||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-26T02:34:07.585Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:07.598Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:07.598Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:08.485Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3a76ec31-1d67-425a-8091-733d890b1db0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0eb0d42-d013-43eb-bacb-e97b8494be71",
    "vfModuleModelCustomizationUUID": "b0dd6369-61ec-473f-8ce6-550cb5bc8ec9",
    "isBase": true,
    "artifacts": [
      "bad30e1c-d249-4f6b-997d-b6cfe776915f",
      "25dc13c9-21c7-4160-84a0-7ce8fe26a5af",
      "ddfba7cc-2e7e-4ece-929b-2a282b8495d8"
    ],
    "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-26T02:34:08.488Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0eb0d42-d013-43eb-bacb-e97b8494be71
VfModuleModelInvariantUUID:3a76ec31-1d67-425a-8091-733d890b1db0
VfModuleModelDescription:NULL
Artifacts UUID List:{
bad30e1c-d249-4f6b-997d-b6cfe776915f
,
25dc13c9-21c7-4160-84a0-7ce8fe26a5af
,
ddfba7cc-2e7e-4ece-929b-2a282b8495d8

}
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-26T02:34:08.489Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3a76ec31-1d67-425a-8091-733d890b1db0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0eb0d42-d013-43eb-bacb-e97b8494be71",
    "vfModuleModelCustomizationUUID": "b0dd6369-61ec-473f-8ce6-550cb5bc8ec9",
    "isBase": true,
    "artifacts": [
      "bad30e1c-d249-4f6b-997d-b6cfe776915f",
      "25dc13c9-21c7-4160-84a0-7ce8fe26a5af",
      "ddfba7cc-2e7e-4ece-929b-2a282b8495d8"
    ],
    "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-26T02:34:08.489Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0eb0d42-d013-43eb-bacb-e97b8494be71
VfModuleModelInvariantUUID:3a76ec31-1d67-425a-8091-733d890b1db0
VfModuleModelDescription:NULL
Artifacts UUID List:{
bad30e1c-d249-4f6b-997d-b6cfe776915f
,
25dc13c9-21c7-4160-84a0-7ce8fe26a5af
,
ddfba7cc-2e7e-4ece-929b-2a282b8495d8

}
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-26T02:34:08.490Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bad30e1c-d249-4f6b-997d-b6cfe776915f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-26T02:34:08.490Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:34:08.490Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:08.766Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:34:08.766Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bad30e1c-d249-4f6b-997d-b6cfe776915f 1164
2022-02-26T02:34:08.766Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:08.766Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:08.766Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:34:08.767Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:08.768Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:08.769Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842848766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:34:08.869Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:34:08.869Z||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-26T02:34:08.869Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:08.883Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:08.884Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:09.769Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ddfba7cc-2e7e-4ece-929b-2a282b8495d8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-26T02:34:09.770Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:34:09.770Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:10.055Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:34:10.056Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ddfba7cc-2e7e-4ece-929b-2a282b8495d8 200
2022-02-26T02:34:10.056Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:10.056Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:10.056Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:34:10.056Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:10.058Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:10.058Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842850056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:34:10.158Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:10.159Z||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-26T02:34:10.159Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:10.173Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:10.174Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:11.059Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6195fb0d-24e8-466f-bdab-ad7d408eee8d
2022-02-26T02:34:11.059Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9a8a8cc0-feac-4466-9dce-fbc9d813b9ab ASDC
2022-02-26T02:34:11.066Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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-26T02:34:11.074Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ffb227c, org.onap.sdc.toscaparser.api.parameters.Input@7d3f1e85, org.onap.sdc.toscaparser.api.parameters.Input@14ec3b4, org.onap.sdc.toscaparser.api.parameters.Input@50fdfbf4, org.onap.sdc.toscaparser.api.parameters.Input@3673cb55]
2022-02-26T02:34:11.075Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.075Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.075Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-02-26T02:34:11.075Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 34efdb3f-f995-4dd2-ad3a-d677491139a3
2022-02-26T02:34:11.075Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34efdb3f-f995-4dd2-ad3a-d677491139a3 matches Tosca VF Customization UUID: 34efdb3f-f995-4dd2-ad3a-d677491139a3
2022-02-26T02:34:11.075Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 34efdb3f-f995-4dd2-ad3a-d677491139a3  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-26T02:34:11.077Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.077Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.077Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 34efdb3f-f995-4dd2-ad3a-d677491139a3: {\"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-26T02:34:11.077Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b0467b4
2022-02-26T02:34:11.078Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.078Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:34:11.078Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0dd6369-61ec-473f-8ce6-550cb5bc8ec9
2022-02-26T02:34:11.078Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0dd6369-61ec-473f-8ce6-550cb5bc8ec9
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-26T02:34:11.079Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-26T02:34:11.080Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3bac608a-72e8-4d77-84ba-861ba40afbb9
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-26T02:34:11.082Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.082Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:11.082Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:34:11.082Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.083Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-26T02:34:11.083Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=34efdb3f-f995-4dd2-ad3a-d677491139a3
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-26T02:34:11.084Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.084Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.084Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6195fb0d-24e8-466f-bdab-ad7d408eee8d: basic_cnf
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:34:11.085Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:11.133Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9a8a8cc0-feac-4466-9dce-fbc9d813b9ab 1 ASDC deployResourceStructure
2022-02-26T02:34:11.134Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:11.134Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:11.134Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-26T02:34:11.134Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:11.135Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:11.136Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842851134,
  "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-26T02:34:11.236Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:11.236Z||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-26T02:34:11.237Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:11.249Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:11.249Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:12.136Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:12.137Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:12.137Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-26T02:34:12.137Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:12.138Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:12.138Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842852136,
  "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-26T02:34:12.238Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:12.239Z||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-26T02:34:12.239Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:12.253Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:12.253Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:34:13.139Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:13.140Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:13.140Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:34:13.140Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:13.141Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:13.141Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842853139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:34:13.242Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:13.242Z||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-26T02:34:13.242Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:13.259Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:13.260Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:14.143Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:14.143Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:14.143Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:34:14.143Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:14.145Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:14.145Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842854142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T02:34:14.245Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:14.246Z||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-26T02:34:14.246Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:14.257Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:14.258Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:15.146Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:15.146Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:15.146Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:34:15.146Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:15.148Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:15.148Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842855146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-26T02:34:15.248Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:15.249Z||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-26T02:34:15.249Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:15.262Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:15.262Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:34:16.149Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:16.149Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||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-26T02:34:16.149Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:34:16.150Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:34:16.152Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:34:16.152Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842856148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:34:16.252Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:34:16.252Z||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-26T02:34:16.253Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:16.265Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:16.265Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:34:17.152Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:34:17.160Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:34:17.161Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:34:17.161Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:34:17.161Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:34:47.161Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:34:47.168Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:34:47.169Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:34:47.169Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:34:47.169Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:34:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:34:52.359Z||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-26T02:34:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:34:52.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:34:52.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:34:52.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:34:52.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:35:17.169Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:35:17.177Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:35:17.178Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:35:17.179Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:35:17.179Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:35:47.179Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:35:47.187Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:35:47.189Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:35:47.189Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:35:47.189Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:35:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:35:52.359Z||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-26T02:35:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:35:52.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:35:52.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:35:52.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:35:52.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:17.189Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:36:17.197Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:36:17.198Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:36:17.199Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:36:17.199Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:36:47.199Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:36:47.205Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:36:47.207Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:36:47.207Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T02:36:47.207Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T02:36:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:36:52.359Z||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-26T02:36:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:36:52.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:36:52.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645842827681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842832356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842827557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842833325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842842970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842843071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842843377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842844074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "cds",
  "timestamp": 1645842844382,
  "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-26T02:36:52.913Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6831720c-5269-4c72-bbbb-641786416989
2022-02-26T02:36:52.913Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6831720c-5269-4c72-bbbb-641786416989 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-26T02:36:52.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842845066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "policy-id",
  "timestamp": 1645842845076,
  "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-26T02:36:52.924Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6831720c-5269-4c72-bbbb-641786416989
2022-02-26T02:36:52.924Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6831720c-5269-4c72-bbbb-641786416989 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-26T02:36:52.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842846276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842847482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842848766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842841194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842850056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842851134,
  "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-26T02:36:52.936Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842851342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842852136,
  "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-26T02:36:52.937Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842844180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842852847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842853139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842854142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842854236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842855146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842855650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645842856148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842856702,
  "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-26T02:36:52.947Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6831720c-5269-4c72-bbbb-641786416989
2022-02-26T02:36:52.947Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6831720c-5269-4c72-bbbb-641786416989 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-26T02:36:52.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645842857705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842849866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842859106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842859758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842860153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "clamp",
  "timestamp": 1645842861156,
  "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-26T02:36:52.957Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6831720c-5269-4c72-bbbb-641786416989
2022-02-26T02:36:52.957Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6831720c-5269-4c72-bbbb-641786416989 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-26T02:36:52.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842852648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:36:52.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:36:52.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842861624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842862555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:36:52.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645842862627,
  "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-26T02:36:52.967Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6831720c-5269-4c72-bbbb-641786416989
2022-02-26T02:36:52.967Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6831720c-5269-4c72-bbbb-641786416989 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-26T02:36:52.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842867746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:36:52.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:36:52.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:36:52.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "aai-ml",
  "timestamp": 1645842868750,
  "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-26T02:36:52.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6831720c-5269-4c72-bbbb-641786416989
2022-02-26T02:36:52.976Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6831720c-5269-4c72-bbbb-641786416989 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-26T02:37:17.207Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T02:37:17.216Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6831720c-5269-4c72-bbbb-641786416989
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T02:37:17.218Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:37:17.221Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T02:37:47.222Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6831720c-5269-4c72-bbbb-641786416989 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-26T02:37:47.226Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6831720c-5269-4c72-bbbb-641786416989 and serviceModelVersionId: 6195fb0d-24e8-466f-bdab-ad7d408eee8d
2022-02-26T02:37:47.227Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e26f728-3eba-4bbd-b271-70580eff3f86
2022-02-26T02:37:47.227Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e26f728-3eba-4bbd-b271-70580eff3f86/model-vers/model-ver/6195fb0d-24e8-466f-bdab-ad7d408eee8d?depth=0
2022-02-26T02:37:47.231Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T02:37:47.257Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e26f728-3eba-4bbd-b271-70580eff3f86/model-vers/model-ver/6195fb0d-24e8-466f-bdab-ad7d408eee8d?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-26T02:37:47.257Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e26f728-3eba-4bbd-b271-70580eff3f86/model-vers/model-ver/6195fb0d-24e8-466f-bdab-ad7d408eee8d?depth=0|INFO|500||Invoke
2022-02-26T02:37:47.272Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e26f728-3eba-4bbd-b271-70580eff3f86/model-vers/model-ver/6195fb0d-24e8-466f-bdab-ad7d408eee8d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T02:37:47.557Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e26f728-3eba-4bbd-b271-70580eff3f86/model-vers/model-ver/6195fb0d-24e8-466f-bdab-ad7d408eee8d?depth=0|INFO|500||InvokeReturn
2022-02-26T02:37:47.557Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e26f728-3eba-4bbd-b271-70580eff3f86/model-vers/model-ver/6195fb0d-24e8-466f-bdab-ad7d408eee8d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-02:37:47:278-2945], vertex-id=[233608], Content-Length=[0], Date=[Sat, 26 Feb 2022 02:37:47 GMT], Content-Type=[application/json]}
2022-02-26T02:37:47.557Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T02:37:47.558Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T02:37:47.558Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:37:47.562Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:37:47.563Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6831720c-5269-4c72-bbbb-641786416989 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T02:37:47.563Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T02:37:47.563Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:37:47.564Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:37:47.565Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645843067563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:37:47.665Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:37:47.665Z||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-26T02:37:47.665Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:37:47.680Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:37:47.680Z||pool-88-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-26T02:37:48.575Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:37:48.575Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:37:48.575Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:37:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:37:52.359Z||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-26T02:37:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:37:52.984Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:37:52.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T02:37:52.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6831720c-5269-4c72-bbbb-641786416989",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645843067563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:37:52.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:37:59.467Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:37:59.467Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:37:59.467Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:37:59.467Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:38:09.004Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:38:09.004Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:38:09.005Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:38:09.005Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:38:18.544Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:38:18.545Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:38:18.545Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:38:18.545Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:38:28.087Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:38:52.356Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:38:52.357Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:38:52.357Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:38:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:38:52.358Z||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-26T02:38:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:39:01.897Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:39:01.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:39:52.356Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:39:52.357Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:39:52.357Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:39:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:39:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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-26T02:39:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:40:01.901Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:40:01.901Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:40:52.356Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:40:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:40:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:40:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:40:52.358Z||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-26T02:40:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:41:01.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:41:01.902Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:41:52.356Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:41:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:41:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:41:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:41:52.359Z||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-26T02:41:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:42:01.902Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:42:01.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:42:52.356Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:42:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:42:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:42:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:42:52.358Z||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-26T02:42:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:43:01.900Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:43:01.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:43:52.356Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:43:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:43:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:43:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:43:52.358Z||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-26T02:43:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:44:01.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:44:01.901Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:44:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:44:52.357Z||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-26T02:44:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:44:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:44:52.359Z||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-26T02:44:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:45:01.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:45:01.926Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:45:52.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:45:52.357Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T02:45:52.357Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:45:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:45:52.359Z||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-26T02:45:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:46:01.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:46:01.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:46:52.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:46:52.357Z||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-26T02:46:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:46:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:46:52.358Z||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-26T02:46:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:47:01.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:47:01.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:47:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:47:52.357Z||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-26T02:47:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:47:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:47:52.358Z||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-26T02:47:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:48:01.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:48:01.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:48:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:48:52.357Z||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-26T02:48:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:48:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:48:52.359Z||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-26T02:48:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:49:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:49:01.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:49:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:49:52.357Z||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-26T02:49:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:49:52.358Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:49:52.358Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:49:52.358Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:50:01.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:50:01.902Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:50:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:50:52.357Z||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-26T02:50:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:50:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:50:52.359Z||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-26T02:50:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:51:01.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:51:01.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:51:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:51:52.357Z||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-26T02:51:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:51:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:51:52.358Z||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-26T02:51:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:52:01.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:52:01.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:52:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:52:52.357Z||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-26T02:52:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:52:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:52:52.358Z||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-26T02:52:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:53:01.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:53:01.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:53:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:53:52.357Z||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-26T02:53:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:53:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:53:52.358Z||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-26T02:53:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:54:01.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:54:01.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:54:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:54:52.357Z||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-26T02:54:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:54:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:54:52.358Z||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-26T02:54:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:55:01.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:55:01.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:55:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:55:52.357Z||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-26T02:55:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:55:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:55:52.358Z||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-26T02:55:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:56:01.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:56:01.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:56:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:56:52.357Z||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-26T02:56:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:56:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:56:52.358Z||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-26T02:56:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:57:01.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:57:01.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:57:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:57:52.357Z||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-26T02:57:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:57:52.358Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:57:52.359Z|6831720c-5269-4c72-bbbb-641786416989|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-26T02:57:52.359Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:58:01.904Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:58:01.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:58:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:58:52.357Z||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-26T02:58:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:58:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:58:52.358Z||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-26T02:58:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:01.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:01.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:52.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:59:52.357Z||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-26T02:59:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:59:52.358Z||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-26T02:59:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:52.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844374180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844367681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844367557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844385346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844378325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844386356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844387236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "policy-id",
  "timestamp": 1645844387358,
  "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-26T02:59:52.514Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
2022-02-26T02:59:52.514Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 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-26T02:59:52.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844379866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "cds",
  "timestamp": 1645844388241,
  "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=?
2022-02-26T02:59:52.525Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
2022-02-26T02:59:52.525Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 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-26T02:59:52.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844381194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844389142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844390133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844382648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844390988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844391254,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:59:52.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844391372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844391394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844391993,
  "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-26T02:59:52.537Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
2022-02-26T02:59:52.537Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 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-26T02:59:52.983Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:52.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:59:52.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c49994e-9f17-4bc4-b1a2-4edcec2b5758","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ccccc299-600e-49c8-a462-b0f8ec343c24","serviceDescription":"service","serviceInvariantUUID":"032dfcdd-cd26-494d-87f3-36f3e6d2a4e6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"184ab6f7-552e-4bc8-abd0-0f15aa4e21f3","resourceInvariantUUID":"e7a109a6-9fe1-4553-b3b6-6a899a1e2978","resourceCustomizationUUID":"0bb63564-e957-494e-aeb8-9b1365ed18d7","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":"02848f59-f6a1-499d-9306-444813e46eb5","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":"NWQ2M2UzOWI3MmJmMGJkM2I0ZmQ2ODA4OGYyYWY4OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8324eb1-59d0-4aad-85a5-44800db7e891","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":"MDk0OTlhMTQwMTI4OGUxNDZmYjZkMmQ3YjQ1ZWQ2YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d8ab1d6-87e1-4eb5-a8aa-a5b380eb4a45","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":"5307ded9-eb59-4ad2-a700-e1170077e0b0","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":"b8868dfd-1f88-4159-87cb-4a32d6c333de","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":"770de21d-c2ee-4445-898c-d61185c856d7","artifactVersion":"2","generatedFromUUID":"5307ded9-eb59-4ad2-a700-e1170077e0b0"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"N2VmMTc1NTVmMTA4NWFlMGYzMzdmMTZhOTk2NDYxMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e99d361-314c-41a8-bcbf-6b943356c616","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2M5YzZmNDJiMzEwZWM4NDJkOWU1YzU3MzZmY2JlOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f13a5d3-1eff-4621-b7af-9cdd47ade80b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:59:52.985Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:59:52.985Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:59:52.987Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:59:52.987Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:53.087Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:59:53.088Z||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-26T02:59:53.088Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:53.101Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:53.102Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:59:53.988Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:59:53.988Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:59:53.990Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:59:53.990Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:54.090Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:59:54.090Z||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-26T02:59:54.090Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:54.102Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:54.102Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:59:54.990Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:59:54.991Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:59:54.992Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:59:54.992Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T02:59:55.092Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:59:55.093Z||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-26T02:59:55.093Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:55.106Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:55.107Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:59:55.993Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:59:55.994Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:59:55.995Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:59:55.995Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T02:59:56.095Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:59:56.096Z||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-26T02:59:56.096Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:56.107Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:56.107Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:59:56.996Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:59:56.996Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:59:56.997Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:59:56.998Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:57.098Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:59:57.098Z||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-26T02:59:57.098Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:57.111Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:57.112Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:59:57.998Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:59:57.999Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:59:58.000Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:59:58.000Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-26T02:59:58.100Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:59:58.101Z||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-26T02:59:58.101Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:58.114Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:58.114Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:59:59.000Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:59:59.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:59:59.002Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:59:59.003Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T02:59:59.103Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:59:59.103Z||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-26T02:59:59.103Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:59:59.119Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T02:59:59.119Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:00.003Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:00:00.004Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:00.006Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:00.006Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:00:00.106Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:00.107Z||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-26T03:00:00.107Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:00.120Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:00.120Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:01.007Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ccccc299-600e-49c8-a462-b0f8ec343c24",
  "serviceDescription": "service",
  "serviceInvariantUUID": "032dfcdd-cd26-494d-87f3-36f3e6d2a4e6",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "0bb63564-e957-494e-aeb8-9b1365ed18d7",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "184ab6f7-552e-4bc8-abd0-0f15aa4e21f3",
      "resourceInvariantUUID": "e7a109a6-9fe1-4553-b3b6-6a899a1e2978",
      "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": "MDk0OTlhMTQwMTI4OGUxNDZmYjZkMmQ3YjQ1ZWQ2YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3d8ab1d6-87e1-4eb5-a8aa-a5b380eb4a45",
          "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": "5307ded9-eb59-4ad2-a700-e1170077e0b0",
          "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": "770de21d-c2ee-4445-898c-d61185c856d7",
            "generatedFromUUID": "5307ded9-eb59-4ad2-a700-e1170077e0b0"
          },
          "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": "770de21d-c2ee-4445-898c-d61185c856d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2M5YzZmNDJiMzEwZWM4NDJkOWU1YzU3MzZmY2JlOWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f13a5d3-1eff-4621-b7af-9cdd47ade80b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T03:00:01.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T03:00:01.007Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ccccc299-600e-49c8-a462-b0f8ec343c24 ASDC
2022-02-26T03:00:01.008Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8c49994e-9f17-4bc4-b1a2-4edcec2b5758
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ccccc299-600e-49c8-a462-b0f8ec343c24
ServiceInvariantUUID:032dfcdd-cd26-494d-87f3-36f3e6d2a4e6
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:1f13a5d3-1eff-4621-b7af-9cdd47ade80b
ArtifactChecksum:Y2M5YzZmNDJiMzEwZWM4NDJkOWU1YzU3MzZmY2JlOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:0bb63564-e957-494e-aeb8-9b1365ed18d7
ResourceInvariantUUID:e7a109a6-9fe1-4553-b3b6-6a899a1e2978
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:184ab6f7-552e-4bc8-abd0-0f15aa4e21f3
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:3d8ab1d6-87e1-4eb5-a8aa-a5b380eb4a45
ArtifactChecksum:MDk0OTlhMTQwMTI4OGUxNDZmYjZkMmQ3YjQ1ZWQ2YzU=
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:5307ded9-eb59-4ad2-a700-e1170077e0b0
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:770de21d-c2ee-4445-898c-d61185c856d7
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:770de21d-c2ee-4445-898c-d61185c856d7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-26T03:00:01.008Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccccc299-600e-49c8-a462-b0f8ec343c24 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-26T03:00:01.042Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:00:01.043Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:00:01.043Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:00:01.043Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1f13a5d3-1eff-4621-b7af-9cdd47ade80b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-26T03:00:01.043Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:00:01.043Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-26T03:00:01.283Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:00:01.286Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 1f13a5d3-1eff-4621-b7af-9cdd47ade80b 73650
2022-02-26T03:00:01.286Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:01.287Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:01.287Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:00:01.287Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:01.289Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:01.290Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844401286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:00:01.390Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:01.390Z||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-26T03:00:01.391Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:01.404Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:01.404Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:02.290Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:00:02.291Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:00:02.291Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1f13a5d3-1eff-4621-b7af-9cdd47ade80b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:02.291Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-26T03:00:02.292Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:02.292Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:02.372Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12232699973846659721/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-26T03:00:03.227Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T03:00:03.228Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:00:03.228Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:03.228Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-26T03:00:03.228Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.228Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.228Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:03.228Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.229Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:03.230Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:03.230Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:00:03.230Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:00:03.230Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.230Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:03.230Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:03.231Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:00:03.231Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:00:03.231Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.231Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:03.231Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.231Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-26T03:00:03.231Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-26T03:00:03.232Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-26T03:00:03.232Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-26T03:00:03.232Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T03:00:03.232Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T03:00:03.232Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.232Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T03:00:03.232Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.233Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:03.233Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:00:03.233Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.233Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:03.233Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:00:03.233Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.233Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:03.234Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:00:03.234Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.234Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-26T03:00:03.234Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T03:00:03.234Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T03:00:03.234Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=16c775f5-dc59-4764-a742-1f2d6dc9f7f4
2022-02-26T03:00:03.234Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.235Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:03.235Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.235Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:03.235Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.235Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:03.235Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:03.235Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:03.236Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ccccc299-600e-49c8-a462-b0f8ec343c24
Model Version:NULL
Model InvariantUuid:032dfcdd-cd26-494d-87f3-36f3e6d2a4e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:40fe37ff-0c47-4328-8222-ececb8663863
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e7a109a6-9fe1-4553-b3b6-6a899a1e2978
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0bb63564-e957-494e-aeb8-9b1365ed18d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:03fb1db1-94a9-4914-9706-38d996ed7589
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a8ede466-825c-4a16-85a6-e9fed37f566a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:16c775f5-dc59-4764-a742-1f2d6dc9f7f4
ModelInvariantUuid:83fe0151-20ac-441b-b8d4-e9ec780576d6
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:cdf55ea8-5523-472c-8e48-f13d6d567944
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:afc01bbe-e2d9-423c-9d24-ecd937f86f16
ModelInvariantUuid:21b419e8-8e51-4d12-905b-39500be107d8
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:1745b314-64ea-41a2-a4f0-560933db5e07
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-26T03:00:03.242Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 184ab6f7-552e-4bc8-abd0-0f15aa4e21f3
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-26T03:00:03.244Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-02-26T03:00:03.244Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 184ab6f7-552e-4bc8-abd0-0f15aa4e21f3
2022-02-26T03:00:03.244Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d8ab1d6-87e1-4eb5-a8aa-a5b380eb4a45 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-26T03:00:03.244Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:00:03.245Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.373Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:00:03.374Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3d8ab1d6-87e1-4eb5-a8aa-a5b380eb4a45 790
2022-02-26T03:00:03.374Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.374Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:03.374Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:00:03.374Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:03.376Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:03.376Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844403374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:00:03.476Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:03.477Z||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-26T03:00:03.477Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:03.491Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:03.491Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:04.376Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "03fb1db1-94a9-4914-9706-38d996ed7589",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8ede466-825c-4a16-85a6-e9fed37f566a",
    "vfModuleModelCustomizationUUID": "71c879e6-fbf5-4113-97ac-3dd0576a5a25",
    "isBase": true,
    "artifacts": [
      "5307ded9-eb59-4ad2-a700-e1170077e0b0",
      "770de21d-c2ee-4445-898c-d61185c856d7"
    ],
    "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-26T03:00:04.379Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8ede466-825c-4a16-85a6-e9fed37f566a
VfModuleModelInvariantUUID:03fb1db1-94a9-4914-9706-38d996ed7589
VfModuleModelDescription:NULL
Artifacts UUID List:{
5307ded9-eb59-4ad2-a700-e1170077e0b0
,
770de21d-c2ee-4445-898c-d61185c856d7

}
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-26T03:00:04.380Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "03fb1db1-94a9-4914-9706-38d996ed7589",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8ede466-825c-4a16-85a6-e9fed37f566a",
    "vfModuleModelCustomizationUUID": "71c879e6-fbf5-4113-97ac-3dd0576a5a25",
    "isBase": true,
    "artifacts": [
      "5307ded9-eb59-4ad2-a700-e1170077e0b0",
      "770de21d-c2ee-4445-898c-d61185c856d7"
    ],
    "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-26T03:00:04.380Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8ede466-825c-4a16-85a6-e9fed37f566a
VfModuleModelInvariantUUID:03fb1db1-94a9-4914-9706-38d996ed7589
VfModuleModelDescription:NULL
Artifacts UUID List:{
5307ded9-eb59-4ad2-a700-e1170077e0b0
,
770de21d-c2ee-4445-898c-d61185c856d7

}
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-26T03:00:04.380Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5307ded9-eb59-4ad2-a700-e1170077e0b0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-26T03:00:04.381Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:00:04.381Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:04.581Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:00:04.582Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5307ded9-eb59-4ad2-a700-e1170077e0b0 5033
2022-02-26T03:00:04.582Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:04.582Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:04.582Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:00:04.582Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:04.583Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:04.583Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844404582,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:00:04.684Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:04.684Z||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-26T03:00:04.684Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:04.697Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:04.697Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:05.584Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 770de21d-c2ee-4445-898c-d61185c856d7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-26T03:00:05.584Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:00:05.585Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:05.863Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:00:05.864Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 770de21d-c2ee-4445-898c-d61185c856d7 909
2022-02-26T03:00:05.864Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:05.864Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:05.864Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:00:05.865Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:05.866Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:05.866Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844405864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:00:05.966Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:05.967Z||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-26T03:00:05.967Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:05.979Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:05.980Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:06.867Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ccccc299-600e-49c8-a462-b0f8ec343c24
2022-02-26T03:00:06.868Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 184ab6f7-552e-4bc8-abd0-0f15aa4e21f3 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-26T03:00:06.881Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@190a3579, org.onap.sdc.toscaparser.api.parameters.Input@54944af6, org.onap.sdc.toscaparser.api.parameters.Input@74fb0cf4, org.onap.sdc.toscaparser.api.parameters.Input@7b5c3b9, org.onap.sdc.toscaparser.api.parameters.Input@4f5c8fcb]
2022-02-26T03:00:06.882Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.882Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.882Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-26T03:00:06.883Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0bb63564-e957-494e-aeb8-9b1365ed18d7
2022-02-26T03:00:06.883Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bb63564-e957-494e-aeb8-9b1365ed18d7 matches Tosca VF Customization UUID: 0bb63564-e957-494e-aeb8-9b1365ed18d7
2022-02-26T03:00:06.883Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0bb63564-e957-494e-aeb8-9b1365ed18d7  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-26T03:00:06.884Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.885Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.885Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0bb63564-e957-494e-aeb8-9b1365ed18d7: {\"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-26T03:00:06.885Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1751cbc7
2022-02-26T03:00:06.886Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.886Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T03:00:06.886Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 71c879e6-fbf5-4113-97ac-3dd0576a5a25
2022-02-26T03:00:06.886Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 71c879e6-fbf5-4113-97ac-3dd0576a5a25
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-26T03:00:06.887Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.888Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:06.888Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:00:06.888Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.888Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:06.888Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:00:06.889Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.889Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-26T03:00:06.889Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T03:00:06.889Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T03:00:06.889Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=16c775f5-dc59-4764-a742-1f2d6dc9f7f4
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-26T03:00:06.891Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.891Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:06.891Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:00:06.891Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.891Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-26T03:00:06.891Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0bb63564-e957-494e-aeb8-9b1365ed18d7
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-26T03:00:06.892Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.892Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.892Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ccccc299-600e-49c8-a462-b0f8ec343c24: basicclamp
2022-02-26T03:00:06.892Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:00:06.893Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:06.979Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 184ab6f7-552e-4bc8-abd0-0f15aa4e21f3 1 ASDC deployResourceStructure
2022-02-26T03:00:06.979Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:06.979Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:06.980Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:00:06.980Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:06.982Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:06.982Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844406979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:00:07.083Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T03:00:07.083Z||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-26T03:00:07.084Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:07.097Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:07.097Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:07.982Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:07.983Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:07.983Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:00:07.983Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:07.984Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:07.984Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844407982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T03:00:08.084Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:08.085Z||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-26T03:00:08.085Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:08.097Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:08.098Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:08.985Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:08.985Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:08.985Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:00:08.986Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:08.987Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:08.987Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844408985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-26T03:00:09.087Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:09.088Z||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-26T03:00:09.088Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:09.101Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:09.101Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:09.988Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:09.988Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||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-26T03:00:09.988Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:00:09.988Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:00:09.990Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:00:09.990Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844409988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:00:10.090Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:00:10.090Z||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-26T03:00:10.090Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:10.103Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:10.103Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:00:10.991Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:00:11.000Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:00:11.002Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:00:11.002Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:00:11.002Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:00:41.003Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:00:41.011Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:00:41.012Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:00:41.012Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:00:41.013Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:00:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:00:52.359Z||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-26T03:00:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:00:52.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:00:52.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:00:52.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844392303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:00:52.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:01:11.013Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:01:11.021Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:01:11.023Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:01:11.023Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:01:11.023Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:01:41.023Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:01:41.032Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:01:41.033Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:01:41.034Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:01:41.034Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:01:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:01:52.359Z||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-26T03:01:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:01:52.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:01:52.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:01:52.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844392398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:01:52.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:11.034Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:02:11.043Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:02:11.045Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:02:11.045Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:02:11.045Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:02:41.045Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:02:41.058Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:02:41.060Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:02:41.060Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:02:41.060Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:02:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:02:52.359Z||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-26T03:02:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:02:52.887Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:02:52.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844393328,
  "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-26T03:02:52.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
2022-02-26T03:02:52.897Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 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-26T03:02:52.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844394332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844395422,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844396425,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844396464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "clamp",
  "timestamp": 1645844397428,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T03:02:52.911Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
2022-02-26T03:02:52.911Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 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-26T03:02:52.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "aai-ml",
  "timestamp": 1645844397468,
  "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-26T03:02:52.922Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
2022-02-26T03:02:52.922Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 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-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844392356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844401286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844403374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844404582,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844405864,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844406979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844407982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844408985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844409988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844401195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844404180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844413237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844414455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844407557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844407681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844415755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844408326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844416639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844416780,
  "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-26T03:02:52.948Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3793f386-7601-4bba-8c8e-c8050ea1b844
2022-02-26T03:02:52.948Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3793f386-7601-4bba-8c8e-c8050ea1b844 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-26T03:02:52.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844417254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844409866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844417643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844417783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "policy-id",
  "timestamp": 1645844418646,
  "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-26T03:02:52.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3793f386-7601-4bba-8c8e-c8050ea1b844
2022-02-26T03:02:52.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3793f386-7601-4bba-8c8e-c8050ea1b844 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-26T03:02:52.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844419138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:02:52.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "cds",
  "timestamp": 1645844419311,
  "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-26T03:02:52.970Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3793f386-7601-4bba-8c8e-c8050ea1b844
2022-02-26T03:02:52.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3793f386-7601-4bba-8c8e-c8050ea1b844 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-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844412648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844420992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844421550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844421996,
  "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-26T03:02:52.982Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3793f386-7601-4bba-8c8e-c8050ea1b844
2022-02-26T03:02:52.982Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3793f386-7601-4bba-8c8e-c8050ea1b844 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-26T03:02:52.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844424399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844426887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844427403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:02:52.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:52.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "aai-ml",
  "timestamp": 1645844427890,
  "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-26T03:02:52.994Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3793f386-7601-4bba-8c8e-c8050ea1b844
2022-02-26T03:02:52.994Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3793f386-7601-4bba-8c8e-c8050ea1b844 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-26T03:02:53.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:02:53.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "clamp",
  "timestamp": 1645844428406,
  "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-26T03:02:53.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3793f386-7601-4bba-8c8e-c8050ea1b844
2022-02-26T03:02:53.005Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3793f386-7601-4bba-8c8e-c8050ea1b844 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-26T03:03:11.062Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:03:11.073Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-26T03:03:11.075Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T03:03:11.079Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T03:03:41.079Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 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-26T03:03:41.084Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 and serviceModelVersionId: ccccc299-600e-49c8-a462-b0f8ec343c24
2022-02-26T03:03:41.085Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 032dfcdd-cd26-494d-87f3-36f3e6d2a4e6
2022-02-26T03:03:41.086Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/032dfcdd-cd26-494d-87f3-36f3e6d2a4e6/model-vers/model-ver/ccccc299-600e-49c8-a462-b0f8ec343c24?depth=0
2022-02-26T03:03:41.090Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T03:03:41.118Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/032dfcdd-cd26-494d-87f3-36f3e6d2a4e6/model-vers/model-ver/ccccc299-600e-49c8-a462-b0f8ec343c24?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-26T03:03:41.118Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/032dfcdd-cd26-494d-87f3-36f3e6d2a4e6/model-vers/model-ver/ccccc299-600e-49c8-a462-b0f8ec343c24?depth=0|INFO|500||Invoke
2022-02-26T03:03:41.133Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/032dfcdd-cd26-494d-87f3-36f3e6d2a4e6/model-vers/model-ver/ccccc299-600e-49c8-a462-b0f8ec343c24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-26T03:03:41.533Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/032dfcdd-cd26-494d-87f3-36f3e6d2a4e6/model-vers/model-ver/ccccc299-600e-49c8-a462-b0f8ec343c24?depth=0|INFO|500||InvokeReturn
2022-02-26T03:03:41.533Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/032dfcdd-cd26-494d-87f3-36f3e6d2a4e6/model-vers/model-ver/ccccc299-600e-49c8-a462-b0f8ec343c24?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-03:03:41:140-45740], vertex-id=[245904], Content-Length=[0], Date=[Sat, 26 Feb 2022 03:03:41 GMT], Content-Type=[application/json]}
2022-02-26T03:03:41.534Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T03:03:41.534Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T03:03:41.534Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T03:03:41.538Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T03:03:41.539Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c49994e-9f17-4bc4-b1a2-4edcec2b5758 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-02-26T03:03:41.539Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T03:03:41.539Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:41.540Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:41.540Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844621539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-26T03:03:41.640Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:41.641Z||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-26T03:03:41.641Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:41.657Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:41.658Z||pool-105-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-26T03:03:42.550Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:03:42.551Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|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-26T03:03:42.551Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:47.276Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:47.277Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T03:03:47.277Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3793f386-7601-4bba-8c8e-c8050ea1b844","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7967fe96-953a-43ef-b65e-81907b203a46","serviceDescription":"service","serviceInvariantUUID":"c3dd4736-b31c-4339-8a8f-4c07696e2921","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e652c6e5-c374-4259-abd4-ba2c41a54718","resourceInvariantUUID":"79e5132b-d237-4b58-992d-a8f4dfdf51c7","resourceCustomizationUUID":"680b3792-e052-45a8-b422-72bbdbc35b65","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":"YmZkZGY1MzYyNWYwZGUyNDZhMGExNWQ2MmIzOWU4ZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7be0d86-5c0d-4f53-8352-15f6ba780a6e","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":"YThlZjI5Zjk2MzE0NDRjNTVmMzQyM2I2NTVlNGMyNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1c423feb-3929-4d46-a88d-058f116d9d34","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":"9f638364-5ad2-497c-a53c-4984765f5c9a","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":"1e806e85-f076-4689-9a8e-dd27986119f4","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":"51d3fa2c-0f51-4543-80b8-1e5414d13cbb","artifactVersion":"2","generatedFromUUID":"9f638364-5ad2-497c-a53c-4984765f5c9a"},{"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":"YjFhODY1ZTViZTIzZTkxN2Q3OTEyOTU4NzE4ZDRlOTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4196fffe-08a4-421c-aa8c-974c1105b7b0","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":"OGEzNWViODU3ZjE3NGMzZWZlODc5MjRjNTJkNzhjOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbc6feec-61c0-4073-b9f3-7cba840d8849","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjdlYjMyOTcxZWEwMzExZmJhNzJlYjc1ZDAxMWNkYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d83c185-841f-460a-82bf-92f0e7d00d53","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T03:03:47.278Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:47.278Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:47.279Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:47.280Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:03:47.380Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:47.380Z||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-26T03:03:47.380Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:47.392Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:47.393Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:48.280Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:48.281Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:48.282Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:48.282Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:03:48.383Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T03:03:48.383Z||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-26T03:03:48.383Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:48.395Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:48.396Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:03:49.283Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:49.283Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:49.285Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:49.285Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:03:49.385Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:49.386Z||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-26T03:03:49.386Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:49.400Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:49.400Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:50.285Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:50.286Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:50.288Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:50.288Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:03:50.388Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:50.389Z||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-26T03:03:50.389Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:50.401Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:50.402Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:51.288Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:51.289Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:51.291Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:51.291Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-26T03:03:51.391Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:51.391Z||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-26T03:03:51.392Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:51.406Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:51.406Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:52.291Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:52.292Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:52.293Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:52.293Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:03:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:03:52.359Z||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-26T03:03:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:52.394Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:52.394Z||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-26T03:03:52.394Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:52.408Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:52.408Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:52.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:52.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c49994e-9f17-4bc4-b1a2-4edcec2b5758",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844621539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:03:52.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:03:52.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:03:52.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:03:52.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:03:52.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-26T03:03:52.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:03:53.294Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:53.294Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:53.296Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:53.296Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:03:53.396Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:53.397Z||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-26T03:03:53.397Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:53.409Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:53.410Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:54.296Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:03:54.297Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:54.298Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:54.298Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:03:54.399Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:54.399Z||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-26T03:03:54.399Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:54.413Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:54.414Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:03:55.300Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7967fe96-953a-43ef-b65e-81907b203a46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c3dd4736-b31c-4339-8a8f-4c07696e2921",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "680b3792-e052-45a8-b422-72bbdbc35b65",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e652c6e5-c374-4259-abd4-ba2c41a54718",
      "resourceInvariantUUID": "79e5132b-d237-4b58-992d-a8f4dfdf51c7",
      "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": "YThlZjI5Zjk2MzE0NDRjNTVmMzQyM2I2NTVlNGMyNTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1c423feb-3929-4d46-a88d-058f116d9d34",
          "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": "9f638364-5ad2-497c-a53c-4984765f5c9a",
          "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": "51d3fa2c-0f51-4543-80b8-1e5414d13cbb",
            "generatedFromUUID": "9f638364-5ad2-497c-a53c-4984765f5c9a"
          },
          "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": "51d3fa2c-0f51-4543-80b8-1e5414d13cbb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjdlYjMyOTcxZWEwMzExZmJhNzJlYjc1ZDAxMWNkYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d83c185-841f-460a-82bf-92f0e7d00d53"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T03:03:55.300Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T03:03:55.300Z|8c49994e-9f17-4bc4-b1a2-4edcec2b5758|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7967fe96-953a-43ef-b65e-81907b203a46 ASDC
2022-02-26T03:03:55.300Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3793f386-7601-4bba-8c8e-c8050ea1b844
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7967fe96-953a-43ef-b65e-81907b203a46
ServiceInvariantUUID:c3dd4736-b31c-4339-8a8f-4c07696e2921
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:4d83c185-841f-460a-82bf-92f0e7d00d53
ArtifactChecksum:YjdlYjMyOTcxZWEwMzExZmJhNzJlYjc1ZDAxMWNkYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:680b3792-e052-45a8-b422-72bbdbc35b65
ResourceInvariantUUID:79e5132b-d237-4b58-992d-a8f4dfdf51c7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e652c6e5-c374-4259-abd4-ba2c41a54718
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:1c423feb-3929-4d46-a88d-058f116d9d34
ArtifactChecksum:YThlZjI5Zjk2MzE0NDRjNTVmMzQyM2I2NTVlNGMyNTY=
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:9f638364-5ad2-497c-a53c-4984765f5c9a
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:51d3fa2c-0f51-4543-80b8-1e5414d13cbb
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:51d3fa2c-0f51-4543-80b8-1e5414d13cbb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-26T03:03:55.300Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7967fe96-953a-43ef-b65e-81907b203a46 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-26T03:03:55.328Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:03:55.329Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:03:55.329Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:03:55.329Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d83c185-841f-460a-82bf-92f0e7d00d53 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-26T03:03:55.329Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:03:55.329Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-26T03:03:55.522Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:03:55.525Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4d83c185-841f-460a-82bf-92f0e7d00d53 78793
2022-02-26T03:03:55.525Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-26T03:03:55.525Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-26T03:03:55.525Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:03:55.525Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:55.526Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:55.527Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844635525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:03:55.627Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:55.627Z||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-26T03:03:55.627Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:55.640Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:55.640Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:56.527Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:03:56.528Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:03:56.528Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4d83c185-841f-460a-82bf-92f0e7d00d53, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:56.528Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-02-26T03:03:56.528Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:56.528Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:56.626Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2213406033268808053/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-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||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-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||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-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||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-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:57.402Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||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-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:03:57.403Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T03:03:57.404Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-26T03:03:57.405Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b5574c9f-4071-47f7-87d5-2d7a449a79f7
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:03:57.406Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7967fe96-953a-43ef-b65e-81907b203a46
Model Version:NULL
Model InvariantUuid:c3dd4736-b31c-4339-8a8f-4c07696e2921
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a7460d56-9177-46b0-8617-fc54cdec1689
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79e5132b-d237-4b58-992d-a8f4dfdf51c7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:680b3792-e052-45a8-b422-72bbdbc35b65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53031761-9f9f-490c-8101-46bf13df07ca
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f6ed2fdd-f637-48d0-a3b3-23508c192561
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b5574c9f-4071-47f7-87d5-2d7a449a79f7
ModelInvariantUuid:c5a9b65c-1ae1-4ef7-8386-0cd0bccfe85c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ddb66520-920f-4698-bc45-8391c8baa6a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e0d284da-7d96-4899-999a-42798f2c6ba9
ModelInvariantUuid:c99f51ee-f6d9-42bc-acc4-88eb3cc57d97
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:727bfc65-970a-4fd4-8398-b057f4361d94
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-26T03:03:57.411Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e652c6e5-c374-4259-abd4-ba2c41a54718
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-26T03:03:57.413Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-02-26T03:03:57.413Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e652c6e5-c374-4259-abd4-ba2c41a54718
2022-02-26T03:03:57.413Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c423feb-3929-4d46-a88d-058f116d9d34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-26T03:03:57.413Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:03:57.413Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-26T03:03:57.484Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:03:57.484Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1c423feb-3929-4d46-a88d-058f116d9d34 792
2022-02-26T03:03:57.484Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-02-26T03:03:57.485Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-26T03:03:57.485Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:03:57.485Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:57.486Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:57.486Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844637484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:03:57.586Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:57.587Z||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-26T03:03:57.587Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:57.600Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:57.600Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:58.486Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "53031761-9f9f-490c-8101-46bf13df07ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6ed2fdd-f637-48d0-a3b3-23508c192561",
    "vfModuleModelCustomizationUUID": "63e76dbe-d315-4b2b-972f-af344a8a49e6",
    "isBase": true,
    "artifacts": [
      "9f638364-5ad2-497c-a53c-4984765f5c9a",
      "51d3fa2c-0f51-4543-80b8-1e5414d13cbb"
    ],
    "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-26T03:03:58.489Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6ed2fdd-f637-48d0-a3b3-23508c192561
VfModuleModelInvariantUUID:53031761-9f9f-490c-8101-46bf13df07ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f638364-5ad2-497c-a53c-4984765f5c9a
,
51d3fa2c-0f51-4543-80b8-1e5414d13cbb

}
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-26T03:03:58.491Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "53031761-9f9f-490c-8101-46bf13df07ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6ed2fdd-f637-48d0-a3b3-23508c192561",
    "vfModuleModelCustomizationUUID": "63e76dbe-d315-4b2b-972f-af344a8a49e6",
    "isBase": true,
    "artifacts": [
      "9f638364-5ad2-497c-a53c-4984765f5c9a",
      "51d3fa2c-0f51-4543-80b8-1e5414d13cbb"
    ],
    "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-26T03:03:58.491Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6ed2fdd-f637-48d0-a3b3-23508c192561
VfModuleModelInvariantUUID:53031761-9f9f-490c-8101-46bf13df07ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
9f638364-5ad2-497c-a53c-4984765f5c9a
,
51d3fa2c-0f51-4543-80b8-1e5414d13cbb

}
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-26T03:03:58.491Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9f638364-5ad2-497c-a53c-4984765f5c9a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-26T03:03:58.491Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:03:58.492Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-26T03:03:58.593Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:03:58.594Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9f638364-5ad2-497c-a53c-4984765f5c9a 5033
2022-02-26T03:03:58.594Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-26T03:03:58.594Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-26T03:03:58.594Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:03:58.594Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:58.595Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:58.595Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844638594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:03:58.696Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T03:03:58.696Z||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-26T03:03:58.696Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:58.709Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:58.710Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:03:59.596Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 51d3fa2c-0f51-4543-80b8-1e5414d13cbb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-26T03:03:59.596Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:03:59.596Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-26T03:03:59.774Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:03:59.775Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 51d3fa2c-0f51-4543-80b8-1e5414d13cbb 903
2022-02-26T03:03:59.775Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-26T03:03:59.775Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-26T03:03:59.775Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:03:59.775Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:03:59.776Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:03:59.776Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844639775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:03:59.877Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:03:59.877Z||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-26T03:03:59.877Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:03:59.890Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:03:59.890Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:04:00.777Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7967fe96-953a-43ef-b65e-81907b203a46
2022-02-26T03:04:00.778Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e652c6e5-c374-4259-abd4-ba2c41a54718 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-26T03:04:00.786Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7214ec25, org.onap.sdc.toscaparser.api.parameters.Input@6f1482a4, org.onap.sdc.toscaparser.api.parameters.Input@71210cca, org.onap.sdc.toscaparser.api.parameters.Input@5760b8de, org.onap.sdc.toscaparser.api.parameters.Input@2c003d3]
2022-02-26T03:04:00.787Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.787Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.787Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-26T03:04:00.788Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 680b3792-e052-45a8-b422-72bbdbc35b65
2022-02-26T03:04:00.788Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 680b3792-e052-45a8-b422-72bbdbc35b65 matches Tosca VF Customization UUID: 680b3792-e052-45a8-b422-72bbdbc35b65
2022-02-26T03:04:00.788Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 680b3792-e052-45a8-b422-72bbdbc35b65  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-26T03:04:00.789Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.789Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.790Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 680b3792-e052-45a8-b422-72bbdbc35b65: {\"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-26T03:04:00.790Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62c05aba
2022-02-26T03:04:00.790Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.790Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T03:04:00.790Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63e76dbe-d315-4b2b-972f-af344a8a49e6
2022-02-26T03:04:00.790Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63e76dbe-d315-4b2b-972f-af344a8a49e6
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-26T03:04:00.792Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.792Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:04:00.792Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:04:00.792Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.792Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:04:00.792Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:04:00.793Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.793Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-26T03:04:00.793Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-26T03:04:00.793Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-26T03:04:00.793Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b5574c9f-4071-47f7-87d5-2d7a449a79f7
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-26T03:04:00.794Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.794Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:04:00.794Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:04:00.795Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.795Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-26T03:04:00.795Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=680b3792-e052-45a8-b422-72bbdbc35b65
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-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7967fe96-953a-43ef-b65e-81907b203a46: basic_vm_macro
2022-02-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.796Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.797Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.797Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.797Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.797Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:04:00.797Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:04:00.797Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-26T03:04:00.846Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e652c6e5-c374-4259-abd4-ba2c41a54718 1 ASDC deployResourceStructure
2022-02-26T03:04:00.847Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-02-26T03:04:00.847Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-26T03:04:00.847Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:04:00.847Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:04:00.848Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:04:00.848Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844640847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:04:00.948Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:04:00.949Z||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-26T03:04:00.949Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:00.962Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:00.962Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:04:01.849Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-26T03:04:01.849Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-26T03:04:01.849Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:04:01.850Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:04:01.851Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:04:01.851Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844641849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T03:04:01.951Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:04:01.952Z||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-26T03:04:01.952Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:01.964Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:01.964Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:04:02.852Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-26T03:04:02.852Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-26T03:04:02.852Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:04:02.853Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:04:02.854Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:04:02.854Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844642852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-26T03:04:02.954Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:04:02.955Z||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-26T03:04:02.955Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:02.969Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:02.969Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:04:03.855Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-26T03:04:03.855Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-26T03:04:03.855Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:04:03.856Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:04:03.857Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:04:03.857Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844643855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:04:03.957Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:04:03.958Z||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-26T03:04:03.958Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:03.969Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:03.970Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:04:04.858Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3793f386-7601-4bba-8c8e-c8050ea1b844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:04:04.867Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3793f386-7601-4bba-8c8e-c8050ea1b844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:04:04.869Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:04:04.869Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:04:04.870Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T03:04:04.874Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T03:04:34.876Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3793f386-7601-4bba-8c8e-c8050ea1b844 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-26T03:04:34.885Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3793f386-7601-4bba-8c8e-c8050ea1b844 and serviceModelVersionId: 7967fe96-953a-43ef-b65e-81907b203a46
2022-02-26T03:04:34.885Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3dd4736-b31c-4339-8a8f-4c07696e2921
2022-02-26T03:04:34.887Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0
2022-02-26T03:04:34.892Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T03:04:34.923Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0|INFO|500||Invoke
2022-02-26T03:04:34.923Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3793f386-7601-4bba-8c8e-c8050ea1b844], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3eb32e8-74c2-481e-a451-edd15dac537e], X-ECOMP-RequestID=[3793f386-7601-4bba-8c8e-c8050ea1b844], X-TransactionId=[], X-ONAP-RequestID=[3793f386-7601-4bba-8c8e-c8050ea1b844], Content-Type=[application/merge-patch+json]}
2022-02-26T03:04:34.939Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T03:04:35.012Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?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/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-03:04:34:944-1639], vertex-id=[270448], Content-Length=[0], Date=[Sat, 26 Feb 2022 03:04:34 GMT], Content-Type=[application/json]}
2022-02-26T03:04:35.012Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-26T03:04:35.013Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3dd4736-b31c-4339-8a8f-4c07696e2921/model-vers/model-ver/7967fe96-953a-43ef-b65e-81907b203a46?depth=0|INFO|500||InvokeReturn
2022-02-26T03:04:35.013Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T03:04:35.013Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T03:04:35.018Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T03:04:35.018Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3793f386-7601-4bba-8c8e-c8050ea1b844 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T03:04:35.018Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T03:04:35.018Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:04:35.020Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:04:35.020Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844675018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T03:04:35.120Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:04:35.121Z||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-26T03:04:35.121Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:35.139Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:35.139Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 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-26T03:04:36.033Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:04:36.034Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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-26T03:04:36.034Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:45.576Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:45.577Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:04:45.577Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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-26T03:04:45.578Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:04:52.359Z||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-26T03:04:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:04:52.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:52.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T03:04:52.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:04:52.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:04:55.116Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:04:55.117Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:04:55.117Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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-26T03:04:55.117Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:04.656Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:04.656Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:05:04.657Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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-26T03:05:04.657Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:14.195Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:52.356Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:05:52.357Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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-26T03:05:52.357Z|3793f386-7601-4bba-8c8e-c8050ea1b844|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:05:52.358Z||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-26T03:05:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:52.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:52.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844622550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844635525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844637484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844638594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844639775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844640847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844641849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844642852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844643855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3793f386-7601-4bba-8c8e-c8050ea1b844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844675018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T03:05:52.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:05:52.984Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:52.984Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T03:05:52.984Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6e775a5-fd18-4199-9604-8b2e86290d27","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"93afbc76-46c1-4ba2-b70d-8d0efad110ec","serviceDescription":"service","serviceInvariantUUID":"501dbf68-c297-468d-9277-9b82ec58225a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e6c18ba-8065-497e-b00a-2c918c869783","resourceInvariantUUID":"32c02271-b95a-4ad0-9230-6ecdae357684","resourceCustomizationUUID":"fff020d5-11c1-4673-ad49-da4825b94973","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZjBiMzI4ZDg4ZjY3NWEwZjgzOTRjNzBiN2ZkM2Q0OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93fef02f-217e-4273-96d2-ae8162a7541f","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YzdiMDlhYjhiZTcwOGFiNTIwNWY3MWVkZWZiM2Y3YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4bdffd6-3cef-440a-956e-18055f40dee9","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ae5a242e-ff02-41bc-b808-4a5dc971e3a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0cda0b6-d3b1-46c3-907f-34da64da3459","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51e75bbe-1f16-46ba-9de4-ccaa9da1a556","artifactVersion":"2","generatedFromUUID":"6ca9c3b4-3fff-4692-9a95-9af97413c415"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f","artifactVersion":"2","generatedFromUUID":"ae5a242e-ff02-41bc-b808-4a5dc971e3a5"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ca9c3b4-3fff-4692-9a95-9af97413c415","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9ef1c050-bb53-47f5-9441-313bd93e9a5a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"M2U0ZTJmMzczZjhlNmFhODljNTA4YjA0MGNhNzRlYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36240e52-4100-45b9-a503-ececaace0b7d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjA2MWJmOGRlNjllMDE4NWNiMGY5YmJiMDUyM2JhZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c07450c7-744d-4042-bd67-5b576699974c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T03:05:52.985Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:05:52.986Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:05:52.987Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:05:52.987Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:05:53.087Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:05:53.088Z||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-26T03:05:53.088Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:53.102Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:53.102Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:05:53.988Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:05:53.988Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:05:53.989Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:05:53.990Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:05:54.090Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:05:54.090Z||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-26T03:05:54.090Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:54.102Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:54.102Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:05:54.990Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:05:54.991Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:05:54.992Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:05:54.992Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:05:55.092Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:05:55.093Z||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-26T03:05:55.093Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:55.106Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:55.107Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:05:55.993Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:05:55.993Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:05:55.994Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:05:55.995Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:05:56.095Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:05:56.095Z||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-26T03:05:56.095Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:56.108Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:56.108Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:05:56.995Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:05:56.996Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:05:56.997Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:05:56.997Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-26T03:05:57.097Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:05:57.098Z||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-26T03:05:57.098Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:57.110Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:57.110Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:05:57.998Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:05:57.998Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:05:58.000Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:05:58.000Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-26T03:05:58.100Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:05:58.101Z||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-26T03:05:58.101Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:58.114Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:58.114Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:05:59.001Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:05:59.001Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:05:59.003Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:05:59.003Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-26T03:05:59.103Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:05:59.103Z||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-26T03:05:59.103Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:05:59.115Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:05:59.115Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:00.003Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:06:00.004Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:00.005Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:00.005Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:00.105Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T03:06:00.106Z||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-26T03:06:00.106Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:00.118Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:00.118Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:01.006Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:06:01.006Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:01.008Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:01.008Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:01.108Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:01.109Z||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-26T03:06:01.109Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:01.121Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:01.121Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:02.008Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:06:02.009Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:02.010Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:02.010Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:06:02.110Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:02.111Z||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-26T03:06:02.111Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:02.124Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:02.124Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:03.011Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "93afbc76-46c1-4ba2-b70d-8d0efad110ec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "501dbf68-c297-468d-9277-9b82ec58225a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "fff020d5-11c1-4673-ad49-da4825b94973",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7e6c18ba-8065-497e-b00a-2c918c869783",
      "resourceInvariantUUID": "32c02271-b95a-4ad0-9230-6ecdae357684",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "YzdiMDlhYjhiZTcwOGFiNTIwNWY3MWVkZWZiM2Y3YzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c4bdffd6-3cef-440a-956e-18055f40dee9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ae5a242e-ff02-41bc-b808-4a5dc971e3a5",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f",
            "generatedFromUUID": "ae5a242e-ff02-41bc-b808-4a5dc971e3a5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "51e75bbe-1f16-46ba-9de4-ccaa9da1a556",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6ca9c3b4-3fff-4692-9a95-9af97413c415",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjA2MWJmOGRlNjllMDE4NWNiMGY5YmJiMDUyM2JhZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c07450c7-744d-4042-bd67-5b576699974c"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T03:06:03.011Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T03:06:03.011Z|3793f386-7601-4bba-8c8e-c8050ea1b844|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 93afbc76-46c1-4ba2-b70d-8d0efad110ec ASDC
2022-02-26T03:06:03.012Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e6e775a5-fd18-4199-9604-8b2e86290d27
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:93afbc76-46c1-4ba2-b70d-8d0efad110ec
ServiceInvariantUUID:501dbf68-c297-468d-9277-9b82ec58225a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:c07450c7-744d-4042-bd67-5b576699974c
ArtifactChecksum:NjA2MWJmOGRlNjllMDE4NWNiMGY5YmJiMDUyM2JhZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:fff020d5-11c1-4673-ad49-da4825b94973
ResourceInvariantUUID:32c02271-b95a-4ad0-9230-6ecdae357684
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7e6c18ba-8065-497e-b00a-2c918c869783
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:c4bdffd6-3cef-440a-956e-18055f40dee9
ArtifactChecksum:YzdiMDlhYjhiZTcwOGFiNTIwNWY3MWVkZWZiM2Y3YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:ae5a242e-ff02-41bc-b808-4a5dc971e3a5
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:51e75bbe-1f16-46ba-9de4-ccaa9da1a556
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:6ca9c3b4-3fff-4692-9a95-9af97413c415
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-26T03:06:03.012Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93afbc76-46c1-4ba2-b70d-8d0efad110ec 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-26T03:06:03.043Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:06:03.043Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:06:03.044Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:06:03.044Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c07450c7-744d-4042-bd67-5b576699974c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:03.044Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:06:03.044Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:03.365Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:06:03.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c07450c7-744d-4042-bd67-5b576699974c 158196
2022-02-26T03:06:03.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-26T03:06:03.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:03.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:06:03.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:03.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:03.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844763371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:03.473Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:03.474Z||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-26T03:06:03.474Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:03.491Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:03.491Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:04.374Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:06:04.375Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:06:04.375Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c07450c7-744d-4042-bd67-5b576699974c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:04.375Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-26T03:06:04.376Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:04.376Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:04.458Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14782145648896246794/Definitions/service-BasicCnfMacro-template.yml
2022-02-26T03:06:05.236Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T03:06:05.236Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:06:05.236Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:05.236Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:05.237Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:05.238Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.239Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1d360253-b694-42b3-8f24-d183b9683f0c
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:05.240Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:93afbc76-46c1-4ba2-b70d-8d0efad110ec
Model Version:NULL
Model InvariantUuid:501dbf68-c297-468d-9277-9b82ec58225a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:42812b25-dafa-4508-8122-2b9144b16860
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32c02271-b95a-4ad0-9230-6ecdae357684
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fff020d5-11c1-4673-ad49-da4825b94973
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6d0c2297-0e4d-4511-b011-461b70679efb
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e0521423-f1be-4ac3-89fd-10d6236dc9b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b774c873-b02d-4c95-bf34-b44d3b48ed84
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b550d28c-5ef7-4880-8606-4e88350b2b2a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d360253-b694-42b3-8f24-d183b9683f0c
ModelInvariantUuid:c5842208-19e0-4059-b001-96789ebb2ede
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:a4513f9d-c219-478c-9430-19b7dc56c199
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6a947be7-8f5c-4cea-abd1-b73b4708cdae
ModelInvariantUuid:77ef55e9-1383-4d21-ad2f-75f513b6a46a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:68e86d06-39af-4471-998b-8e2877cc2fe5
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-26T03:06:05.247Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e6c18ba-8065-497e-b00a-2c918c869783
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-26T03:06:05.248Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-02-26T03:06:05.248Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e6c18ba-8065-497e-b00a-2c918c869783
2022-02-26T03:06:05.248Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4bdffd6-3cef-440a-956e-18055f40dee9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-26T03:06:05.248Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:06:05.249Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-26T03:06:05.477Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:06:05.478Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json c4bdffd6-3cef-440a-956e-18055f40dee9 1565
2022-02-26T03:06:05.478Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-26T03:06:05.478Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-26T03:06:05.478Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:06:05.478Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:05.479Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:05.479Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844765478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:05.579Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:05.580Z||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-26T03:06:05.580Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:05.593Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:05.593Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:06.480Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b774c873-b02d-4c95-bf34-b44d3b48ed84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b550d28c-5ef7-4880-8606-4e88350b2b2a",
    "vfModuleModelCustomizationUUID": "98ccd167-e695-4dae-bca4-d513c9f95a76",
    "isBase": true,
    "artifacts": [
      "ae5a242e-ff02-41bc-b808-4a5dc971e3a5",
      "fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "6d0c2297-0e4d-4511-b011-461b70679efb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0521423-f1be-4ac3-89fd-10d6236dc9b3",
    "vfModuleModelCustomizationUUID": "dd1008ca-d4ce-4b88-9055-3fd4aa82e0eb",
    "isBase": false,
    "artifacts": [
      "6ca9c3b4-3fff-4692-9a95-9af97413c415"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-26T03:06:06.482Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b550d28c-5ef7-4880-8606-4e88350b2b2a
VfModuleModelInvariantUUID:b774c873-b02d-4c95-bf34-b44d3b48ed84
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae5a242e-ff02-41bc-b808-4a5dc971e3a5
,
fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e0521423-f1be-4ac3-89fd-10d6236dc9b3
VfModuleModelInvariantUUID:6d0c2297-0e4d-4511-b011-461b70679efb
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ca9c3b4-3fff-4692-9a95-9af97413c415

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

isBase:false


}

2022-02-26T03:06:06.484Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b774c873-b02d-4c95-bf34-b44d3b48ed84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b550d28c-5ef7-4880-8606-4e88350b2b2a",
    "vfModuleModelCustomizationUUID": "98ccd167-e695-4dae-bca4-d513c9f95a76",
    "isBase": true,
    "artifacts": [
      "ae5a242e-ff02-41bc-b808-4a5dc971e3a5",
      "fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "6d0c2297-0e4d-4511-b011-461b70679efb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0521423-f1be-4ac3-89fd-10d6236dc9b3",
    "vfModuleModelCustomizationUUID": "dd1008ca-d4ce-4b88-9055-3fd4aa82e0eb",
    "isBase": false,
    "artifacts": [
      "6ca9c3b4-3fff-4692-9a95-9af97413c415"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-26T03:06:06.484Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b550d28c-5ef7-4880-8606-4e88350b2b2a
VfModuleModelInvariantUUID:b774c873-b02d-4c95-bf34-b44d3b48ed84
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae5a242e-ff02-41bc-b808-4a5dc971e3a5
,
fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e0521423-f1be-4ac3-89fd-10d6236dc9b3
VfModuleModelInvariantUUID:6d0c2297-0e4d-4511-b011-461b70679efb
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ca9c3b4-3fff-4692-9a95-9af97413c415

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

isBase:false


}

2022-02-26T03:06:06.484Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae5a242e-ff02-41bc-b808-4a5dc971e3a5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-26T03:06:06.484Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:06:06.484Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-26T03:06:06.588Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:06:06.588Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ae5a242e-ff02-41bc-b808-4a5dc971e3a5 914
2022-02-26T03:06:06.588Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-26T03:06:06.588Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-26T03:06:06.588Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:06:06.588Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:06.590Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:06.590Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844766588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:06.690Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:06.690Z||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-26T03:06:06.690Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:06.703Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:06.703Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:07.590Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 51e75bbe-1f16-46ba-9de4-ccaa9da1a556 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-26T03:06:07.591Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:06:07.591Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-26T03:06:07.771Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:06:07.772Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 51e75bbe-1f16-46ba-9de4-ccaa9da1a556 12
2022-02-26T03:06:07.772Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-26T03:06:07.772Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-26T03:06:07.772Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:06:07.773Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:07.774Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:07.774Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844767772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:07.874Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:07.875Z||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-26T03:06:07.875Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:07.890Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:07.890Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:06:08.775Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-26T03:06:08.775Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:06:08.775Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-26T03:06:09.070Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:06:09.071Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env fd3a4e25-ce81-4ff5-b73e-2d8327b0f73f 96
2022-02-26T03:06:09.071Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-26T03:06:09.071Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-26T03:06:09.071Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:06:09.071Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:09.073Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:09.073Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844769071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:09.173Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:09.174Z||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-26T03:06:09.174Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:09.188Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:09.188Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:06:10.073Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ca9c3b4-3fff-4692-9a95-9af97413c415 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-26T03:06:10.074Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:06:10.074Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-26T03:06:10.353Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:06:10.354Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6ca9c3b4-3fff-4692-9a95-9af97413c415 20206
2022-02-26T03:06:10.354Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-26T03:06:10.354Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-26T03:06:10.354Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:06:10.354Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:10.356Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:10.356Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844770354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:10.456Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:10.457Z||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-26T03:06:10.457Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:10.471Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:10.471Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:11.358Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 93afbc76-46c1-4ba2-b70d-8d0efad110ec
2022-02-26T03:06:11.359Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7e6c18ba-8065-497e-b00a-2c918c869783 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T03:06:11.366Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2609d701, org.onap.sdc.toscaparser.api.parameters.Input@24f2f57, org.onap.sdc.toscaparser.api.parameters.Input@41d31685, org.onap.sdc.toscaparser.api.parameters.Input@2ba021ea, org.onap.sdc.toscaparser.api.parameters.Input@43795a40]
2022-02-26T03:06:11.367Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.367Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.367Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-26T03:06:11.367Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fff020d5-11c1-4673-ad49-da4825b94973
2022-02-26T03:06:11.367Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fff020d5-11c1-4673-ad49-da4825b94973 matches Tosca VF Customization UUID: fff020d5-11c1-4673-ad49-da4825b94973
2022-02-26T03:06:11.367Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fff020d5-11c1-4673-ad49-da4825b94973  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-26T03:06:11.368Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.368Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.369Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fff020d5-11c1-4673-ad49-da4825b94973: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-02-26T03:06:11.369Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b8c6ce8
2022-02-26T03:06:11.369Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.369Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T03:06:11.369Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd1008ca-d4ce-4b88-9055-3fd4aa82e0eb
2022-02-26T03:06:11.369Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd1008ca-d4ce-4b88-9055-3fd4aa82e0eb
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-26T03:06:11.370Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-26T03:06:11.371Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fff020d5-11c1-4673-ad49-da4825b94973
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-26T03:06:11.372Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.372Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 93afbc76-46c1-4ba2-b70d-8d0efad110ec: basic_cnf_macro
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.373Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.374Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:06:11.374Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:06:11.374Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-26T03:06:11.396Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7e6c18ba-8065-497e-b00a-2c918c869783 2 ASDC deployResourceStructure
2022-02-26T03:06:11.397Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-26T03:06:11.397Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-26T03:06:11.397Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:06:11.397Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:11.398Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:11.398Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844771397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:11.498Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:11.499Z||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-26T03:06:11.499Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:11.511Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:11.512Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:12.399Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-26T03:06:12.399Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-26T03:06:12.399Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:06:12.399Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:12.401Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:12.401Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844772399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:12.501Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:12.502Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-26T03:06:12.502Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:12.514Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:12.514Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:13.402Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-26T03:06:13.402Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-02-26T03:06:13.403Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-26T03:06:13.403Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:13.404Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:13.404Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844773402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-26T03:06:13.505Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T03:06:13.505Z||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-26T03:06:13.505Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:13.518Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:13.518Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:14.405Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-26T03:06:14.405Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-26T03:06:14.405Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:06:14.405Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:14.407Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:14.407Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844774405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:14.507Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:14.508Z||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-26T03:06:14.508Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:14.520Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:14.520Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:15.408Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-26T03:06:15.408Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-26T03:06:15.408Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-26T03:06:15.408Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:15.410Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:15.410Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844775407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-26T03:06:15.510Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:15.510Z||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-26T03:06:15.511Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:15.522Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:15.522Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:16.410Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-26T03:06:16.411Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-26T03:06:16.411Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:06:16.411Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:06:16.412Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:06:16.412Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844776410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:16.513Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:06:16.513Z||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-26T03:06:16.513Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:16.525Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:16.525Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:06:17.413Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6e775a5-fd18-4199-9604-8b2e86290d27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:06:17.421Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6e775a5-fd18-4199-9604-8b2e86290d27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:06:17.423Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:06:17.423Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:06:17.423Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:06:47.423Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6e775a5-fd18-4199-9604-8b2e86290d27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:06:47.432Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6e775a5-fd18-4199-9604-8b2e86290d27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:06:47.433Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:06:47.433Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:06:47.433Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:06:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:06:52.358Z||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-26T03:06:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:06:52.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:06:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844707681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844709866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844712648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844708325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844707557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844726781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844726781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844726866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844726839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844727842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "cds",
  "timestamp": 1645844728045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T03:06:52.400Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6e775a5-fd18-4199-9604-8b2e86290d27
2022-02-26T03:06:52.400Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6e775a5-fd18-4199-9604-8b2e86290d27 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-26T03:06:52.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844728601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:52.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "policy-id",
  "timestamp": 1645844728844,
  "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-26T03:06:52.412Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6e775a5-fd18-4199-9604-8b2e86290d27
2022-02-26T03:06:52.412Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6e775a5-fd18-4199-9604-8b2e86290d27 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-26T03:06:52.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844729604,
  "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-26T03:06:52.424Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6e775a5-fd18-4199-9604-8b2e86290d27
2022-02-26T03:06:52.424Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6e775a5-fd18-4199-9604-8b2e86290d27 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-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844721194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844733274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844734473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844734970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844735673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "aai-ml",
  "timestamp": 1645844735976,
  "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-26T03:06:52.436Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6e775a5-fd18-4199-9604-8b2e86290d27
2022-02-26T03:06:52.436Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6e775a5-fd18-4199-9604-8b2e86290d27 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-26T03:06:52.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844736768,
  "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-26T03:06:52.447Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6e775a5-fd18-4199-9604-8b2e86290d27
2022-02-26T03:06:52.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6e775a5-fd18-4199-9604-8b2e86290d27 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-26T03:06:52.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844737772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844734180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:06:52.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:17.434Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6e775a5-fd18-4199-9604-8b2e86290d27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:07:17.443Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6e775a5-fd18-4199-9604-8b2e86290d27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:07:17.444Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:07:17.444Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T03:07:17.444Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T03:07:17.444Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T03:07:17.444Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:07:17.445Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:07:17.445Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:07:17.445Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:07:17.445Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:07:17.445Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T03:07:17.449Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T03:07:47.449Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6e775a5-fd18-4199-9604-8b2e86290d27 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-26T03:07:47.453Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6e775a5-fd18-4199-9604-8b2e86290d27 and serviceModelVersionId: 93afbc76-46c1-4ba2-b70d-8d0efad110ec
2022-02-26T03:07:47.453Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 501dbf68-c297-468d-9277-9b82ec58225a
2022-02-26T03:07:47.453Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/501dbf68-c297-468d-9277-9b82ec58225a/model-vers/model-ver/93afbc76-46c1-4ba2-b70d-8d0efad110ec?depth=0
2022-02-26T03:07:47.457Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T03:07:47.479Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/501dbf68-c297-468d-9277-9b82ec58225a/model-vers/model-ver/93afbc76-46c1-4ba2-b70d-8d0efad110ec?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-26T03:07:47.480Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/501dbf68-c297-468d-9277-9b82ec58225a/model-vers/model-ver/93afbc76-46c1-4ba2-b70d-8d0efad110ec?depth=0|INFO|500||Invoke
2022-02-26T03:07:47.494Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/501dbf68-c297-468d-9277-9b82ec58225a/model-vers/model-ver/93afbc76-46c1-4ba2-b70d-8d0efad110ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T03:07:47.871Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/501dbf68-c297-468d-9277-9b82ec58225a/model-vers/model-ver/93afbc76-46c1-4ba2-b70d-8d0efad110ec?depth=0|INFO|500||InvokeReturn
2022-02-26T03:07:47.872Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/501dbf68-c297-468d-9277-9b82ec58225a/model-vers/model-ver/93afbc76-46c1-4ba2-b70d-8d0efad110ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220226-03:07:47:499-63847], vertex-id=[274544], Content-Length=[0], Date=[Sat, 26 Feb 2022 03:07:47 GMT], Content-Type=[application/json]}
2022-02-26T03:07:47.872Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T03:07:47.872Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T03:07:47.872Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T03:07:47.877Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T03:07:47.878Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6e775a5-fd18-4199-9604-8b2e86290d27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T03:07:47.878Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T03:07:47.878Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:47.879Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:47.880Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844867878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T03:07:47.980Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:47.980Z||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-26T03:07:47.980Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:47.995Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:47.995Z||pool-145-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-26T03:07:48.890Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:07:48.890Z|e6e775a5-fd18-4199-9604-8b2e86290d27|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-26T03:07:48.890Z|e6e775a5-fd18-4199-9604-8b2e86290d27|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:49.511Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:49.511Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T03:07:49.511Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"76cbcde1-4ff2-4eeb-b633-45f14e4d2107","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"26f4c040-adb1-4e70-966b-5e83eacc750c","serviceDescription":"service","serviceInvariantUUID":"fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83ce9ddf-e3f8-42fc-afc9-0ee44611c4de","resourceInvariantUUID":"2038f947-34d3-4de8-93b3-3edb90fbd42d","resourceCustomizationUUID":"6e2d5f82-c642-4226-aa81-2d69178b8442","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":"OWIxNTU4NzBlOWM4YTdkYzJhMmNjNDliYzllNWEyNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a8a5ef-7bcc-4358-b4af-ae08248d8d1d","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":"989b584e-bb1b-416a-9595-4c409019c547","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":"1000b915-3c23-491a-996c-81d53c6def00","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":"NTFjOGM3MDIyZDI2M2E2NjI4MWEyODQzZTk2YzdlYWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"42b4234f-53bf-4697-910f-59ccb44743ba","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":"65fa57bf-926a-4691-9172-44c9bfc3aabb","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":"7c5806f8-de81-4b5d-bee7-3ec26ad12775","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":"625eb01c-7291-4be1-bb25-90991092efdd","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":"ZmFlZTM5NDhiMjA1MTQ3MjZhZTFiNzY5ZjYzOTg1ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"964636f6-5f80-4583-9014-58547a72e586","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjVkOTY4YTRmZDU0NjU5MDAwNGNkOTMzM2JiYTMyOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"200f5f1f-854a-445b-bb00-1d70149d38cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T03:07:49.512Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:49.512Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:49.514Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:49.514Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:49.614Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:49.614Z||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-26T03:07:49.615Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:49.626Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:49.626Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:07:50.514Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:50.515Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:50.516Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:50.516Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:50.616Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:50.617Z||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-26T03:07:50.617Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:50.629Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:50.630Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:07:51.517Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:51.517Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:51.519Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:51.519Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:51.619Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:51.619Z||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-26T03:07:51.619Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:51.632Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:51.633Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:07:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:07:52.359Z||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-26T03:07:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:52.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:52.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:52.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844753455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844757464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-26T03:07:52.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "clamp",
  "timestamp": 1645844758467,
  "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-26T03:07:52.390Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e6e775a5-fd18-4199-9604-8b2e86290d27
2022-02-26T03:07:52.390Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6e775a5-fd18-4199-9604-8b2e86290d27 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-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844752356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844763371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844765478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844766588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844767772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844769071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844770354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844771397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844772399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844773402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844774405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844775407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844776410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:07:52.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:07:52.523Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:52.523Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:52.525Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:52.525Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:52.625Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:52.625Z||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-26T03:07:52.625Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:52.642Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:52.642Z||pool-149-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:07:53.525Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:53.526Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:53.527Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:53.527Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:53.627Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:53.628Z||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-26T03:07:53.628Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:53.640Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:53.640Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:07:54.528Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:54.528Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:54.530Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:54.530Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:54.630Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:54.630Z||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-26T03:07:54.631Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:54.643Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:54.643Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:07:55.530Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:55.531Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:55.532Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:55.532Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:55.632Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:55.633Z||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-26T03:07:55.633Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:55.646Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:55.646Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:07:56.533Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:56.533Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:56.534Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:56.534Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:07:56.635Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:56.635Z||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-26T03:07:56.635Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:56.647Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:56.648Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T03:07:57.535Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T03:07:57.535Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:57.537Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:57.537Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:07:57.637Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:57.637Z||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-26T03:07:57.637Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:57.647Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:57.647Z||pool-154-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:07:58.537Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "26f4c040-adb1-4e70-966b-5e83eacc750c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6e2d5f82-c642-4226-aa81-2d69178b8442",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "83ce9ddf-e3f8-42fc-afc9-0ee44611c4de",
      "resourceInvariantUUID": "2038f947-34d3-4de8-93b3-3edb90fbd42d",
      "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": "MjVkOTY4YTRmZDU0NjU5MDAwNGNkOTMzM2JiYTMyOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "200f5f1f-854a-445b-bb00-1d70149d38cb"
    }
  ],
  "workloadContext": "Production"
}
2022-02-26T03:07:58.538Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T03:07:58.538Z|e6e775a5-fd18-4199-9604-8b2e86290d27|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26f4c040-adb1-4e70-966b-5e83eacc750c ASDC
2022-02-26T03:07:58.538Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:76cbcde1-4ff2-4eeb-b633-45f14e4d2107
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:26f4c040-adb1-4e70-966b-5e83eacc750c
ServiceInvariantUUID:fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906
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:200f5f1f-854a-445b-bb00-1d70149d38cb
ArtifactChecksum:MjVkOTY4YTRmZDU0NjU5MDAwNGNkOTMzM2JiYTMyOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6e2d5f82-c642-4226-aa81-2d69178b8442
ResourceInvariantUUID:2038f947-34d3-4de8-93b3-3edb90fbd42d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:83ce9ddf-e3f8-42fc-afc9-0ee44611c4de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-26T03:07:58.538Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26f4c040-adb1-4e70-966b-5e83eacc750c 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-26T03:07:58.556Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:07:58.556Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:07:58.556Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:07:58.556Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 200f5f1f-854a-445b-bb00-1d70149d38cb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-26T03:07:58.556Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-26T03:07:58.556Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-26T03:07:58.688Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-26T03:07:58.691Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 200f5f1f-854a-445b-bb00-1d70149d38cb 105638
2022-02-26T03:07:58.691Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-26T03:07:58.691Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-26T03:07:58.692Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T03:07:58.692Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:07:58.693Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:07:58.693Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844878691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:07:58.793Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:07:58.794Z||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-26T03:07:58.794Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:07:58.805Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:07:58.805Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:07:59.693Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T03:07:59.694Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-26T03:07:59.694Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 200f5f1f-854a-445b-bb00-1d70149d38cb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:07:59.694Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-26T03:07:59.695Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:07:59.695Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:07:59.768Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9254267346337150206/Definitions/service-TestPnfMacro-template.yml
2022-02-26T03:08:00.282Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.283Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.284Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.285Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.285Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.285Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.285Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.285Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.285Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.285Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:26f4c040-adb1-4e70-966b-5e83eacc750c
Model Version:NULL
Model InvariantUuid:fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906
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-26T03:08:00.289Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 83ce9ddf-e3f8-42fc-afc9-0ee44611c4de
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-26T03:08:00.291Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-02-26T03:08:00.291Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 83ce9ddf-e3f8-42fc-afc9-0ee44611c4de
2022-02-26T03:08:00.291Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 26f4c040-adb1-4e70-966b-5e83eacc750c
2022-02-26T03:08:00.291Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 26f4c040-adb1-4e70-966b-5e83eacc750c
2022-02-26T03:08:00.291Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 83ce9ddf-e3f8-42fc-afc9-0ee44611c4de 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-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eb1872b, org.onap.sdc.toscaparser.api.parameters.Input@6941d141, org.onap.sdc.toscaparser.api.parameters.Input@391b0c27, org.onap.sdc.toscaparser.api.parameters.Input@391d6e72, org.onap.sdc.toscaparser.api.parameters.Input@4b672ea5]
2022-02-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 26f4c040-adb1-4e70-966b-5e83eacc750c: test-pnf
2022-02-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||Processing PNF resource: 83ce9ddf-e3f8-42fc-afc9-0ee44611c4de
2022-02-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T03:08:00.294Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6e2d5f82-c642-4226-aa81-2d69178b8442 is the same as notified resource customizationUUID: 6e2d5f82-c642-4226-aa81-2d69178b8442
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-26T03:08:00.320Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 83ce9ddf-e3f8-42fc-afc9-0ee44611c4de 0 ASDC deployResourceStructure
2022-02-26T03:08:00.320Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-26T03:08:00.320Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-26T03:08:00.320Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T03:08:00.320Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:08:00.321Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:08:00.322Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844880320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:08:00.422Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:08:00.422Z||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-26T03:08:00.422Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:08:00.433Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:08:00.433Z||pool-156-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-26T03:08:01.322Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:08:01.329Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:08:01.331Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:08:01.331Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:08:01.331Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:08:31.331Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:08:31.339Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:08:31.341Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:08:31.341Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:08:31.341Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:08:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:08:52.358Z||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-26T03:08:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:08:52.384Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844847681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844847557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844854180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844863555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844863649,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844864584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844864653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645844865586,
  "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-26T03:08:52.397Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
2022-02-26T03:08:52.397Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 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-26T03:08:52.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "policy-id",
  "timestamp": 1645844865654,
  "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-26T03:08:52.409Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
2022-02-26T03:08:52.409Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 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-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844858325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6e775a5-fd18-4199-9604-8b2e86290d27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844867878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844868438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844859866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "cds",
  "timestamp": 1645844869638,
  "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=?
2022-02-26T03:08:52.422Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
2022-02-26T03:08:52.422Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 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-26T03:08:52.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844869839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:08:52.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645844861194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:08:52.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844862648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844871422,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:08:52.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:09:01.341Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:09:01.349Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:09:01.351Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:09:01.351Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:09:01.351Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:09:31.351Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:09:31.359Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:09:31.361Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:09:31.361Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:09:31.361Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:09:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:09:52.359Z||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-26T03:09:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:09:52.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:09:52.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:09:52.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844872375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:09:52.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:10:01.361Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:10:01.369Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:10:01.371Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:10:01.371Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:10:01.371Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:10:31.372Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:10:31.380Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:10:31.382Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:10:31.382Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T03:10:31.382Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T03:10:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:10:52.359Z||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-26T03:10:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:10:52.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:10:52.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645844872425,
  "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-26T03:10:52.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
2022-02-26T03:10:52.888Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 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-26T03:10:52.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844872483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:10:52.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:10:52.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:10:52.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:10:52.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "clamp",
  "timestamp": 1645844873486,
  "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-26T03:10:52.899Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
2022-02-26T03:10:52.900Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 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-26T03:10:52.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844875998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "aai-ml",
  "timestamp": 1645844877001,
  "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-26T03:10:52.911Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
2022-02-26T03:10:52.911Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 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-26T03:10:52.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844868889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844878691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645844880320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-26T03:10:52.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:11:01.382Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-26T03:11:01.390Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-26T03:11:01.391Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T03:11:01.391Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T03:11:01.391Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T03:11:01.391Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T03:11:01.391Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:11:01.392Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:11:01.392Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:11:01.392Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:11:01.392Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:11:01.392Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:11:01.392Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-26T03:11:01.392Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T03:11:01.396Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T03:11:31.396Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 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-26T03:11:31.400Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 and serviceModelVersionId: 26f4c040-adb1-4e70-966b-5e83eacc750c
2022-02-26T03:11:31.400Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906
2022-02-26T03:11:31.400Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0
2022-02-26T03:11:31.404Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T03:11:31.426Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0|INFO|500||Invoke
2022-02-26T03:11:31.426Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76cbcde1-4ff2-4eeb-b633-45f14e4d2107], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d89d83f8-9a0f-4cd0-be16-9ec7513b61c4], X-ECOMP-RequestID=[76cbcde1-4ff2-4eeb-b633-45f14e4d2107], X-TransactionId=[], X-ONAP-RequestID=[76cbcde1-4ff2-4eeb-b633-45f14e4d2107], Content-Type=[application/merge-patch+json]}
2022-02-26T03:11:31.441Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-26T03:11:31.689Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?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/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220226-03:11:31:447-88284], vertex-id=[553128], Content-Length=[0], Date=[Sat, 26 Feb 2022 03:11:31 GMT], Content-Type=[application/json]}
2022-02-26T03:11:31.689Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-26T03:11:31.690Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbe4ff29-d6e9-4fba-8b1d-7095f7cb6906/model-vers/model-ver/26f4c040-adb1-4e70-966b-5e83eacc750c?depth=0|INFO|500||InvokeReturn
2022-02-26T03:11:31.690Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T03:11:31.690Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T03:11:31.695Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T03:11:31.696Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76cbcde1-4ff2-4eeb-b633-45f14e4d2107 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T03:11:31.696Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T03:11:31.696Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-26T03:11:31.697Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T03:11:31.697Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645845091696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T03:11:31.798Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T03:11:31.798Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-26T03:11:31.798Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T03:11:31.813Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:11:31.813Z||pool-157-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-26T03:11:32.707Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:11:32.707Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:11:32.707Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:11:43.111Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:11:43.112Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:11:43.112Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:11:43.112Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:11:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:11:52.359Z||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-26T03:11:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:11:52.653Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:11:52.654Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:11:52.654Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:11:52.654Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:11:52.981Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:11:52.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T03:11:52.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76cbcde1-4ff2-4eeb-b633-45f14e4d2107",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645845091696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T03:11:52.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T03:12:02.195Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:12:02.195Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:12:02.196Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:12:02.196Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:12:11.732Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:12:11.733Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:12:11.733Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:12:11.733Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:12:21.271Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:12:52.356Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:12:52.357Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:12:52.357Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:12:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:12:52.359Z||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-26T03:12:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:13:01.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:13:01.903Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:13:52.356Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:13:52.357Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:13:52.357Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:13:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:13:52.358Z||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-26T03:13:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:14:01.908Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:14:01.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:14:52.356Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:14:52.357Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:14:52.358Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:14:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:14:52.358Z||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-26T03:14:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:15:01.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:15:01.904Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:15:52.356Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:15:52.357Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:15:52.357Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:15:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:15:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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-26T03:15:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:16:01.899Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:16:01.905Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:16:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:16:52.357Z||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-26T03:16:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:16:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:16:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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-26T03:16:52.359Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:17:01.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:17:01.902Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:17:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:17:52.357Z||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-26T03:17:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:17:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:17:52.358Z||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-26T03:17:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:18:01.900Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:18:01.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:18:52.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:18:52.357Z||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-26T03:18:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:18:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:18:52.358Z||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-26T03:18:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:19:01.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:19:01.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:19:52.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:19:52.357Z||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-26T03:19:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:19:52.358Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:19:52.358Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:19:52.358Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:20:01.900Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:20:01.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:20:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:20:52.357Z||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-26T03:20:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:20:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:20:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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-26T03:20:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:21:01.902Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:21:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:21:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:21:52.357Z||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-26T03:21:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:21:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:21:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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-26T03:21:52.358Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:22:01.897Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:22:01.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:22:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:22:52.357Z||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-26T03:22:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:22:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:22:52.358Z||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-26T03:22:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:23:01.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:23:01.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:23:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:23:52.357Z||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-26T03:23:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:23:52.358Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:23:52.358Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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-26T03:23:52.358Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:24:01.900Z|76cbcde1-4ff2-4eeb-b633-45f14e4d2107|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:24:01.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:24:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:24:52.357Z||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-26T03:24:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:24:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:24:52.358Z||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-26T03:24:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:25:01.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:25:01.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:25:52.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:25:52.357Z||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-26T03:25:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:25:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:25:52.358Z||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-26T03:25:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:26:01.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:26:01.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:26:52.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:26:52.357Z||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-26T03:26:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:26:52.358Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:26:52.358Z|6831720c-5269-4c72-bbbb-641786416989|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-26T03:26:52.359Z|6831720c-5269-4c72-bbbb-641786416989|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:27:01.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:27:01.904Z|6831720c-5269-4c72-bbbb-641786416989|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:27:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:27:52.357Z||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-26T03:27:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:27:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:27:52.358Z||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-26T03:27:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:28:01.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:28:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:28:52.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:28:52.357Z||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-26T03:28:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:28:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:28:52.358Z||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-26T03:28:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:29:01.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:29:01.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:29:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:29:52.357Z||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-26T03:29:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:29:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:29:52.358Z||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-26T03:29:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:30:01.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:30:01.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:30:52.356Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:30:52.357Z||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-26T03:30:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:30:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T03:30:52.358Z||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-26T03:30:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T03:31:01.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-26T03:31:01.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK