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-05-10T02:07:01.574Z||main|||||INFO|500||The following profiles are active: basic
2022-05-10T02:07:09.556Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-10T02:07:09.556Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-10T02:07:09.615Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-10T02:07:11.564Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-10T02:07:11.696Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-10T02:07:11.988Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-10T02:07:11.997Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-10T02:07:12.141Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-10T02:07:12.303Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-10T02:07:12.647Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-10T02:07:13.358Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-10T02:07:14.975Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-10T02:07:15.012Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-10T02:07:15.431Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-10T02:07:15.745Z||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-05-10T02:07:16.574Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-10T02:07:17.419Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-10T02:07:17.433Z||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$$972d103d.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-05-10T02:07:17.434Z||main|||||WARN|500||The sdc end point is not alive
2022-05-10T02:07:19.501Z||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-05-10T02:07:21.878Z||main|||||WARN|500||---
2022-05-10T02:07:21.878Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-10T02:07:21.878Z||main|||||WARN|500||---
2022-05-10T02:07:22.221Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-10T02:07:26.090Z||main|||||INFO|500||Started Application in 28.203 seconds (JVM running for 29.21)
2022-05-10T02:07:26.176Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-10T02:07:26.178Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-10T02:07:26.186Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-10T02:07:26.234Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-10T02:07:26.267Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc977beb-aac1-4132-ae10-c9b41cf42c89 url= /sdc/v1/artifactTypes
2022-05-10T02:07:26.268Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-10T02:07:26.482Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-10T02:07:26.499Z||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-05-10T02:07:26.518Z||scheduling-1|||||DEBUG|500||create keys
2022-05-10T02:07:26.524Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-10T02:07:26.672Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:07:26.685Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c07c5f2-db2d-4cf2-b5a1-cde81cce0d34 url= /sdc/v1/registerForDistribution
2022-05-10T02:07:26.756Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5c07c5f2-db2d-4cf2-b5a1-cde81cce0d34 url= /sdc/v1/registerForDistribution
2022-05-10T02:07:26.757Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-10T02:07:26.767Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:07:26.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:07:26.770Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-10T02:07:26.776Z||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-05-10T02:07:26.776Z||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-05-10T02:07:26.777Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:07:26.777Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:07:38.162Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:07:38.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:08:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:08:26.766Z||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-05-10T02:08:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:08:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:08:26.767Z||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-05-10T02:08:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:08:36.305Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:08:36.305Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:09:26.765Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:09:26.766Z||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-05-10T02:09:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:09:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:09:26.768Z||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-05-10T02:09:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:09:36.299Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:09:36.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:10:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:10:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:10:26.766Z||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-05-10T02:10:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:10:26.767Z||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-05-10T02:10:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:10:36.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:10:36.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:11:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:11:26.766Z||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-05-10T02:11:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:11:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:11:26.767Z||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-05-10T02:11:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:11:36.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:11:36.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:12:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:12:26.766Z||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-05-10T02:12:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:12:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:12:26.767Z||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-05-10T02:12:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:12:36.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:12:36.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:13:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:13:26.765Z||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-05-10T02:13:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:13:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:13:26.768Z||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-05-10T02:13:26.769Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:13:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:13:36.303Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:14:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:14:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:14:26.767Z||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-05-10T02:14:26.767Z||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-05-10T02:14:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:14:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:14:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:14:36.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:15:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:15:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:15:26.767Z||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-05-10T02:15:26.767Z||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-05-10T02:15:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:15:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:15:36.307Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:15:36.307Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:16:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:16:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:16:26.767Z||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-05-10T02:16:26.767Z||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-05-10T02:16:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:16:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:16:36.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:16:36.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:17:17.785Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-10T02:17:26.765Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:17:26.766Z||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-05-10T02:17:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:17:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:17:26.767Z||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-05-10T02:17:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:17:36.300Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:17:36.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:18:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:18:26.766Z||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-05-10T02:18:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:18:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:18:26.767Z||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-05-10T02:18:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:18:36.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:18:36.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:19:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:19:26.765Z||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-05-10T02:19:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:19:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:19:26.767Z||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-05-10T02:19:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:19:36.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:19:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:20:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:20:26.766Z||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-05-10T02:20:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:20:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:20:26.767Z||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-05-10T02:20:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:20:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:20:36.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:21:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:21:26.766Z||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-05-10T02:21:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:21:26.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:21:26.769Z||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-05-10T02:21:26.769Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:21:36.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:21:36.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:22:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:22:26.766Z||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-05-10T02:22:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:22:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:22:26.767Z||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-05-10T02:22:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:22:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:22:36.303Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:23:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:23:26.766Z||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-05-10T02:23:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:23:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:23:26.767Z||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-05-10T02:23:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:23:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:23:36.300Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:24:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:24:26.765Z||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-05-10T02:24:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:24:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:24:26.767Z||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-05-10T02:24:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:24:36.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:24:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:25:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:25:26.766Z||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-05-10T02:25:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:25:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:25:26.767Z||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-05-10T02:25:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:25:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:25:36.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:26:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:26:26.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:26:26.767Z||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-05-10T02:26:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:26:26.767Z||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-05-10T02:26:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:26:36.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:26:36.314Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:27:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:27:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:27:26.767Z||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-05-10T02:27:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:27:26.767Z||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-05-10T02:27:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:27:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:27:36.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:28:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:28:26.766Z||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-05-10T02:28:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:28:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:28:26.767Z||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-05-10T02:28:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:28:36.306Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:28:36.311Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:29:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:29:26.766Z||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-05-10T02:29:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:29:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:29:26.767Z||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-05-10T02:29:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:29:36.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:29:36.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:30:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:30:26.766Z||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-05-10T02:30:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:30:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:30:26.767Z||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-05-10T02:30:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:30:36.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:30:36.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:31:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:31:26.765Z||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-05-10T02:31:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:31:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:31:26.767Z||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-05-10T02:31:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:31:36.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:31:36.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:32:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:32:26.766Z||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-05-10T02:32:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:32:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:32:26.767Z||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-05-10T02:32:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:32:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:32:36.301Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:33:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:33:26.766Z||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-05-10T02:33:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:33:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:33:26.767Z||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-05-10T02:33:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:33:36.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:33:36.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:34:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:34:26.765Z||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-05-10T02:34:26.765Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:34:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:34:26.767Z||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-05-10T02:34:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:34:36.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:34:36.341Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:35:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:35:26.765Z||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-05-10T02:35:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:35:26.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:35:26.767Z||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-05-10T02:35:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:35:36.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:35:36.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:36:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:36:26.765Z||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-05-10T02:36:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:36:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:36:26.767Z||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-05-10T02:36:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:36:36.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:36:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:37:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:37:26.765Z||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-05-10T02:37:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:37:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:37:26.766Z||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-05-10T02:37:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:37:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:37:36.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:38:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:38:26.766Z||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-05-10T02:38:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:38:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:38:26.767Z||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-05-10T02:38:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:38:36.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:38:36.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:39:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:39:26.766Z||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-05-10T02:39:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:39:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:39:26.767Z||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-05-10T02:39:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:39:36.307Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:39:36.307Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:40:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:40:26.766Z||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-05-10T02:40:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:40:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:40:26.767Z||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-05-10T02:40:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:40:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:40:36.300Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:41:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:41:26.766Z||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-05-10T02:41:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:41:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:41:26.767Z||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-05-10T02:41:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:41:36.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:41:36.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:42:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:42:26.766Z||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-05-10T02:42:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:42:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:42:26.767Z||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-05-10T02:42:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:42:36.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:42:36.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:43:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:43:26.765Z||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-05-10T02:43:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:43:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:43:26.767Z||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-05-10T02:43:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:43:36.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:43:36.298Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:44:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:44:26.766Z||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-05-10T02:44:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:44:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:44:26.767Z||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-05-10T02:44:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:44:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:44:36.299Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:45:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:45:26.765Z||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-05-10T02:45:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:45:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:45:26.767Z||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-05-10T02:45:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:45:36.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:45:36.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:46:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:46:26.766Z||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-05-10T02:46:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:46:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:46:26.767Z||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-05-10T02:46:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:46:36.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:46:36.305Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:47:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:47:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:47:26.774Z||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-05-10T02:47:26.774Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:47:26.774Z||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-05-10T02:47:26.774Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:47:36.312Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:47:36.312Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:48:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:48:26.765Z||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-05-10T02:48:26.765Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:48:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:48:26.767Z||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-05-10T02:48:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:48:36.304Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:48:36.304Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:49:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:49:26.766Z||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-05-10T02:49:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:49:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:49:26.767Z||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-05-10T02:49:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:49:36.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:49:36.306Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:50:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:50:26.765Z||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-05-10T02:50:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:50:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:50:26.767Z||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-05-10T02:50:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:50:36.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:50:36.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:51:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:51:26.765Z||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-05-10T02:51:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:51:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:51:26.767Z||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-05-10T02:51:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:51:36.299Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:51:36.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:52:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:52:26.766Z||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-05-10T02:52:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:52:26.767Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:52:26.767Z||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-05-10T02:52:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:52:36.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:52:36.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:53:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:53:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:53:26.766Z||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-05-10T02:53:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:53:26.767Z||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-05-10T02:53:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:53:36.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:53:36.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:54:26.765Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:54:26.765Z||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-05-10T02:54:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:54:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:54:26.767Z||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-05-10T02:54:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:54:36.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:54:36.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:55:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:55:26.766Z||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-05-10T02:55:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:55:26.767Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:55:26.768Z||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-05-10T02:55:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:55:36.303Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:55:36.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:56:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:56:26.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:56:26.767Z||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-05-10T02:56:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:56:26.767Z||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-05-10T02:56:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:56:36.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:56:36.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:57:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:57:26.766Z||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-05-10T02:57:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:57:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:57:26.767Z||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-05-10T02:57:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:57:36.303Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:57:36.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:58:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:58:26.766Z||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-05-10T02:58:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:58:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:58:26.767Z||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-05-10T02:58:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:58:36.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:58:36.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:59:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:59:26.766Z||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-05-10T02:59:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:59:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T02:59:26.767Z||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-05-10T02:59:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T02:59:36.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T02:59:36.297Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:00:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:00:26.766Z||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-05-10T03:00:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:00:26.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:00:26.770Z||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-05-10T03:00:26.770Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:00:36.305Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:00:36.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:01:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:01:26.766Z||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-05-10T03:01:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:01:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:01:26.767Z||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-05-10T03:01:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:01:36.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:01:36.301Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:02:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:02:26.766Z||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-05-10T03:02:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:02:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:02:26.767Z||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-05-10T03:02:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:02:36.305Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:02:36.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:26.765Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:03:26.765Z||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-05-10T03:03:26.765Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:03:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:03:26.767Z||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-05-10T03:03:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:03:27.259Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:27.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151773687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151773903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151781876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151774913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151775736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151774913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151773687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151773903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151781876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151775736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151774913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151773687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151773903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151781876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151775736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151774913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151773687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151773903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151781876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151775736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151774913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151773687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151773903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151781876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151775736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151774913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151773687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151773903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151781876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151775736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151774913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151773687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151773903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151781876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151775736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151791107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151791274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151791298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "cds",
  "timestamp": 1652151792122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-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=?
2022-05-10T03:03:27.387Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:27.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e1b5005-c1c6-4480-9ca2-8da10833481f","serviceName":"vFW 2022-05-10 03-01-19","serviceVersion":"1.0","serviceUUID":"b9b8c432-b098-4da6-89e3-86f265b0307d","serviceDescription":"catalog service description","serviceInvariantUUID":"90cce7c5-dffc-4232-8bae-f43f84eeec9a","resources":[{"resourceInstanceName":"vFW 559166dd-fbee 0","resourceName":"vFW 559166dd-fbee","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e3af6da-29e5-4576-bfa1-eb7e837ecf65","resourceInvariantUUID":"5be54c74-b31d-4690-b9db-e351f06567e3","resourceCustomizationUUID":"a7b37687-7cba-4684-bdac-ec5f0f0b6fe8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml","artifactChecksum":"NGMwNTJjMmEzOTIyYTdmMDVkZjE1MGEzNjA4MjJiNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec07518b-fffa-496c-9e34-1acd0fc3c6a5","artifactVersion":"1"},{"artifactName":"vfw559166ddfbee0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json","artifactChecksum":"MDI2NzM5ODQxYTU5MWJkMWNkZGJmY2I0NDk1YTY3OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd61fb62-59c7-43c9-87fc-5659670777e4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cf094dc0-b061-44ef-bba9-ee172bab6887","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml","artifactChecksum":"ODUyYjk3OWVjNWUxNDkzNTU0NWUwMWRiNDY4Y2E2OWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a4fd9fd7-8605-46a6-9077-0e257602ea60","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0aaede6-f197-4bfd-889d-a989868ba5b4","artifactVersion":"2","generatedFromUUID":"cf094dc0-b061-44ef-bba9-ee172bab6887"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220510030119-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml","artifactChecksum":"ZGJjMDllYzg5NTcxNDMxZGE5OTJhYzg0YWFkMDg0YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5081c5bf-8081-4f9c-b7ed-a39c890feb9a","artifactVersion":"1"},{"artifactName":"service-Vfw20220510030119-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar","artifactChecksum":"Y2Q3OWE2ZmE4MWM1ODQwZWUzNDZlNjA2YjQ5NDA4ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76c99984-6a61-4b7a-a837-7536e52def76","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:03:27.392Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:27.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:27.402Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:27.402Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:03:27.412Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.438Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f 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-05-10T03:03:27.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151792514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151793509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151793284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151792514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151793284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151792514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151795705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151793284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151796102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151792514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151793284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151797106,
  "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-05-10T03:03:27.477Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.477Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f 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-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151792514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151797236,
  "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-05-10T03:03:27.484Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.484Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f 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-05-10T03:03:27.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151793284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151792514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151798239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151793284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151792514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151793284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151800501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151801031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151802038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "policy-id",
  "timestamp": 1652151803042,
  "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-05-10T03:03:27.493Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:03:27.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f 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-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151804123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151806133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:27.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:03:27.503Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-10T03:03:27.508Z||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-05-10T03:03:27.509Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:27.519Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:27.519Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:03:28.407Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:28.408Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:28.410Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:28.411Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:03:28.510Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:03:28.511Z||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-05-10T03:03:28.512Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:28.522Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:28.522Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:29.411Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:29.412Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:29.415Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:29.415Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:03:29.515Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:29.516Z||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-05-10T03:03:29.516Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:29.528Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:29.528Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:30.416Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:30.417Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:30.419Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:30.419Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:30.519Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:30.520Z||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-05-10T03:03:30.520Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:30.532Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:30.532Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:31.420Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:31.421Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:31.423Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:31.423Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-10T03:03:31.523Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:31.524Z||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-05-10T03:03:31.524Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:31.536Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:31.537Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:32.423Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:32.424Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:32.427Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:32.427Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:03:32.527Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:32.528Z||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-05-10T03:03:32.528Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:32.539Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:32.539Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:33.427Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:03:33.428Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:33.430Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:33.431Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:03:33.531Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:33.531Z||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-05-10T03:03:33.531Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:33.542Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:33.542Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:03:34.433Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "serviceName": "vFW 2022-05-10 03-01-19",
  "serviceVersion": "1.0",
  "serviceUUID": "b9b8c432-b098-4da6-89e3-86f265b0307d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "90cce7c5-dffc-4232-8bae-f43f84eeec9a",
  "resources": [
    {
      "resourceInstanceName": "vFW 559166dd-fbee 0",
      "resourceCustomizationUUID": "a7b37687-7cba-4684-bdac-ec5f0f0b6fe8",
      "resourceName": "vFW 559166dd-fbee",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3e3af6da-29e5-4576-bfa1-eb7e837ecf65",
      "resourceInvariantUUID": "5be54c74-b31d-4690-b9db-e351f06567e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw559166ddfbee0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
          "artifactChecksum": "MDI2NzM5ODQxYTU5MWJkMWNkZGJmY2I0NDk1YTY3OWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cd61fb62-59c7-43c9-87fc-5659670777e4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cf094dc0-b061-44ef-bba9-ee172bab6887",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a0aaede6-f197-4bfd-889d-a989868ba5b4",
            "generatedFromUUID": "cf094dc0-b061-44ef-bba9-ee172bab6887"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a0aaede6-f197-4bfd-889d-a989868ba5b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220510030119-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
      "artifactChecksum": "Y2Q3OWE2ZmE4MWM1ODQwZWUzNDZlNjA2YjQ5NDA4ODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76c99984-6a61-4b7a-a837-7536e52def76"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:03:34.434Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:03:34.434Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9b8c432-b098-4da6-89e3-86f265b0307d ASDC
2022-05-10T03:03:34.530Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3e1b5005-c1c6-4480-9ca2-8da10833481f
ServiceName:vFW 2022-05-10 03-01-19
ServiceVersion:1.0
ServiceUUID:b9b8c432-b098-4da6-89e3-86f265b0307d
ServiceInvariantUUID:90cce7c5-dffc-4232-8bae-f43f84eeec9a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220510030119-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
ArtifactUUID:76c99984-6a61-4b7a-a837-7536e52def76
ArtifactChecksum:Y2Q3OWE2ZmE4MWM1ODQwZWUzNDZlNjA2YjQ5NDA4ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 559166dd-fbee 0
ResourceCustomizationUUID:a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
ResourceInvariantUUID:5be54c74-b31d-4690-b9db-e351f06567e3
ResourceName:vFW 559166dd-fbee
ResourceType:VF
ResourceUUID:3e3af6da-29e5-4576-bfa1-eb7e837ecf65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw559166ddfbee0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
ArtifactUUID:cd61fb62-59c7-43c9-87fc-5659670777e4
ArtifactChecksum:MDI2NzM5ODQxYTU5MWJkMWNkZGJmY2I0NDk1YTY3OWE=
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/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
ArtifactUUID:cf094dc0-b061-44ef-bba9-ee172bab6887
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/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
ArtifactUUID:a0aaede6-f197-4bfd-889d-a989868ba5b4
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/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
ArtifactUUID:a0aaede6-f197-4bfd-889d-a989868ba5b4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-10T03:03:34.530Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9b8c432-b098-4da6-89e3-86f265b0307d 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-05-10T03:03:34.566Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:03:34.567Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:03:34.568Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:03:34.568Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76c99984-6a61-4b7a-a837-7536e52def76 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:34.568Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:34.570Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:34.655Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:34.671Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar 76c99984-6a61-4b7a-a837-7536e52def76 99024
2022-05-10T03:03:34.671Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar ASDC sendASDCNotification
2022-05-10T03:03:34.672Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:34.672Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:34.673Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:34.674Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:34.674Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151814671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:34.774Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:34.775Z||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-05-10T03:03:34.775Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:34.787Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:34.787Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:35.674Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:03:35.676Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:03:35.676Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 76c99984-6a61-4b7a-a837-7536e52def76, URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar to file: /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:35.677Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220510030119-csar.csar
2022-05-10T03:03:35.733Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:35.733Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:36.258Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2285137343517511900/Definitions/service-Vfw20220510030119-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-05-10T03:03:38.579Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:03:38.582Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 559166dd-fbee 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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.583Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.584Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.584Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-Vfw20220510030119-csar.csar
2022-05-10T03:03:38.584Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:03:38.588Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.589Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.592Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.592Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:03:38.593Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:03:38.594Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.594Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.594Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.595Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.598Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.599Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:03:38.600Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.600Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.600Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:38.601Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.602Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7b428de-a46c-4d19-8401-4a43ddfbd798
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.603Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c929315b-8b3c-4232-86e1-09bfac10f602
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:38.604Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=064c2904-e28a-46d2-bc7c-c0d84702038a
2022-05-10T03:03:38.605Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:38.606Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-10 03-01-19
Description:catalog service description
Model UUID:b9b8c432-b098-4da6-89e3-86f265b0307d
Model Version:NULL
Model InvariantUuid:90cce7c5-dffc-4232-8bae-f43f84eeec9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 559166dd-fbee
Model UUID:2e1d8289-5fb2-4b32-beb9-ad9dbbb2acf5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5be54c74-b31d-4690-b9db-e351f06567e3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be21782c-50a1-418b-8246-3b16633b4bfb
ModelName:Vfw559166ddFbee..base_vfw..module-0
ModelUuid:a6dfa779-40f7-44b7-a5c5-88ddb579e121
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f7b428de-a46c-4d19-8401-4a43ddfbd798
ModelInvariantUuid:a7c89b97-e73f-404a-805c-da9cd68ed0af
ModelName:vFW 559166dd-fbee-nodes.vfwCvfc
ModelUuid:733356bb-02de-455e-8afa-2ef4d7d2ffe7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:159f39a3-62cd-4f0e-94c1-dd3db4c3e850
ModelInvariantUuid:11e618a2-098a-4b1c-8046-ce885f7a9885
ModelName:Vfw559166ddFbee.compute.nodes.heat.vfw
ModelUuid:bcca2cc1-82d8-4f8a-a270-063d6eb3c7b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c929315b-8b3c-4232-86e1-09bfac10f602
ModelInvariantUuid:983e4ad3-c08a-4c3e-8b1d-8bd4dcfe02b3
ModelName:vFW 559166dd-fbee-nodes.vsnCvfc
ModelUuid:68b274ab-b772-4464-b683-b18f72248d09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:713aa35c-4460-486a-9cf4-ec5ad513d145
ModelInvariantUuid:ea5e3374-9fb3-46a0-8336-8a2259a54e6c
ModelName:Vfw559166ddFbee.compute.nodes.heat.vsn
ModelUuid:e239f260-471e-4028-b5aa-616fdd0ab462
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:064c2904-e28a-46d2-bc7c-c0d84702038a
ModelInvariantUuid:2b224e93-a877-4b08-8e53-5df638a29304
ModelName:vFW 559166dd-fbee-nodes.vpgCvfc
ModelUuid:4b5aa65f-7d74-4a92-bbae-3f75f0a463ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f906eed5-4368-4df4-9a10-762d9dc9cd0f
ModelInvariantUuid:f5d4033d-98b2-4249-bb97-b8dd3f184a9d
ModelName:Vfw559166ddFbee.compute.nodes.heat.vpg
ModelUuid:296db178-5db0-4b4e-946d-1a82290f15fe
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-05-10T03:03:38.635Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e3af6da-29e5-4576-bfa1-eb7e837ecf65
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-05-10T03:03:38.698Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||vFW 559166dd-fbee 0
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e3af6da-29e5-4576-bfa1-eb7e837ecf65
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cd61fb62-59c7-43c9-87fc-5659670777e4 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:38.703Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:38.746Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:38.746Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json cd61fb62-59c7-43c9-87fc-5659670777e4 785
2022-05-10T03:03:38.746Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json ASDC sendASDCNotification
2022-05-10T03:03:38.747Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:38.747Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:38.747Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:38.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:38.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151818746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:38.850Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:38.851Z||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-05-10T03:03:38.851Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:38.864Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:38.864Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:03:39.751Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw559166ddFbee..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be21782c-50a1-418b-8246-3b16633b4bfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6dfa779-40f7-44b7-a5c5-88ddb579e121",
    "vfModuleModelCustomizationUUID": "384b0359-2cb1-42e2-8334-45977e46ee3c",
    "isBase": true,
    "artifacts": [
      "cf094dc0-b061-44ef-bba9-ee172bab6887",
      "a0aaede6-f197-4bfd-889d-a989868ba5b4"
    ],
    "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-05-10T03:03:39.768Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw559166ddFbee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6dfa779-40f7-44b7-a5c5-88ddb579e121
VfModuleModelInvariantUUID:be21782c-50a1-418b-8246-3b16633b4bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf094dc0-b061-44ef-bba9-ee172bab6887
,
a0aaede6-f197-4bfd-889d-a989868ba5b4

}
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-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw559166ddFbee..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be21782c-50a1-418b-8246-3b16633b4bfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6dfa779-40f7-44b7-a5c5-88ddb579e121",
    "vfModuleModelCustomizationUUID": "384b0359-2cb1-42e2-8334-45977e46ee3c",
    "isBase": true,
    "artifacts": [
      "cf094dc0-b061-44ef-bba9-ee172bab6887",
      "a0aaede6-f197-4bfd-889d-a989868ba5b4"
    ],
    "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-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw559166ddFbee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6dfa779-40f7-44b7-a5c5-88ddb579e121
VfModuleModelInvariantUUID:be21782c-50a1-418b-8246-3b16633b4bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf094dc0-b061-44ef-bba9-ee172bab6887
,
a0aaede6-f197-4bfd-889d-a989868ba5b4

}
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-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cf094dc0-b061-44ef-bba9-ee172bab6887 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:39.770Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:40.186Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:40.187Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml cf094dc0-b061-44ef-bba9-ee172bab6887 20368
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:40.188Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:40.190Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:40.191Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151820188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:40.291Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:40.292Z||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-05-10T03:03:40.292Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:40.303Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:40.304Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:41.191Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0aaede6-f197-4bfd-889d-a989868ba5b4 from URL: /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:41.192Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:03:41.192Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env a0aaede6-f197-4bfd-889d-a989868ba5b4 2098
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-10T03:03:41.750Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:41.751Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:03:41.751Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:41.754Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:41.754Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151821750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:03:41.854Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:41.855Z||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-05-10T03:03:41.855Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:41.868Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:41.868Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:42.754Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b9b8c432-b098-4da6-89e3-86f265b0307d
2022-05-10T03:03:42.755Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 559166dd-fbee 0 3e3af6da-29e5-4576-bfa1-eb7e837ecf65 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:03:42.778Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c61c961, org.onap.sdc.toscaparser.api.parameters.Input@6dd9408f, org.onap.sdc.toscaparser.api.parameters.Input@56efbc50, org.onap.sdc.toscaparser.api.parameters.Input@4d259bcc, org.onap.sdc.toscaparser.api.parameters.Input@4f8d79c8]
2022-05-10T03:03:42.780Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7b37687-7cba-4684-bdac-ec5f0f0b6fe8 matches Tosca VF Customization UUID: a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
2022-05-10T03:03:42.781Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a7b37687-7cba-4684-bdac-ec5f0f0b6fe8  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-05-10T03:03:42.785Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.785Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.786Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a7b37687-7cba-4684-bdac-ec5f0f0b6fe8: {\"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-05-10T03:03:42.786Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75b9ec8e
2022-05-10T03:03:42.786Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.787Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:03:42.787Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 384b0359-2cb1-42e2-8334-45977e46ee3c
2022-05-10T03:03:42.788Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 384b0359-2cb1-42e2-8334-45977e46ee3c
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-05-10T03:03:42.791Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.791Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.791Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.792Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:42.793Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.794Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f7b428de-a46c-4d19-8401-4a43ddfbd798
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-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:42.799Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.800Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-10T03:03:42.801Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.801Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c929315b-8b3c-4232-86e1-09bfac10f602
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-05-10T03:03:42.802Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.802Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.802Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.803Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.804Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-10T03:03:42.805Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=064c2904-e28a-46d2-bc7c-c0d84702038a
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-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:03:42.806Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.807Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Node template vFW 559166dd-fbee 0 is matching search criteria
2022-05-10T03:03:42.807Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 559166dd-fbee 0] matching following query criteria: sdcType=VF, customizationUUID=a7b37687-7cba-4684-bdac-ec5f0f0b6fe8
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-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b9b8c432-b098-4da6-89e3-86f265b0307d: vFW 559166dd-fbee
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.808Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-10 03-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:03:42.809Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-10 03-01-19 
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-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 559166dd-fbee 3e3af6da-29e5-4576-bfa1-eb7e837ecf65 1 ASDC deployResourceStructure
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json ASDC sendASDCNotification
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:42.956Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:42.958Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:42.958Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151822956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:43.059Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:03:43.060Z||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-05-10T03:03:43.060Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:43.071Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:43.071Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:43.960Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-10T03:03:43.960Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml
2022-05-10T03:03:43.960Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:43.961Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:43.963Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:43.963Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151823960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:44.063Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:44.064Z||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-05-10T03:03:44.065Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:44.076Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:44.076Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:44.964Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-10T03:03:44.965Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env
2022-05-10T03:03:44.965Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:44.965Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:44.967Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:44.967Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151824964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:45.067Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:45.068Z||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-05-10T03:03:45.069Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:45.081Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:45.081Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:45.968Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar ASDC sendASDCNotification
2022-05-10T03:03:45.969Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar
2022-05-10T03:03:45.969Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:03:45.969Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:03:45.971Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:03:45.971Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151825968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:03:46.072Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:03:46.072Z||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-05-10T03:03:46.073Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:03:46.085Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:03:46.085Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:03:46.973Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:03:46.987Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:03:46.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:03:46.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:03:46.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:04:16.989Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:04:17.001Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:04:17.004Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:04:17.004Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:04:17.004Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:04:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:04:26.767Z||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-05-10T03:04:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:04:26.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:04:26.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:04:26.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "clamp",
  "timestamp": 1652151807138,
  "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-05-10T03:04:26.791Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:04:26.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f 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-05-10T03:04:47.005Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:04:47.017Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:04:47.019Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:04:47.019Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:04:47.019Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:05:17.020Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:05:17.043Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:05:17.046Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:05:17.046Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:05:17.046Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:05:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:05:26.767Z||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-05-10T03:05:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:05:26.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:05:26.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:05:26.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:05:26.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:05:47.047Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:05:47.056Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:05:47.058Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:05:47.058Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:05:47.058Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:06:17.059Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:06:17.072Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:06:17.076Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:06:17.076Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:06:17.076Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:06:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:06:26.767Z||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-05-10T03:06:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:06:26.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:06:26.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:06:26.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:06:26.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151812098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:06:26.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "aai-ml",
  "timestamp": 1652151813103,
  "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-05-10T03:06:26.795Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e1b5005-c1c6-4480-9ca2-8da10833481f
2022-05-10T03:06:26.795Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e1b5005-c1c6-4480-9ca2-8da10833481f 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-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151806765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151814671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151818746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151820188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151821750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151822956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/vfw559166ddfbee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151823960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151824964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/resourceInstances/vfw559166ddfbee0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:06:26.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652151825968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220510030119/1.0/artifacts/service-Vfw20220510030119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:06:26.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:06:47.077Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:06:47.087Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:06:47.088Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:06:47.089Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-05-10T03:06:47.091Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:07:17.091Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f 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-05-10T03:07:17.109Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e1b5005-c1c6-4480-9ca2-8da10833481f and serviceModelVersionId: b9b8c432-b098-4da6-89e3-86f265b0307d
2022-05-10T03:07:17.109Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90cce7c5-dffc-4232-8bae-f43f84eeec9a
2022-05-10T03:07:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:07:26.767Z||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-05-10T03:07:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:07:27.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:27.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151925737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151931876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151923687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151925737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151931876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151923687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151933284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151933903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151925737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151931876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151923687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151933284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151933903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151934914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151925737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151931876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151923687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151933284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151933903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151934914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151925737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151931876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151923687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151933284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151933903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151934914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151925737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151931876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151923687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151933284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151933903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151934914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151925737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151931876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151923687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151933284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151933903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151934914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151933284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151940189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151940350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151933903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151934914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "cds",
  "timestamp": 1652151941354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-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-05-10T03:07:27.335Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.335Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc 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-05-10T03:07:27.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151941391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652151934914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151941987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151942396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151942685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151942514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "policy-id",
  "timestamp": 1652151943398,
  "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-05-10T03:07:27.348Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.348Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc 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-05-10T03:07:27.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151943495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652151943689,
  "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-05-10T03:07:27.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.358Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc 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-05-10T03:07:27.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151942514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151944137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151942514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151945644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151942514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151946148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:27.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151946831,
  "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-05-10T03:07:27.371Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.371Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc 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-05-10T03:07:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151942514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "clamp",
  "timestamp": 1652151947153,
  "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-05-10T03:07:27.378Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.378Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc 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-05-10T03:07:27.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652151947834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:27.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151942514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151942514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151950281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:27.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151956266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:07:27.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "aai-ml",
  "timestamp": 1652151957269,
  "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-05-10T03:07:27.387Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
2022-05-10T03:07:27.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc 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-05-10T03:07:27.722Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0
2022-05-10T03:07:27.828Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:07:28.279Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|INFO|500||Invoke
2022-05-10T03:07:28.286Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e1b5005-c1c6-4480-9ca2-8da10833481f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d14b45c-887e-45f8-97ca-35e9c2158ef4], X-ECOMP-RequestID=[3e1b5005-c1c6-4480-9ca2-8da10833481f], X-TransactionId=[], X-ONAP-RequestID=[3e1b5005-c1c6-4480-9ca2-8da10833481f], Content-Type=[application/merge-patch+json]}
2022-05-10T03:07:28.461Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:07:28.696Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?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/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220510-03:07:28:573-5120], vertex-id=[204976], Content-Length=[0], Date=[Tue, 10 May 2022 03:07:28 GMT], Content-Type=[application/json]}
2022-05-10T03:07:28.698Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:07:28.698Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90cce7c5-dffc-4232-8bae-f43f84eeec9a/model-vers/model-ver/b9b8c432-b098-4da6-89e3-86f265b0307d?depth=0|INFO|500||InvokeReturn
2022-05-10T03:07:28.701Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:07:28.701Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-05-10T03:07:28.706Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||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-05-10T03:07:28.712Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e1b5005-c1c6-4480-9ca2-8da10833481f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:07:28.713Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:07:28.714Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:28.715Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:28.715Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152048713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:07:28.816Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:07:28.817Z||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-05-10T03:07:28.817Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:28.829Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:28.830Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:07:29.726Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:07:29.727Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|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-05-10T03:07:29.727Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:07:34.139Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:34.140Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-10T03:07:34.140Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc","serviceName":"basic_onboard_YOahnf","serviceVersion":"1.0","serviceUUID":"86deeeff-0c06-4c5b-84a5-d95c7e929741","serviceDescription":"service","serviceInvariantUUID":"25777bfb-2aa7-457e-b1cb-64e2e19e459b","resources":[{"resourceInstanceName":"basic_onboard_YOahnf 0","resourceName":"basic_onboard_YOahnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b887296b-8a35-4dfc-a634-48a3c0737692","resourceInvariantUUID":"301a7acc-c0ce-4fc1-a7e0-727de07abfa5","resourceCustomizationUUID":"d5ff3b4c-67f1-4853-81af-87057ff14533","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTQyODRiMzAzZWI0NDE3N2JjZGQ4Y2M1YTk2ZDA3ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c5b936b-9ff2-490c-b5fc-ab96541b7b30","artifactVersion":"1"},{"artifactName":"basic_onboard_yoahnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json","artifactChecksum":"NDg1MjUyZGM3ZDNiY2YxZmNhZTFlODU2ZGI4MmU5NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c28c41f-b3e5-4ff0-9729-5727a4a53630","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"422cc4a5-d8bd-4336-aa16-a808d54dd9ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec3e2d9e-7422-428e-a60d-c9188003d7a9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c270c2b-f74f-445a-9c66-6a404dcfe327","artifactVersion":"2","generatedFromUUID":"422cc4a5-d8bd-4336-aa16-a808d54dd9ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYoahnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml","artifactChecksum":"Y2U1NDlmNTExYmExMTUwMmZiNWI3MGRiMmU1ODFiNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"255d4f4b-8888-41cd-8eb7-4d1ebd7e390a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYoahnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar","artifactChecksum":"NzE0OTRkMjU0Nzc4MDk3OGY4YzJhYzZhMGE2YTM5ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c19dfe01-6514-4fed-a893-ac35cade54a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:07:34.143Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:34.144Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:34.146Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:34.146Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:34.246Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:34.247Z||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-05-10T03:07:34.247Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:34.258Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:34.259Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:35.146Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:35.147Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:35.150Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:35.150Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:07:35.250Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:35.251Z||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-05-10T03:07:35.252Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:35.263Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:35.263Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:36.151Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:36.151Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:36.154Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:36.154Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:07:36.254Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:36.256Z||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-05-10T03:07:36.256Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:36.267Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:36.268Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:37.154Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:37.155Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:37.157Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:37.157Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:37.257Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:37.258Z||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-05-10T03:07:37.258Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:37.270Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:37.270Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:38.158Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:38.159Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:38.161Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:38.161Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-10T03:07:38.262Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:38.262Z||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-05-10T03:07:38.262Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:38.274Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:38.274Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:39.162Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:39.163Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:39.164Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:39.164Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:07:39.264Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:39.265Z||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-05-10T03:07:39.265Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:39.276Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:39.277Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:40.164Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:07:40.165Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:40.167Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:40.167Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:07:40.267Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:40.268Z||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-05-10T03:07:40.268Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:40.279Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:40.280Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:41.169Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "serviceName": "basic_onboard_YOahnf",
  "serviceVersion": "1.0",
  "serviceUUID": "86deeeff-0c06-4c5b-84a5-d95c7e929741",
  "serviceDescription": "service",
  "serviceInvariantUUID": "25777bfb-2aa7-457e-b1cb-64e2e19e459b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YOahnf 0",
      "resourceCustomizationUUID": "d5ff3b4c-67f1-4853-81af-87057ff14533",
      "resourceName": "basic_onboard_YOahnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b887296b-8a35-4dfc-a634-48a3c0737692",
      "resourceInvariantUUID": "301a7acc-c0ce-4fc1-a7e0-727de07abfa5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yoahnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
          "artifactChecksum": "NDg1MjUyZGM3ZDNiY2YxZmNhZTFlODU2ZGI4MmU5NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7c28c41f-b3e5-4ff0-9729-5727a4a53630",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "422cc4a5-d8bd-4336-aa16-a808d54dd9ca",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7c270c2b-f74f-445a-9c66-6a404dcfe327",
            "generatedFromUUID": "422cc4a5-d8bd-4336-aa16-a808d54dd9ca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7c270c2b-f74f-445a-9c66-6a404dcfe327",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYoahnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
      "artifactChecksum": "NzE0OTRkMjU0Nzc4MDk3OGY4YzJhYzZhMGE2YTM5ODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c19dfe01-6514-4fed-a893-ac35cade54a5"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:07:41.169Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:07:41.169Z|3e1b5005-c1c6-4480-9ca2-8da10833481f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86deeeff-0c06-4c5b-84a5-d95c7e929741 ASDC
2022-05-10T03:07:41.170Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
ServiceName:basic_onboard_YOahnf
ServiceVersion:1.0
ServiceUUID:86deeeff-0c06-4c5b-84a5-d95c7e929741
ServiceInvariantUUID:25777bfb-2aa7-457e-b1cb-64e2e19e459b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYoahnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
ArtifactUUID:c19dfe01-6514-4fed-a893-ac35cade54a5
ArtifactChecksum:NzE0OTRkMjU0Nzc4MDk3OGY4YzJhYzZhMGE2YTM5ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YOahnf 0
ResourceCustomizationUUID:d5ff3b4c-67f1-4853-81af-87057ff14533
ResourceInvariantUUID:301a7acc-c0ce-4fc1-a7e0-727de07abfa5
ResourceName:basic_onboard_YOahnf
ResourceType:VF
ResourceUUID:b887296b-8a35-4dfc-a634-48a3c0737692
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yoahnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
ArtifactUUID:7c28c41f-b3e5-4ff0-9729-5727a4a53630
ArtifactChecksum:NDg1MjUyZGM3ZDNiY2YxZmNhZTFlODU2ZGI4MmU5NDg=
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/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:422cc4a5-d8bd-4336-aa16-a808d54dd9ca
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/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
ArtifactUUID:7c270c2b-f74f-445a-9c66-6a404dcfe327
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/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
ArtifactUUID:7c270c2b-f74f-445a-9c66-6a404dcfe327
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-10T03:07:41.170Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86deeeff-0c06-4c5b-84a5-d95c7e929741 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-05-10T03:07:41.201Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:07:41.202Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:07:41.202Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:07:41.203Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c19dfe01-6514-4fed-a893-ac35cade54a5 from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:41.203Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:41.203Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:41.695Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:41.700Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar c19dfe01-6514-4fed-a893-ac35cade54a5 71584
2022-05-10T03:07:41.700Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar ASDC sendASDCNotification
2022-05-10T03:07:41.701Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:41.701Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:41.701Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:41.703Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:41.703Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152061700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:41.803Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:41.804Z||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-05-10T03:07:41.804Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:41.815Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:41.815Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:42.703Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:07:42.705Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c19dfe01-6514-4fed-a893-ac35cade54a5, URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar to file: /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.706Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:42.900Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7200088936814479146/Definitions/service-BasicOnboardYoahnf-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-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-10T03:07:44.117Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YOahnf 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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:07:44.118Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:07:44.119Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:44.120Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is not matching search criteria
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8902d556-8e9b-4e69-866c-f1cee51d7514
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.121Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:44.128Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YOahnf
Description:service
Model UUID:86deeeff-0c06-4c5b-84a5-d95c7e929741
Model Version:NULL
Model InvariantUuid:25777bfb-2aa7-457e-b1cb-64e2e19e459b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YOahnf
Model UUID:4b20c23c-9719-4f68-a79e-ac1d74c7675f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:301a7acc-c0ce-4fc1-a7e0-727de07abfa5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5ff3b4c-67f1-4853-81af-87057ff14533
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ba1a3f36-9e34-454e-be6d-90e26d2ef99c
ModelName:BasicOnboardYoahnf..base_ubuntu18..module-0
ModelUuid:68d26a98-59ef-4e92-a93b-5596d3e9b7f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8902d556-8e9b-4e69-866c-f1cee51d7514
ModelInvariantUuid:ed2e078f-bd79-4358-9354-05aa66335164
ModelName:basic_onboard_YOahnf-nodes.ubuntu18Cvfc
ModelUuid:a49c47dc-556f-4826-84bb-3e177119e641
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5dbc7663-f3f8-4725-8a7e-5eeb53bab272
ModelInvariantUuid:c655a579-dcbc-4b07-b387-df0e2a918cd9
ModelName:BasicOnboardYoahnf.compute.nodes.heat.ubuntu18
ModelUuid:bb149eaa-2cc1-4f3e-911e-523ea8f859c3
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-05-10T03:07:44.136Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b887296b-8a35-4dfc-a634-48a3c0737692
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-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||basic_onboard_YOahnf 0
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b887296b-8a35-4dfc-a634-48a3c0737692
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c28c41f-b3e5-4ff0-9729-5727a4a53630 from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:44.139Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json 7c28c41f-b3e5-4ff0-9729-5727a4a53630 798
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json ASDC sendASDCNotification
2022-05-10T03:07:44.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:44.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:44.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:44.985Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:44.985Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152064983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:45.085Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:45.086Z||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-05-10T03:07:45.087Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:45.098Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:45.099Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:45.986Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYoahnf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ba1a3f36-9e34-454e-be6d-90e26d2ef99c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68d26a98-59ef-4e92-a93b-5596d3e9b7f3",
    "vfModuleModelCustomizationUUID": "02c9528a-3fa2-42ab-993f-e66e93dfcf84",
    "isBase": true,
    "artifacts": [
      "422cc4a5-d8bd-4336-aa16-a808d54dd9ca",
      "7c270c2b-f74f-445a-9c66-6a404dcfe327"
    ],
    "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-05-10T03:07:45.992Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYoahnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68d26a98-59ef-4e92-a93b-5596d3e9b7f3
VfModuleModelInvariantUUID:ba1a3f36-9e34-454e-be6d-90e26d2ef99c
VfModuleModelDescription:NULL
Artifacts UUID List:{
422cc4a5-d8bd-4336-aa16-a808d54dd9ca
,
7c270c2b-f74f-445a-9c66-6a404dcfe327

}
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-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYoahnf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ba1a3f36-9e34-454e-be6d-90e26d2ef99c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68d26a98-59ef-4e92-a93b-5596d3e9b7f3",
    "vfModuleModelCustomizationUUID": "02c9528a-3fa2-42ab-993f-e66e93dfcf84",
    "isBase": true,
    "artifacts": [
      "422cc4a5-d8bd-4336-aa16-a808d54dd9ca",
      "7c270c2b-f74f-445a-9c66-6a404dcfe327"
    ],
    "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-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYoahnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68d26a98-59ef-4e92-a93b-5596d3e9b7f3
VfModuleModelInvariantUUID:ba1a3f36-9e34-454e-be6d-90e26d2ef99c
VfModuleModelDescription:NULL
Artifacts UUID List:{
422cc4a5-d8bd-4336-aa16-a808d54dd9ca
,
7c270c2b-f74f-445a-9c66-6a404dcfe327

}
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-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 422cc4a5-d8bd-4336-aa16-a808d54dd9ca from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:45.994Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:45.995Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:46.983Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml 422cc4a5-d8bd-4336-aa16-a808d54dd9ca 5033
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:46.984Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:46.985Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:46.987Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:46.987Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152066984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:47.087Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:47.088Z||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-05-10T03:07:47.088Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:47.098Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:47.099Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:47.988Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c270c2b-f74f-445a-9c66-6a404dcfe327 from URL: /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:47.989Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-10T03:07:47.989Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:48.141Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env 7c270c2b-f74f-445a-9c66-6a404dcfe327 909
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:07:48.142Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:48.144Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:48.145Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152068142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:07:48.245Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:48.246Z||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-05-10T03:07:48.246Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:48.256Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:48.256Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:07:49.145Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 86deeeff-0c06-4c5b-84a5-d95c7e929741
2022-05-10T03:07:49.146Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YOahnf 0 b887296b-8a35-4dfc-a634-48a3c0737692 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-05-10T03:07:49.162Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@483521fa, org.onap.sdc.toscaparser.api.parameters.Input@1336130a, org.onap.sdc.toscaparser.api.parameters.Input@127f8540, org.onap.sdc.toscaparser.api.parameters.Input@367045ca, org.onap.sdc.toscaparser.api.parameters.Input@57ab880f]
2022-05-10T03:07:49.163Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.164Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.164Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-10T03:07:49.164Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d5ff3b4c-67f1-4853-81af-87057ff14533
2022-05-10T03:07:49.165Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5ff3b4c-67f1-4853-81af-87057ff14533 matches Tosca VF Customization UUID: d5ff3b4c-67f1-4853-81af-87057ff14533
2022-05-10T03:07:49.165Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d5ff3b4c-67f1-4853-81af-87057ff14533  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-05-10T03:07:49.168Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.168Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d5ff3b4c-67f1-4853-81af-87057ff14533: {\"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-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@223e07c9
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02c9528a-3fa2-42ab-993f-e66e93dfcf84
2022-05-10T03:07:49.169Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02c9528a-3fa2-42ab-993f-e66e93dfcf84
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-05-10T03:07:49.172Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.172Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.172Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:49.173Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is not matching search criteria
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:07:49.174Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8902d556-8e9b-4e69-866c-f1cee51d7514
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-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_YOahnf 0 is matching search criteria
2022-05-10T03:07:49.176Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_YOahnf 0] matching following query criteria: sdcType=VF, customizationUUID=d5ff3b4c-67f1-4853-81af-87057ff14533
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-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 86deeeff-0c06-4c5b-84a5-d95c7e929741: basic_onboard_YOahnf
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.178Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_YOahnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:07:49.179Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_YOahnf 
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-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YOahnf b887296b-8a35-4dfc-a634-48a3c0737692 1 ASDC deployResourceStructure
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json ASDC sendASDCNotification
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:49.273Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:49.275Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:49.275Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152069273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:49.375Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:49.376Z||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-05-10T03:07:49.376Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:49.387Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:49.388Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:50.276Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-10T03:07:50.276Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml
2022-05-10T03:07:50.277Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:50.277Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:50.279Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:50.279Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152070275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:50.379Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:50.380Z||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-05-10T03:07:50.380Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:50.392Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:50.392Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:51.280Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-10T03:07:51.281Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env
2022-05-10T03:07:51.281Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:51.281Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:51.283Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:51.284Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152071280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:51.383Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:07:51.384Z||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-05-10T03:07:51.384Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:51.395Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:51.395Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:52.284Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar ASDC sendASDCNotification
2022-05-10T03:07:52.285Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar
2022-05-10T03:07:52.285Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:07:52.286Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:07:52.288Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:07:52.288Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152072284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:07:52.388Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:07:52.389Z||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-05-10T03:07:52.389Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:07:52.400Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:07:52.401Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:07:53.288Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:07:53.297Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:07:53.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-05-10T03:07:53.303Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:08:23.303Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc 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-05-10T03:08:23.307Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and serviceModelVersionId: 86deeeff-0c06-4c5b-84a5-d95c7e929741
2022-05-10T03:08:23.307Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25777bfb-2aa7-457e-b1cb-64e2e19e459b
2022-05-10T03:08:23.308Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0
2022-05-10T03:08:23.314Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:08:23.362Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?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-05-10T03:08:23.363Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0|INFO|500||Invoke
2022-05-10T03:08:23.388Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:08:23.454Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0|INFO|500||InvokeReturn
2022-05-10T03:08:23.454Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25777bfb-2aa7-457e-b1cb-64e2e19e459b/model-vers/model-ver/86deeeff-0c06-4c5b-84a5-d95c7e929741?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220510-03:08:23:396-19712], vertex-id=[196656], Content-Length=[0], Date=[Tue, 10 May 2022 03:08:23 GMT], Content-Type=[application/json]}
2022-05-10T03:08:23.455Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:08:23.455Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:08:23.455Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-05-10T03:08:23.462Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||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-05-10T03:08:23.462Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:08:23.463Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:08:23.463Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:08:23.466Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:08:23.466Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152103463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:08:23.566Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:08:23.567Z||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-05-10T03:08:23.567Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:08:23.582Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:08:23.582Z||pool-34-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-05-10T03:08:24.477Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:24.478Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:08:24.478Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:26.767Z||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-05-10T03:08:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:27.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:08:27.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e1b5005-c1c6-4480-9ca2-8da10833481f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152048713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:08:27.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152049726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152061700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152064983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152066984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152068142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:08:27.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152069273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/basic_onboard_yoahnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152070275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152071280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/resourceInstances/basic_onboard_yoahnf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:08:27.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152072284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYoahnf/1.0/artifacts/service-BasicOnboardYoahnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152103463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:08:27.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:08:34.007Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:08:34.008Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:34.008Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:08:34.008Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:43.539Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:08:43.540Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:43.540Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:08:43.541Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:08:53.071Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:08:53.072Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:08:53.073Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:08:53.073Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:09:02.604Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:09:26.765Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:09:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:09:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:09:26.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:09:26.767Z||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-05-10T03:09:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:09:36.299Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:09:36.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:10:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:10:26.766Z||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-05-10T03:10:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:10:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:10:26.767Z||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-05-10T03:10:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:10:36.304Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:10:36.308Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:11:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:11:26.766Z||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-05-10T03:11:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:11:26.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:11:26.767Z||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-05-10T03:11:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:11:36.323Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:11:36.323Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:12:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:12:26.765Z||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-05-10T03:12:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:12:26.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:12:26.767Z||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-05-10T03:12:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:12:36.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:12:36.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:13:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:13:26.766Z||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-05-10T03:13:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:13:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:13:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:13:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:13:36.299Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:13:36.299Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:14:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:14:26.766Z||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-05-10T03:14:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:14:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:14:26.767Z||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-05-10T03:14:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:14:36.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:14:36.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:15:26.765Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:15:26.766Z||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-05-10T03:15:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:15:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:15:26.767Z||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-05-10T03:15:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:15:33.737Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:15:33.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-10T03:15:33.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"40625761-1b0a-4872-bff5-5724c3ba659b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"90511e1a-8567-4f14-896f-fb134242c588","serviceDescription":"service","serviceInvariantUUID":"39459920-1289-41a7-b803-0a3db4164d91","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8b883679-b704-46a5-9ffc-ba5b01ce93ed","resourceInvariantUUID":"43950095-a2ae-4656-ad5f-3303397eb20a","resourceCustomizationUUID":"733875dd-232b-4189-b7c5-bbbbafab0134","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":"ZWE0ZGMzZGQ0OWEwMmVlN2QwOTc0MmU5NzIyMjgwNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71a9f4e2-31ac-426e-802d-b02747214642","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTEwODQ0ZjJmMWFiZTU5ZWU0YjFiYmUzZWViZmJjMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b75940f-137a-423f-b6b1-10862ef94aea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:15:33.741Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:15:33.742Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:33.743Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:33.744Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152526765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:15:33.844Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:33.845Z||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-05-10T03:15:33.845Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:33.860Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:15:33.860Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-05-10T03:15:33.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:15:33.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:15:33.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152526765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "cds",
  "timestamp": 1652152523687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:15:33.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:15:34.744Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:15:34.745Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:34.747Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:34.747Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152526765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:15:34.847Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:34.848Z||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-05-10T03:15:34.848Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:34.861Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:15:34.861Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:15:35.748Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "90511e1a-8567-4f14-896f-fb134242c588",
  "serviceDescription": "service",
  "serviceInvariantUUID": "39459920-1289-41a7-b803-0a3db4164d91",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "733875dd-232b-4189-b7c5-bbbbafab0134",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8b883679-b704-46a5-9ffc-ba5b01ce93ed",
      "resourceInvariantUUID": "43950095-a2ae-4656-ad5f-3303397eb20a",
      "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": "ZTEwODQ0ZjJmMWFiZTU5ZWU0YjFiYmUzZWViZmJjMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b75940f-137a-423f-b6b1-10862ef94aea"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:15:35.748Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:15:35.748Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 90511e1a-8567-4f14-896f-fb134242c588 ASDC
2022-05-10T03:15:35.749Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:40625761-1b0a-4872-bff5-5724c3ba659b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:90511e1a-8567-4f14-896f-fb134242c588
ServiceInvariantUUID:39459920-1289-41a7-b803-0a3db4164d91
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:3b75940f-137a-423f-b6b1-10862ef94aea
ArtifactChecksum:ZTEwODQ0ZjJmMWFiZTU5ZWU0YjFiYmUzZWViZmJjMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:733875dd-232b-4189-b7c5-bbbbafab0134
ResourceInvariantUUID:43950095-a2ae-4656-ad5f-3303397eb20a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8b883679-b704-46a5-9ffc-ba5b01ce93ed
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-10T03:15:35.749Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90511e1a-8567-4f14-896f-fb134242c588 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-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b75940f-137a-423f-b6b1-10862ef94aea from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:35.768Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:15:35.769Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:35.826Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:15:35.829Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b75940f-137a-423f-b6b1-10862ef94aea 52508
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:15:35.830Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:35.833Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:35.833Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152535830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:15:35.933Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:35.934Z||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-05-10T03:15:35.934Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:35.948Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:15:35.949Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:15:36.833Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:15:36.834Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:15:36.835Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3b75940f-137a-423f-b6b1-10862ef94aea, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:36.835Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-10T03:15:36.835Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:36.836Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:36.903Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4409760874078705067/Definitions/service-BasicNetwork-template.yml
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.172Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.173Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.174Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:90511e1a-8567-4f14-896f-fb134242c588
Model Version:NULL
Model InvariantUuid:39459920-1289-41a7-b803-0a3db4164d91
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:43950095-a2ae-4656-ad5f-3303397eb20a
Model UUID:b645f82c-afae-46b5-b375-e0ad27175163
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:733875dd-232b-4189-b7c5-bbbbafab0134
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-05-10T03:15:37.181Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 8b883679-b704-46a5-9ffc-ba5b01ce93ed
2022-05-10T03:15:37.181Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||No resources found for Service: 90511e1a-8567-4f14-896f-fb134242c588
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-05-10T03:15:37.185Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 90511e1a-8567-4f14-896f-fb134242c588
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 90511e1a-8567-4f14-896f-fb134242c588
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-10T03:15:37.186Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.191Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@717a73a, org.onap.sdc.toscaparser.api.parameters.Input@48f8a8c4, org.onap.sdc.toscaparser.api.parameters.Input@404b4518, org.onap.sdc.toscaparser.api.parameters.Input@73d66093, org.onap.sdc.toscaparser.api.parameters.Input@49c227a4]
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.192Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 90511e1a-8567-4f14-896f-fb134242c588: Generic NeutronNet
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.193Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.216Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.217Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:15:37.217Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:15:37.217Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||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-05-10T03:15:37.270Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:15:37.271Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:15:37.272Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:15:37.272Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152537271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:15:37.372Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:15:37.373Z||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-05-10T03:15:37.374Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:15:37.384Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:15:37.385Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:15:38.273Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:15:38.281Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:15:38.283Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:15:38.283Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:15:38.284Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:16:08.284Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:16:08.291Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:16:08.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:16:08.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:16:08.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:16:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:16:26.768Z||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-05-10T03:16:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:16:26.788Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:16:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:16:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152531876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:16:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:16:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:16:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "clamp",
  "timestamp": 1652152525736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:16:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:16:38.293Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:16:38.302Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:16:38.307Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:16:38.307Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:16:38.307Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:17:08.308Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:17:08.316Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:17:08.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:17:08.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:17:08.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:17:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:17:26.767Z||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-05-10T03:17:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:17:26.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:17:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:17:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "policy-id",
  "timestamp": 1652152533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:17:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:17:38.319Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:17:38.328Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:17:38.329Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:17:38.330Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:17:38.330Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:18:08.330Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:18:08.338Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:18:08.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:18:08.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:18:08.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:18:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:18:26.767Z||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-05-10T03:18:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:18:26.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152526765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "cds",
  "timestamp": 1652152523687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152531876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "clamp",
  "timestamp": 1652152525736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "policy-id",
  "timestamp": 1652152533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "cds",
  "timestamp": 1652152535825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152535830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152535830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "policy-id",
  "timestamp": 1652152535962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "cds",
  "timestamp": 1652152536830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:26.790Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.790Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b 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-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "policy-id",
  "timestamp": 1652152536966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152537271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:18:26.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152537303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "policy-id",
  "timestamp": 1652152537969,
  "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-05-10T03:18:26.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b 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-05-10T03:18:26.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152538308,
  "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-05-10T03:18:26.806Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b 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-05-10T03:18:26.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "aai-ml",
  "timestamp": 1652152542514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "aai-ml",
  "timestamp": 1652152542514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "aai-ml",
  "timestamp": 1652152545992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "clamp",
  "timestamp": 1652152546238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:18:26.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "clamp",
  "timestamp": 1652152548247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "clamp",
  "timestamp": 1652152549250,
  "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-05-10T03:18:26.814Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.814Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b 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-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "aai-ml",
  "timestamp": 1652152550753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:18:26.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "aai-ml",
  "timestamp": 1652152551756,
  "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-05-10T03:18:26.820Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40625761-1b0a-4872-bff5-5724c3ba659b
2022-05-10T03:18:26.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40625761-1b0a-4872-bff5-5724c3ba659b 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-05-10T03:18:38.339Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:18:38.348Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:18:38.350Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:18:38.351Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:18:38.353Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:19:08.354Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40625761-1b0a-4872-bff5-5724c3ba659b 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-05-10T03:19:08.360Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40625761-1b0a-4872-bff5-5724c3ba659b and serviceModelVersionId: 90511e1a-8567-4f14-896f-fb134242c588
2022-05-10T03:19:08.361Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39459920-1289-41a7-b803-0a3db4164d91
2022-05-10T03:19:08.362Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0
2022-05-10T03:19:08.367Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:19:08.396Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?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-05-10T03:19:08.396Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0|INFO|500||Invoke
2022-05-10T03:19:08.414Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:19:08.483Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0|INFO|500||InvokeReturn
2022-05-10T03:19:08.483Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39459920-1289-41a7-b803-0a3db4164d91/model-vers/model-ver/90511e1a-8567-4f14-896f-fb134242c588?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220510-03:19:08:423-29427], vertex-id=[368768], Content-Length=[0], Date=[Tue, 10 May 2022 03:19:08 GMT], Content-Type=[application/json]}
2022-05-10T03:19:08.483Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:19:08.484Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:19:08.484Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:19:08.490Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-10T03:19:08.490Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40625761-1b0a-4872-bff5-5724c3ba659b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:19:08.491Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:19:08.491Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:08.493Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:08.493Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152748491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:19:08.593Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:08.594Z||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-05-10T03:19:08.594Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:08.610Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:08.610Z||pool-39-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-05-10T03:19:09.503Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:19:09.504Z|40625761-1b0a-4872-bff5-5724c3ba659b|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-05-10T03:19:09.504Z|40625761-1b0a-4872-bff5-5724c3ba659b|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:19:14.436Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:14.437Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-10T03:19:14.438Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"30651861-1bbf-49d5-bf1e-0fffb1b437e3","serviceName":"Demo_pNF_VRIMoq89UaztaTOsWBMw","serviceVersion":"1.0","serviceUUID":"ad4df7a9-1865-4832-b836-da6624380796","serviceDescription":"catalog service description","serviceInvariantUUID":"3f46caa5-2d74-444e-aa50-152e7564425c","resources":[{"resourceInstanceName":"pNF e845576a-d9af 0","resourceName":"pNF e845576a-d9af","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4cb19178-03bb-46d7-bbab-f4f17ea67ab0","resourceInvariantUUID":"a5b9cf6b-ac00-4854-9486-6a313b03ceca","resourceCustomizationUUID":"900dd347-9bd6-4333-adf4-f7c4c1b12871","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml","artifactChecksum":"OWUxM2VlMzQ1MDkzMDRjYmU2ZDhiY2U1MjgyYWI4YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60750a45-1199-472a-b2f2-6ccc37646a09","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar","artifactChecksum":"NzRmMmRmZjlkMDc5ZjMyM2NkODk1ODMzOWI4NTNkYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94e13e62-2fac-4669-bd38-d9a6d7947536","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5add45de-007d-4e78-b8fe-c248188bc5c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml","artifactChecksum":"YTM2MzM5NzdhZTQ4YzFjODE2ODg5MjE4MDk3MzViYmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"593b3de2-ca2e-4d69-a93f-3600bf1446b9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05c334d8-92ea-42eb-9bd5-ee6476aec52e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e118808a-aa4e-42d6-b9e6-f5776f6b077e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVrimoq89uaztatoswbmw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml","artifactChecksum":"ZmRiNTdlZWZjOTUyY2NjNzJjYWM5MmE3NjBiMTNkM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fe02ae6-d806-4d29-a1aa-3944428ebb4b","artifactVersion":"1"},{"artifactName":"service-DemoPnfVrimoq89uaztatoswbmw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar","artifactChecksum":"ZTM0NmJhNzg2M2QwOGZhMWZhMGEwZWJiMWE5MGMyNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea6099fb-560f-4bb2-93d2-679e62d44a2f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:19:14.441Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:14.441Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:14.443Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:14.443Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:14.543Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:14.544Z||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-05-10T03:19:14.544Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:14.556Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:14.556Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:15.444Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:15.445Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:15.447Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:15.447Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:15.547Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:15.548Z||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-05-10T03:19:15.548Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:15.559Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:15.559Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:16.448Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:16.449Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:16.451Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:16.451Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:16.551Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:16.551Z||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-05-10T03:19:16.551Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:16.562Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:16.562Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:17.451Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:17.452Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:17.454Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:17.455Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:17.555Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:17.555Z||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-05-10T03:19:17.556Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:17.565Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:17.566Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:18.455Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:18.456Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:18.458Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:18.459Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:18.559Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:18.559Z||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-05-10T03:19:18.560Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:18.572Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:18.573Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:19.459Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:19.460Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:19.462Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:19.462Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:19.563Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:19.563Z||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-05-10T03:19:19.563Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:19.574Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:19.574Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:20.463Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:20.464Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:20.466Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:20.466Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:20.566Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:20.567Z||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-05-10T03:19:20.567Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:20.576Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:20.576Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:21.467Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:19:21.468Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:21.470Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:21.470Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:19:21.570Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:21.571Z||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-05-10T03:19:21.571Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:21.582Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:21.582Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:22.471Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "serviceName": "Demo_pNF_VRIMoq89UaztaTOsWBMw",
  "serviceVersion": "1.0",
  "serviceUUID": "ad4df7a9-1865-4832-b836-da6624380796",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3f46caa5-2d74-444e-aa50-152e7564425c",
  "resources": [
    {
      "resourceInstanceName": "pNF e845576a-d9af 0",
      "resourceCustomizationUUID": "900dd347-9bd6-4333-adf4-f7c4c1b12871",
      "resourceName": "pNF e845576a-d9af",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4cb19178-03bb-46d7-bbab-f4f17ea67ab0",
      "resourceInvariantUUID": "a5b9cf6b-ac00-4854-9486-6a313b03ceca",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
      "artifactChecksum": "ZTM0NmJhNzg2M2QwOGZhMWZhMGEwZWJiMWE5MGMyNjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea6099fb-560f-4bb2-93d2-679e62d44a2f"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:19:22.472Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:19:22.472Z|40625761-1b0a-4872-bff5-5724c3ba659b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad4df7a9-1865-4832-b836-da6624380796 ASDC
2022-05-10T03:19:22.472Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:30651861-1bbf-49d5-bf1e-0fffb1b437e3
ServiceName:Demo_pNF_VRIMoq89UaztaTOsWBMw
ServiceVersion:1.0
ServiceUUID:ad4df7a9-1865-4832-b836-da6624380796
ServiceInvariantUUID:3f46caa5-2d74-444e-aa50-152e7564425c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
ArtifactUUID:ea6099fb-560f-4bb2-93d2-679e62d44a2f
ArtifactChecksum:ZTM0NmJhNzg2M2QwOGZhMWZhMGEwZWJiMWE5MGMyNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e845576a-d9af 0
ResourceCustomizationUUID:900dd347-9bd6-4333-adf4-f7c4c1b12871
ResourceInvariantUUID:a5b9cf6b-ac00-4854-9486-6a313b03ceca
ResourceName:pNF e845576a-d9af
ResourceType:PNF
ResourceUUID:4cb19178-03bb-46d7-bbab-f4f17ea67ab0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-10T03:19:22.472Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad4df7a9-1865-4832-b836-da6624380796 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-05-10T03:19:22.494Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:19:22.494Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:19:22.494Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:19:22.495Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ea6099fb-560f-4bb2-93d2-679e62d44a2f from URL: /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:22.495Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:19:22.495Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:22.546Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:19:22.551Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar ea6099fb-560f-4bb2-93d2-679e62d44a2f 82641
2022-05-10T03:19:22.551Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar ASDC sendASDCNotification
2022-05-10T03:19:22.551Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:22.552Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:19:22.552Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:22.553Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:22.553Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152762551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:19:22.653Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:22.654Z||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-05-10T03:19:22.654Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:22.665Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:22.666Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:23.554Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:19:23.555Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:19:23.555Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ea6099fb-560f-4bb2-93d2-679e62d44a2f, URL: /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar to file: /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.556Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.556Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.556Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:23.627Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15814036093103982232/Definitions/service-DemoPnfVrimoq89uaztatoswbmw-template.yml
2022-05-10T03:19:24.128Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e845576a-d9af 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-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.129Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Node template pNF e845576a-d9af 0 is matching search criteria
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e845576a-d9af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Node template pNF e845576a-d9af 0 is matching search criteria
2022-05-10T03:19:24.130Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e845576a-d9af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.131Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.132Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.132Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VRIMoq89UaztaTOsWBMw
Description:catalog service description
Model UUID:ad4df7a9-1865-4832-b836-da6624380796
Model Version:NULL
Model InvariantUuid:3f46caa5-2d74-444e-aa50-152e7564425c
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-05-10T03:19:24.139Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4cb19178-03bb-46d7-bbab-f4f17ea67ab0
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-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||pNF e845576a-d9af 0
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4cb19178-03bb-46d7-bbab-f4f17ea67ab0
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ad4df7a9-1865-4832-b836-da6624380796
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ad4df7a9-1865-4832-b836-da6624380796
2022-05-10T03:19:24.142Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e845576a-d9af 0 4cb19178-03bb-46d7-bbab-f4f17ea67ab0 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-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10712fc7, org.onap.sdc.toscaparser.api.parameters.Input@112fb166, org.onap.sdc.toscaparser.api.parameters.Input@7ef80143, org.onap.sdc.toscaparser.api.parameters.Input@7200fc19, org.onap.sdc.toscaparser.api.parameters.Input@6b16ea89]
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ad4df7a9-1865-4832-b836-da6624380796: pNF e845576a-d9af
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Processing PNF resource: 4cb19178-03bb-46d7-bbab-f4f17ea67ab0
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:19:24.147Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_VRIMoq89UaztaTOsWBMw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:19:24.148Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||Resource customization UUID: 900dd347-9bd6-4333-adf4-f7c4c1b12871 is the same as notified resource customizationUUID: 900dd347-9bd6-4333-adf4-f7c4c1b12871
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-05-10T03:19:24.830Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e845576a-d9af 4cb19178-03bb-46d7-bbab-f4f17ea67ab0 0 ASDC deployResourceStructure
2022-05-10T03:19:24.831Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar ASDC sendASDCNotification
2022-05-10T03:19:24.831Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar
2022-05-10T03:19:24.831Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:19:24.831Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:19:24.833Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:19:24.833Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152764831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:19:24.933Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:19:24.934Z||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-05-10T03:19:24.934Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:19:24.949Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:24.949Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:19:25.833Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30651861-1bbf-49d5-bf1e-0fffb1b437e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:19:25.840Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30651861-1bbf-49d5-bf1e-0fffb1b437e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:19:25.842Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:19:25.842Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:19:25.843Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:19:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:19:26.767Z||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-05-10T03:19:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:19:26.786Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:19:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152585736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152583687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152597665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "cds",
  "timestamp": 1652152598669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-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-05-10T03:19:26.801Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30651861-1bbf-49d5-bf1e-0fffb1b437e3
2022-05-10T03:19:26.801Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30651861-1bbf-49d5-bf1e-0fffb1b437e3 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-05-10T03:19:26.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152591876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152600898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152593284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152593903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152594913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152602598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152602692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152603602,
  "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-05-10T03:19:26.810Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30651861-1bbf-49d5-bf1e-0fffb1b437e3
2022-05-10T03:19:26.810Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30651861-1bbf-49d5-bf1e-0fffb1b437e3 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-05-10T03:19:26.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152603696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152604299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:19:26.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "policy-id",
  "timestamp": 1652152604699,
  "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-05-10T03:19:26.816Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30651861-1bbf-49d5-bf1e-0fffb1b437e3
2022-05-10T03:19:26.816Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30651861-1bbf-49d5-bf1e-0fffb1b437e3 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-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152605481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152606485,
  "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-05-10T03:19:26.826Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 30651861-1bbf-49d5-bf1e-0fffb1b437e3
2022-05-10T03:19:26.826Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30651861-1bbf-49d5-bf1e-0fffb1b437e3 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-05-10T03:19:26.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152609249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152602514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152611205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:19:26.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152611259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:19:26.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "clamp",
  "timestamp": 1652152612263,
  "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-05-10T03:19:26.832Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30651861-1bbf-49d5-bf1e-0fffb1b437e3
2022-05-10T03:19:26.832Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30651861-1bbf-49d5-bf1e-0fffb1b437e3 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-05-10T03:19:26.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152615031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:19:26.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:19:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:19:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "aai-ml",
  "timestamp": 1652152616034,
  "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-05-10T03:19:26.838Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30651861-1bbf-49d5-bf1e-0fffb1b437e3
2022-05-10T03:19:26.838Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30651861-1bbf-49d5-bf1e-0fffb1b437e3 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-05-10T03:19:55.843Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30651861-1bbf-49d5-bf1e-0fffb1b437e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:19:55.852Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30651861-1bbf-49d5-bf1e-0fffb1b437e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:19:55.854Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:19:55.854Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:19:55.854Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:19:55.854Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:19:55.855Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:19:55.857Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:20:25.858Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30651861-1bbf-49d5-bf1e-0fffb1b437e3 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-05-10T03:20:25.864Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30651861-1bbf-49d5-bf1e-0fffb1b437e3 and serviceModelVersionId: ad4df7a9-1865-4832-b836-da6624380796
2022-05-10T03:20:25.865Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f46caa5-2d74-444e-aa50-152e7564425c
2022-05-10T03:20:25.866Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0
2022-05-10T03:20:25.870Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:20:25.896Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0|INFO|500||Invoke
2022-05-10T03:20:25.896Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[30651861-1bbf-49d5-bf1e-0fffb1b437e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1323350-de42-4a5e-9496-204b0e9e8566], X-ECOMP-RequestID=[30651861-1bbf-49d5-bf1e-0fffb1b437e3], X-TransactionId=[], X-ONAP-RequestID=[30651861-1bbf-49d5-bf1e-0fffb1b437e3], Content-Type=[application/merge-patch+json]}
2022-05-10T03:20:25.916Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:20:25.978Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?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/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220510-03:20:25:924-42878], vertex-id=[385152], Content-Length=[0], Date=[Tue, 10 May 2022 03:20:25 GMT], Content-Type=[application/json]}
2022-05-10T03:20:25.978Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:20:25.979Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f46caa5-2d74-444e-aa50-152e7564425c/model-vers/model-ver/ad4df7a9-1865-4832-b836-da6624380796?depth=0|INFO|500||InvokeReturn
2022-05-10T03:20:25.979Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:20:25.980Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:20:25.986Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-10T03:20:25.986Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30651861-1bbf-49d5-bf1e-0fffb1b437e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:20:25.987Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:20:25.987Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:25.989Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:25.989Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152825987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:20:26.089Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:26.090Z||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-05-10T03:20:26.090Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:26.107Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:26.107Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:20:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:20:26.767Z||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-05-10T03:20:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:20:26.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40625761-1b0a-4872-bff5-5724c3ba659b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152748491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:20:26.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152748687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152741876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152741876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152748687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152748687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152741876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152748687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152741876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152752514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152748687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152741876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152753284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152752514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152748687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152753903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152741876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152753284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152752514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152748687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152753903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152741876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152753284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152752514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152753903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152753284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152752514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152753903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152753284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152752514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152758153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152758250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152753903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152753284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152752514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "cds",
  "timestamp": 1652152759158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-10T03:20:26.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6de4aec2-f764-4f89-a357-134785f6c0fd
2022-05-10T03:20:26.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de4aec2-f764-4f89-a357-134785f6c0fd 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-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/resourceInstances/pnfe845576ad9af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152753903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152753284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152760465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152753903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152760593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:26.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152761016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152754914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:20:26.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152761596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152761597,
  "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-05-10T03:20:26.811Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6de4aec2-f764-4f89-a357-134785f6c0fd
2022-05-10T03:20:26.811Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de4aec2-f764-4f89-a357-134785f6c0fd 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-05-10T03:20:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152762019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:26.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152762551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152762639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "policy-id",
  "timestamp": 1652152763021,
  "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-05-10T03:20:26.818Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6de4aec2-f764-4f89-a357-134785f6c0fd
2022-05-10T03:20:26.818Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de4aec2-f764-4f89-a357-134785f6c0fd 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-05-10T03:20:26.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152763677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:26.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152764700,
  "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-05-10T03:20:26.823Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6de4aec2-f764-4f89-a357-134785f6c0fd
2022-05-10T03:20:26.823Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de4aec2-f764-4f89-a357-134785f6c0fd 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-05-10T03:20:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152764831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVrimoq89uaztatoswbmw/1.0/artifacts/service-DemoPnfVrimoq89uaztatoswbmw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:26.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152765704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:26.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152765926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:26.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:20:26.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152765736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:26.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:20:26.998Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-10T03:20:26.999Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6de4aec2-f764-4f89-a357-134785f6c0fd","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3a6fb61c-fe98-4ef7-a4c7-215edd375033","serviceDescription":"service","serviceInvariantUUID":"94576230-0c8e-4274-b49f-8195535e8de6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebd942df-9f93-4ae5-9653-4430d73ecd94","resourceInvariantUUID":"b23c8abe-9624-4642-871b-8c60b1401ba5","resourceCustomizationUUID":"6e7e9073-523b-43cf-9db7-9a7ae431b7c3","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":"NzFiMjM2YTgwNDY5ZDNjYTQwOGFkM2VkM2NiYTUyOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99c79515-c6d6-4e2f-9271-f2194156d9ad","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":"MjcxMjM1NmMwMDM2NzkzNGQzNTQ3NWNiMTFmYWQ1ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5b47c8b-0dab-41b9-a3b6-75bb473f891b","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":"006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b","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":"611b7920-4224-4726-b2b0-9ca375825ca0","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":"6d09c245-720d-4432-876f-9084600fa327","artifactVersion":"2","generatedFromUUID":"006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmQ3MDc2N2FiNTQwNmJlNWFmOGQxYjAzOGFmOWUzMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"056b361f-2097-4233-9e80-fc783c8ac082","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTQ3OGQ4OGJlZjVlMTZlNTMzZjI0YWVkZjgwMDZjZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c31b8c3-e591-48a0-95f9-5b8f01603d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:20:26.999Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:20:26.999Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:27.001Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:27.001Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:27.101Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:27.102Z||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-05-10T03:20:27.102Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:27.114Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:27.114Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:28.002Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:20:28.002Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:28.004Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:28.004Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:20:28.104Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:20:28.105Z||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-05-10T03:20:28.105Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:28.116Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:28.117Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:29.005Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:20:29.006Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:29.008Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:29.008Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:20:29.108Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:29.109Z||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-05-10T03:20:29.109Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:29.121Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:29.121Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:30.009Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:20:30.009Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:30.011Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:30.011Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:30.112Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:20:30.112Z||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-05-10T03:20:30.112Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:30.123Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:30.123Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:20:31.012Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:20:31.013Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:31.015Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:31.015Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-10T03:20:31.115Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:31.115Z||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-05-10T03:20:31.116Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:31.126Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:31.127Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:32.015Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:20:32.016Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:32.018Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:32.018Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:20:32.119Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:20:32.119Z||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-05-10T03:20:32.119Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:32.130Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:32.130Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:33.019Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:20:33.020Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:33.022Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:33.022Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:20:33.122Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:33.123Z||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-05-10T03:20:33.123Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:33.134Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:33.134Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:34.024Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3a6fb61c-fe98-4ef7-a4c7-215edd375033",
  "serviceDescription": "service",
  "serviceInvariantUUID": "94576230-0c8e-4274-b49f-8195535e8de6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6e7e9073-523b-43cf-9db7-9a7ae431b7c3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ebd942df-9f93-4ae5-9653-4430d73ecd94",
      "resourceInvariantUUID": "b23c8abe-9624-4642-871b-8c60b1401ba5",
      "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": "MjcxMjM1NmMwMDM2NzkzNGQzNTQ3NWNiMTFmYWQ1ODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c5b47c8b-0dab-41b9-a3b6-75bb473f891b",
          "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": "006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b",
          "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": "6d09c245-720d-4432-876f-9084600fa327",
            "generatedFromUUID": "006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b"
          },
          "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": "6d09c245-720d-4432-876f-9084600fa327",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTQ3OGQ4OGJlZjVlMTZlNTMzZjI0YWVkZjgwMDZjZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c31b8c3-e591-48a0-95f9-5b8f01603d1d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:20:34.024Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:20:34.025Z|30651861-1bbf-49d5-bf1e-0fffb1b437e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a6fb61c-fe98-4ef7-a4c7-215edd375033 ASDC
2022-05-10T03:20:34.025Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6de4aec2-f764-4f89-a357-134785f6c0fd
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3a6fb61c-fe98-4ef7-a4c7-215edd375033
ServiceInvariantUUID:94576230-0c8e-4274-b49f-8195535e8de6
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:4c31b8c3-e591-48a0-95f9-5b8f01603d1d
ArtifactChecksum:NTQ3OGQ4OGJlZjVlMTZlNTMzZjI0YWVkZjgwMDZjZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6e7e9073-523b-43cf-9db7-9a7ae431b7c3
ResourceInvariantUUID:b23c8abe-9624-4642-871b-8c60b1401ba5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ebd942df-9f93-4ae5-9653-4430d73ecd94
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:c5b47c8b-0dab-41b9-a3b6-75bb473f891b
ArtifactChecksum:MjcxMjM1NmMwMDM2NzkzNGQzNTQ3NWNiMTFmYWQ1ODg=
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:006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b
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:6d09c245-720d-4432-876f-9084600fa327
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:6d09c245-720d-4432-876f-9084600fa327
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-10T03:20:34.026Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a6fb61c-fe98-4ef7-a4c7-215edd375033 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-05-10T03:20:34.053Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:20:34.053Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:20:34.054Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:20:34.054Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4c31b8c3-e591-48a0-95f9-5b8f01603d1d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-10T03:20:34.054Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:20:34.054Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-10T03:20:34.106Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:20:34.110Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4c31b8c3-e591-48a0-95f9-5b8f01603d1d 71067
2022-05-10T03:20:34.111Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-10T03:20:34.111Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-10T03:20:34.111Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:20:34.111Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:34.113Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:34.113Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152834111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:34.213Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:34.214Z||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-05-10T03:20:34.214Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:34.225Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:34.225Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:35.114Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:20:35.115Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-10T03:20:35.115Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4c31b8c3-e591-48a0-95f9-5b8f01603d1d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-10T03:20:35.116Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-10T03:20:35.116Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-10T03:20:35.116Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-10T03:20:35.603Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16190810625271946354/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-05-10T03:20:36.340Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:20:36.340Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:20:36.340Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-10T03:20:36.340Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-10T03:20:36.340Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:20:36.341Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-10T03:20:36.342Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:20:36.343Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b73923fd-fdaa-44d7-9317-e51e672a6c9a
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.344Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:36.345Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.345Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:36.345Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:36.345Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:36.345Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3a6fb61c-fe98-4ef7-a4c7-215edd375033
Model Version:NULL
Model InvariantUuid:94576230-0c8e-4274-b49f-8195535e8de6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6d3ed371-d87c-41f6-9da4-4efeddf011ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b23c8abe-9624-4642-871b-8c60b1401ba5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6e7e9073-523b-43cf-9db7-9a7ae431b7c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3590a123-bba5-4b6b-a802-b1cfcd68d322
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c326ff26-53ca-4eff-87f0-a41e43ce4a4f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b73923fd-fdaa-44d7-9317-e51e672a6c9a
ModelInvariantUuid:8714e8c9-e143-45ca-967d-a5df307cc4b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1b33c5ff-21d9-489b-a208-ff24e42813c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5944c8a3-cad1-4384-9f40-9a7443886151
ModelInvariantUuid:94528a5b-425d-4e41-9f06-7307c83994a5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:80a2eec3-4f0f-438a-81f9-4779357d625b
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-05-10T03:20:36.353Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ebd942df-9f93-4ae5-9653-4430d73ecd94
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-05-10T03:20:36.355Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-05-10T03:20:36.355Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebd942df-9f93-4ae5-9653-4430d73ecd94
2022-05-10T03:20:36.355Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c5b47c8b-0dab-41b9-a3b6-75bb473f891b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-10T03:20:36.355Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:20:36.355Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.391Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:20:36.391Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c5b47c8b-0dab-41b9-a3b6-75bb473f891b 787
2022-05-10T03:20:36.392Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.392Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:36.392Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:20:36.392Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:36.394Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:36.395Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152836392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:36.495Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:36.495Z||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-05-10T03:20:36.496Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:36.507Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:36.507Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:37.395Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3590a123-bba5-4b6b-a802-b1cfcd68d322",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c326ff26-53ca-4eff-87f0-a41e43ce4a4f",
    "vfModuleModelCustomizationUUID": "f5b63767-e6b9-484b-ad9c-b1c6131a5e25",
    "isBase": true,
    "artifacts": [
      "006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b",
      "6d09c245-720d-4432-876f-9084600fa327"
    ],
    "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-05-10T03:20:37.399Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c326ff26-53ca-4eff-87f0-a41e43ce4a4f
VfModuleModelInvariantUUID:3590a123-bba5-4b6b-a802-b1cfcd68d322
VfModuleModelDescription:NULL
Artifacts UUID List:{
006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b
,
6d09c245-720d-4432-876f-9084600fa327

}
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-05-10T03:20:37.400Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3590a123-bba5-4b6b-a802-b1cfcd68d322",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c326ff26-53ca-4eff-87f0-a41e43ce4a4f",
    "vfModuleModelCustomizationUUID": "f5b63767-e6b9-484b-ad9c-b1c6131a5e25",
    "isBase": true,
    "artifacts": [
      "006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b",
      "6d09c245-720d-4432-876f-9084600fa327"
    ],
    "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-05-10T03:20:37.401Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c326ff26-53ca-4eff-87f0-a41e43ce4a4f
VfModuleModelInvariantUUID:3590a123-bba5-4b6b-a802-b1cfcd68d322
VfModuleModelDescription:NULL
Artifacts UUID List:{
006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b
,
6d09c245-720d-4432-876f-9084600fa327

}
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-05-10T03:20:37.401Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-10T03:20:37.401Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:20:37.401Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:37.433Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:20:37.433Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 006d5ee4-0fee-42c5-8be4-c7df2d2f8a8b 5033
2022-05-10T03:20:37.433Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:37.433Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:37.433Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:20:37.434Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:37.435Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:37.435Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152837433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:37.536Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:20:37.536Z||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-05-10T03:20:37.536Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:37.547Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:37.548Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:38.436Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6d09c245-720d-4432-876f-9084600fa327 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-10T03:20:38.437Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-10T03:20:38.437Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:38.473Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-10T03:20:38.473Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6d09c245-720d-4432-876f-9084600fa327 903
2022-05-10T03:20:38.473Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:38.473Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:38.473Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:20:38.473Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:38.475Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:38.475Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152838473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:20:38.575Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:38.576Z||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-05-10T03:20:38.576Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:38.586Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:38.586Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:39.475Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3a6fb61c-fe98-4ef7-a4c7-215edd375033
2022-05-10T03:20:39.476Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ebd942df-9f93-4ae5-9653-4430d73ecd94 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-05-10T03:20:39.493Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dc7d68c, org.onap.sdc.toscaparser.api.parameters.Input@3f2758c4, org.onap.sdc.toscaparser.api.parameters.Input@65405a5e, org.onap.sdc.toscaparser.api.parameters.Input@55445379, org.onap.sdc.toscaparser.api.parameters.Input@76948ceb]
2022-05-10T03:20:39.494Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.495Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.495Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-10T03:20:39.495Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6e7e9073-523b-43cf-9db7-9a7ae431b7c3
2022-05-10T03:20:39.495Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e7e9073-523b-43cf-9db7-9a7ae431b7c3 matches Tosca VF Customization UUID: 6e7e9073-523b-43cf-9db7-9a7ae431b7c3
2022-05-10T03:20:39.495Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6e7e9073-523b-43cf-9db7-9a7ae431b7c3  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-05-10T03:20:39.497Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.498Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.498Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6e7e9073-523b-43cf-9db7-9a7ae431b7c3: {\"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-05-10T03:20:39.498Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63ad7b7d
2022-05-10T03:20:39.498Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.499Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:20:39.499Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f5b63767-e6b9-484b-ad9c-b1c6131a5e25
2022-05-10T03:20:39.499Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f5b63767-e6b9-484b-ad9c-b1c6131a5e25
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-05-10T03:20:39.501Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.501Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:39.501Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:20:39.502Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.502Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:39.502Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:20:39.502Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.502Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-10T03:20:39.502Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-10T03:20:39.503Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-10T03:20:39.503Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b73923fd-fdaa-44d7-9317-e51e672a6c9a
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-05-10T03:20:39.505Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.505Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:39.505Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:20:39.505Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.506Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-10T03:20:39.506Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6e7e9073-523b-43cf-9db7-9a7ae431b7c3
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-05-10T03:20:39.507Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.507Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3a6fb61c-fe98-4ef7-a4c7-215edd375033: basic_vm
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.508Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.509Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:20:39.509Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:20:39.509Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:39.588Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ebd942df-9f93-4ae5-9653-4430d73ecd94 1 ASDC deployResourceStructure
2022-05-10T03:20:39.589Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:39.589Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:39.589Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:20:39.589Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:39.591Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:39.591Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152839589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:39.691Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:39.692Z||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-05-10T03:20:39.692Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:39.703Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:39.703Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:40.591Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:40.592Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:40.592Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:20:40.593Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:40.595Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:40.595Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152840591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:40.695Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:20:40.696Z||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-05-10T03:20:40.696Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:40.708Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:40.709Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:41.596Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:41.597Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||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-05-10T03:20:41.597Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:20:41.597Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:41.599Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:41.599Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152841596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:41.700Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:20:41.700Z||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-05-10T03:20:41.701Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:41.712Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:41.712Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:42.600Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-10T03:20:42.601Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-10T03:20:42.601Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:20:42.601Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:20:42.602Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:20:42.602Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152842600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:20:42.703Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:20:42.703Z||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-05-10T03:20:42.704Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:20:42.715Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:20:42.715Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:20:43.603Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6de4aec2-f764-4f89-a357-134785f6c0fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:20:43.612Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6de4aec2-f764-4f89-a357-134785f6c0fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:20:43.614Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:20:43.614Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:20:43.614Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:21:13.614Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6de4aec2-f764-4f89-a357-134785f6c0fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:21:13.622Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6de4aec2-f764-4f89-a357-134785f6c0fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:21:13.624Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:21:13.625Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:21:13.625Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:21:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:21:26.767Z||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-05-10T03:21:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:21:26.782Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:21:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:21:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "aai-ml",
  "timestamp": 1652152766929,
  "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-05-10T03:21:26.785Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6de4aec2-f764-4f89-a357-134785f6c0fd
2022-05-10T03:21:26.785Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de4aec2-f764-4f89-a357-134785f6c0fd 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-05-10T03:21:43.625Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6de4aec2-f764-4f89-a357-134785f6c0fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:21:43.635Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6de4aec2-f764-4f89-a357-134785f6c0fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:21:43.637Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:21:43.637Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:21:43.637Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:21:43.638Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:21:43.638Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:21:43.638Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:21:43.638Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:21:43.638Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:21:43.638Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:21:43.638Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-10T03:21:43.641Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:22:13.641Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6de4aec2-f764-4f89-a357-134785f6c0fd 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-05-10T03:22:13.647Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6de4aec2-f764-4f89-a357-134785f6c0fd and serviceModelVersionId: 3a6fb61c-fe98-4ef7-a4c7-215edd375033
2022-05-10T03:22:13.647Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94576230-0c8e-4274-b49f-8195535e8de6
2022-05-10T03:22:13.648Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94576230-0c8e-4274-b49f-8195535e8de6/model-vers/model-ver/3a6fb61c-fe98-4ef7-a4c7-215edd375033?depth=0
2022-05-10T03:22:13.654Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:22:13.678Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94576230-0c8e-4274-b49f-8195535e8de6/model-vers/model-ver/3a6fb61c-fe98-4ef7-a4c7-215edd375033?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-05-10T03:22:13.679Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94576230-0c8e-4274-b49f-8195535e8de6/model-vers/model-ver/3a6fb61c-fe98-4ef7-a4c7-215edd375033?depth=0|INFO|500||Invoke
2022-05-10T03:22:13.702Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94576230-0c8e-4274-b49f-8195535e8de6/model-vers/model-ver/3a6fb61c-fe98-4ef7-a4c7-215edd375033?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:22:14.953Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94576230-0c8e-4274-b49f-8195535e8de6/model-vers/model-ver/3a6fb61c-fe98-4ef7-a4c7-215edd375033?depth=0|INFO|500||InvokeReturn
2022-05-10T03:22:14.954Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94576230-0c8e-4274-b49f-8195535e8de6/model-vers/model-ver/3a6fb61c-fe98-4ef7-a4c7-215edd375033?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220510-03:22:13:711-24762], vertex-id=[417920], Content-Length=[0], Date=[Tue, 10 May 2022 03:22:13 GMT], Content-Type=[application/json]}
2022-05-10T03:22:14.954Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:22:14.954Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:22:14.954Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:22:14.961Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-10T03:22:14.961Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6de4aec2-f764-4f89-a357-134785f6c0fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:22:14.961Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:22:14.962Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:22:14.964Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:22:14.964Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152934961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:22:15.064Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:22:15.064Z||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-05-10T03:22:15.065Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:22:15.079Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:22:15.079Z||pool-66-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-05-10T03:22:15.974Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:22:15.975Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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-05-10T03:22:15.975Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:22:26.688Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:22:26.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:22:26.689Z||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-05-10T03:22:26.689Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:22:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:22:26.767Z||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-05-10T03:22:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:22:26.779Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:22:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152765736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:22:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:22:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152765736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:22:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:22:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152765736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:22:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:22:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152765736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:22:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:22:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152765736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:22:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:22:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152765736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:22:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:22:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152781276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:22:26.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:22:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152783286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:22:26.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:22:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "clamp",
  "timestamp": 1652152784290,
  "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-05-10T03:22:27.469Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6de4aec2-f764-4f89-a357-134785f6c0fd
2022-05-10T03:22:27.469Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de4aec2-f764-4f89-a357-134785f6c0fd 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-05-10T03:22:27.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:22:27.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30651861-1bbf-49d5-bf1e-0fffb1b437e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152825987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:22:27.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:22:36.220Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:22:36.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:22:36.221Z||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-05-10T03:22:36.222Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:22:45.750Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:22:45.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:22:45.751Z||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-05-10T03:22:45.751Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:22:55.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:22:55.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:22:55.281Z||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-05-10T03:22:55.282Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:23:04.812Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:04.812Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:23:04.813Z||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-05-10T03:23:04.813Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:23:10.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:10.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-10T03:23:10.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c36cb4d3-71ef-493f-a6ec-ad9cccc5528a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"58cd2079-7702-4463-afe0-468931d5a02f","serviceDescription":"service","serviceInvariantUUID":"f7e83012-898c-4e95-9ab7-6a8a03e2b552","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9682f274-5451-4029-b307-179c123fec7a","resourceInvariantUUID":"c22b9aab-f883-4518-95bf-9f1a7506f7d0","resourceCustomizationUUID":"3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a","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":"MmMyNzg0YjQxZTE3ZTFhNGUxMzgxZmNkOTE5OTU2N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe8f1a11-098c-47ee-96be-ead99080e5bb","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":"ca7c1c08-3cc2-4f2a-9ab6-5228f0060201","artifactVersion":"2","generatedFromUUID":"1a1b317b-7d2a-41a4-9313-73a97c120e92"},{"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":"1a1b317b-7d2a-41a4-9313-73a97c120e92","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":"YmEyZjA2ZDI1NTJjMDMxMWVmZGI2NmQ0MmFhYzk4Y2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c918a96-3271-4fbd-95c3-f6badc89b501","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":"291b66c7-c3ba-4232-a2c8-2fb1401f819c","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":"9334a028-ad41-4013-9940-970504e0a4ee","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":"2118a237-1bb9-487b-a52b-273323d0c008","artifactVersion":"2","generatedFromUUID":"291b66c7-c3ba-4232-a2c8-2fb1401f819c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjFhOTE5ZmNhOGJlYTJkMmU0MTA3OTdhZmI4MzAxMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1aa3b353-0717-4d34-829c-9121c443ca49","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTMxMmNiZWFlMDVkZGRkNzE4ZDk2MDg5MzEyYmI1MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15b1f77d-8a1c-4785-8e18-d54cd786e811","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:23:10.029Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:10.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:10.032Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:10.032Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:23:10.132Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:10.133Z||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-05-10T03:23:10.133Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:10.147Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:10.148Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:11.033Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:11.034Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:11.036Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:11.036Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-10T03:23:11.136Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:11.137Z||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-05-10T03:23:11.137Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:11.149Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:11.149Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:12.037Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:12.038Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:12.039Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:12.039Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-10T03:23:12.140Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:12.140Z||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-05-10T03:23:12.141Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:12.153Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:12.153Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:13.040Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:13.041Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:13.043Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:13.044Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:23:13.143Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:23:13.144Z||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-05-10T03:23:13.144Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:13.157Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:13.157Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:14.044Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:14.045Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:14.047Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:14.047Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:23:14.147Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:14.148Z||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-05-10T03:23:14.148Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:14.159Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:14.160Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:15.048Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:15.049Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:15.051Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:15.051Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:23:15.151Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:15.152Z||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-05-10T03:23:15.152Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:15.163Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:15.163Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:16.052Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:16.053Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:16.055Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:16.056Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-10T03:23:16.156Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:16.156Z||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-05-10T03:23:16.157Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:16.166Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:16.167Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:17.058Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:17.060Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:17.062Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:17.062Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:23:17.163Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:23:17.164Z||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-05-10T03:23:17.164Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:17.176Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:17.176Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:18.063Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:23:18.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:18.066Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:18.066Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:23:18.166Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:18.167Z||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-05-10T03:23:18.167Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:18.177Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:18.178Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:19.068Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "58cd2079-7702-4463-afe0-468931d5a02f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f7e83012-898c-4e95-9ab7-6a8a03e2b552",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9682f274-5451-4029-b307-179c123fec7a",
      "resourceInvariantUUID": "c22b9aab-f883-4518-95bf-9f1a7506f7d0",
      "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": "ca7c1c08-3cc2-4f2a-9ab6-5228f0060201",
          "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": "1a1b317b-7d2a-41a4-9313-73a97c120e92",
          "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": "YmEyZjA2ZDI1NTJjMDMxMWVmZGI2NmQ0MmFhYzk4Y2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9c918a96-3271-4fbd-95c3-f6badc89b501",
          "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": "291b66c7-c3ba-4232-a2c8-2fb1401f819c",
          "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": "2118a237-1bb9-487b-a52b-273323d0c008",
            "generatedFromUUID": "291b66c7-c3ba-4232-a2c8-2fb1401f819c"
          },
          "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": "2118a237-1bb9-487b-a52b-273323d0c008",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTMxMmNiZWFlMDVkZGRkNzE4ZDk2MDg5MzEyYmI1MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "15b1f77d-8a1c-4785-8e18-d54cd786e811"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:23:19.068Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:23:19.068Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 58cd2079-7702-4463-afe0-468931d5a02f ASDC
2022-05-10T03:23:19.069Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:58cd2079-7702-4463-afe0-468931d5a02f
ServiceInvariantUUID:f7e83012-898c-4e95-9ab7-6a8a03e2b552
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:15b1f77d-8a1c-4785-8e18-d54cd786e811
ArtifactChecksum:YTMxMmNiZWFlMDVkZGRkNzE4ZDk2MDg5MzEyYmI1MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a
ResourceInvariantUUID:c22b9aab-f883-4518-95bf-9f1a7506f7d0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9682f274-5451-4029-b307-179c123fec7a
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:ca7c1c08-3cc2-4f2a-9ab6-5228f0060201
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:1a1b317b-7d2a-41a4-9313-73a97c120e92
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:9c918a96-3271-4fbd-95c3-f6badc89b501
ArtifactChecksum:YmEyZjA2ZDI1NTJjMDMxMWVmZGI2NmQ0MmFhYzk4Y2I=
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:291b66c7-c3ba-4232-a2c8-2fb1401f819c
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:2118a237-1bb9-487b-a52b-273323d0c008
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:2118a237-1bb9-487b-a52b-273323d0c008
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-10T03:23:19.069Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58cd2079-7702-4463-afe0-468931d5a02f 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-05-10T03:23:19.103Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:23:19.104Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:23:19.104Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:23:19.104Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 15b1f77d-8a1c-4785-8e18-d54cd786e811 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-10T03:23:19.104Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:23:19.104Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:19.842Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:23:19.848Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 15b1f77d-8a1c-4785-8e18-d54cd786e811 68959
2022-05-10T03:23:19.848Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:19.848Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:19.848Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:23:19.849Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:19.851Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:19.851Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152999848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:19.951Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:19.952Z||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-05-10T03:23:19.952Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:19.964Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:19.964Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:20.851Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:23:20.852Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:23:20.853Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 15b1f77d-8a1c-4785-8e18-d54cd786e811, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-10T03:23:20.853Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-10T03:23:20.854Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-10T03:23:20.854Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-10T03:23:20.960Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9091721710178692762/Definitions/service-BasicCnf-template.yml
2022-05-10T03:23:21.659Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:23:21.660Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.661Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.662Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0304ea5e-c1ee-4eb1-b4ee-a9d8fe6f6fec
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:21.663Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:58cd2079-7702-4463-afe0-468931d5a02f
Model Version:NULL
Model InvariantUuid:f7e83012-898c-4e95-9ab7-6a8a03e2b552
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5b80bf5f-1628-4379-a28e-460019ca3344
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c22b9aab-f883-4518-95bf-9f1a7506f7d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c81ffdf2-8272-4775-94e4-d7481829f382
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e013a0ce-2b0e-4118-a37e-8d410d1873fd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0304ea5e-c1ee-4eb1-b4ee-a9d8fe6f6fec
ModelInvariantUuid:7dd0c26b-ccbe-43ac-ba45-1fb9db1fedf9
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b640aba4-8076-4186-8c37-20d7745bb4cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:54d4435a-42cc-466b-b6ac-b62ff19e64c1
ModelInvariantUuid:42f404e0-a359-47de-813b-9233d822db73
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f9b38e30-64ab-4984-a947-599cc81ca9d8
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-05-10T03:23:21.672Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9682f274-5451-4029-b307-179c123fec7a
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-05-10T03:23:21.675Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-05-10T03:23:21.675Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9682f274-5451-4029-b307-179c123fec7a
2022-05-10T03:23:21.675Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ca7c1c08-3cc2-4f2a-9ab6-5228f0060201 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-10T03:23:21.675Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:23:21.676Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.711Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:23:21.712Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 ca7c1c08-3cc2-4f2a-9ab6-5228f0060201 12
2022-05-10T03:23:21.712Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.712Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:21.712Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:23:21.713Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:21.715Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:21.715Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153001712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:21.815Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:21.816Z||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-05-10T03:23:21.816Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:21.826Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:21.827Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:23:22.715Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a1b317b-7d2a-41a4-9313-73a97c120e92 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-10T03:23:22.716Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:23:22.716Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:22.753Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:23:22.753Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 1a1b317b-7d2a-41a4-9313-73a97c120e92 2688
2022-05-10T03:23:22.753Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:22.753Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:22.753Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:23:22.754Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:22.755Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:22.756Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153002753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:22.856Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:22.857Z||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-05-10T03:23:22.857Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:22.868Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:22.869Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:23.757Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9c918a96-3271-4fbd-95c3-f6badc89b501 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-10T03:23:23.757Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:23:23.758Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:23.790Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:23:23.791Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 9c918a96-3271-4fbd-95c3-f6badc89b501 828
2022-05-10T03:23:23.791Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:23.791Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:23.791Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:23:23.792Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:23.794Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:23.794Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153003791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:23.894Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:23.895Z||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-05-10T03:23:23.895Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:23.905Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:23.905Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:24.794Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c81ffdf2-8272-4775-94e4-d7481829f382",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e013a0ce-2b0e-4118-a37e-8d410d1873fd",
    "vfModuleModelCustomizationUUID": "859bb585-bc10-447b-a036-068b233264d3",
    "isBase": true,
    "artifacts": [
      "291b66c7-c3ba-4232-a2c8-2fb1401f819c",
      "1a1b317b-7d2a-41a4-9313-73a97c120e92",
      "2118a237-1bb9-487b-a52b-273323d0c008"
    ],
    "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-05-10T03:23:24.799Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e013a0ce-2b0e-4118-a37e-8d410d1873fd
VfModuleModelInvariantUUID:c81ffdf2-8272-4775-94e4-d7481829f382
VfModuleModelDescription:NULL
Artifacts UUID List:{
291b66c7-c3ba-4232-a2c8-2fb1401f819c
,
1a1b317b-7d2a-41a4-9313-73a97c120e92
,
2118a237-1bb9-487b-a52b-273323d0c008

}
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-05-10T03:23:24.801Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c81ffdf2-8272-4775-94e4-d7481829f382",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e013a0ce-2b0e-4118-a37e-8d410d1873fd",
    "vfModuleModelCustomizationUUID": "859bb585-bc10-447b-a036-068b233264d3",
    "isBase": true,
    "artifacts": [
      "291b66c7-c3ba-4232-a2c8-2fb1401f819c",
      "1a1b317b-7d2a-41a4-9313-73a97c120e92",
      "2118a237-1bb9-487b-a52b-273323d0c008"
    ],
    "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-05-10T03:23:24.801Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e013a0ce-2b0e-4118-a37e-8d410d1873fd
VfModuleModelInvariantUUID:c81ffdf2-8272-4775-94e4-d7481829f382
VfModuleModelDescription:NULL
Artifacts UUID List:{
291b66c7-c3ba-4232-a2c8-2fb1401f819c
,
1a1b317b-7d2a-41a4-9313-73a97c120e92
,
2118a237-1bb9-487b-a52b-273323d0c008

}
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-05-10T03:23:24.801Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 291b66c7-c3ba-4232-a2c8-2fb1401f819c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-10T03:23:24.801Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:23:24.801Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:24.865Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:23:24.866Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 291b66c7-c3ba-4232-a2c8-2fb1401f819c 1164
2022-05-10T03:23:24.866Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:24.866Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:24.866Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:23:24.866Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:24.868Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:24.868Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153004866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:24.968Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:23:24.969Z||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-05-10T03:23:24.969Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:24.979Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:24.979Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:25.869Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2118a237-1bb9-487b-a52b-273323d0c008 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-10T03:23:25.870Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:23:25.870Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:25.908Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:23:25.908Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2118a237-1bb9-487b-a52b-273323d0c008 200
2022-05-10T03:23:25.908Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:25.908Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:25.909Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:23:25.909Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:25.911Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:25.911Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153005908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:26.011Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:26.012Z||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-05-10T03:23:26.012Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:26.021Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:26.021Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:23:26.767Z||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-05-10T03:23:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:23:26.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:26.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:23:26.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152749503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152834111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152836392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152837433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152838473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152839589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152840591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152841596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152842600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:26.784Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:23:26.911Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 58cd2079-7702-4463-afe0-468931d5a02f
2022-05-10T03:23:26.912Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9682f274-5451-4029-b307-179c123fec7a 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-05-10T03:23:26.927Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 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-05-10T03:23:26.930Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f16661, org.onap.sdc.toscaparser.api.parameters.Input@30fc1133, org.onap.sdc.toscaparser.api.parameters.Input@74df66b2, org.onap.sdc.toscaparser.api.parameters.Input@785e97de, org.onap.sdc.toscaparser.api.parameters.Input@711534da]
2022-05-10T03:23:26.931Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.931Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:26.931Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-10T03:23:26.931Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a
2022-05-10T03:23:26.931Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a matches Tosca VF Customization UUID: 3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a
2022-05-10T03:23:26.931Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a  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-05-10T03:23:26.933Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.934Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:26.934Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a: {\"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-05-10T03:23:26.934Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22b95c53
2022-05-10T03:23:26.934Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.934Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:26.934Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 859bb585-bc10-447b-a036-068b233264d3
2022-05-10T03:23:26.934Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 859bb585-bc10-447b-a036-068b233264d3
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-05-10T03:23:26.936Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.936Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:26.936Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:23:26.936Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.936Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:26.936Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:23:26.936Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.937Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-10T03:23:26.937Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-10T03:23:26.937Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0304ea5e-c1ee-4eb1-b4ee-a9d8fe6f6fec
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-05-10T03:23:26.938Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.938Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:26.938Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:23:26.939Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.939Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-10T03:23:26.939Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3bdf1d7d-6cf5-45ee-976d-ce2bcc6ca70a
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-05-10T03:23:26.940Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.940Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:26.940Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 58cd2079-7702-4463-afe0-468931d5a02f: basic_cnf
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:23:26.941Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:27.001Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9682f274-5451-4029-b307-179c123fec7a 1 ASDC deployResourceStructure
2022-05-10T03:23:27.001Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:27.001Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:27.001Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-10T03:23:27.002Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:27.003Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:27.003Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153007001,
  "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-05-10T03:23:27.103Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:27.104Z||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-05-10T03:23:27.104Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:27.115Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:27.115Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:28.004Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:28.004Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:28.004Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-10T03:23:28.005Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:28.007Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:28.007Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153008003,
  "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-05-10T03:23:28.107Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:28.108Z||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-05-10T03:23:28.108Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:28.118Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:28.118Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:29.008Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:29.009Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:29.009Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:23:29.009Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:29.012Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:29.012Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153009008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:29.112Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:29.113Z||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-05-10T03:23:29.113Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:29.122Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:29.123Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:23:30.014Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:30.014Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:30.014Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:23:30.014Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:30.017Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:30.017Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:30.118Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:23:30.119Z||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-05-10T03:23:30.119Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:30.128Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:30.128Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:23:31.018Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:31.019Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:31.019Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:23:31.019Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:31.022Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:31.022Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153011018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:31.122Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:31.123Z||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-05-10T03:23:31.123Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:31.134Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:31.134Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:32.023Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:32.023Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:23:32.023Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:23:32.024Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:23:32.026Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:23:32.026Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153012023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:23:32.126Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:23:32.127Z||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-05-10T03:23:32.127Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:23:32.137Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:23:32.137Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:23:33.027Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:23:33.033Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:23:33.034Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:23:33.034Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:23:33.034Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:24:03.035Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:24:03.042Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:24:03.044Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:24:03.044Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:24:03.045Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:24:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:24:26.768Z||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-05-10T03:24:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:24:26.785Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:24:26.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-10T03:24:26.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de4aec2-f764-4f89-a357-134785f6c0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152934961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:24:26.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:24:33.045Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:24:33.050Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:24:33.051Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:24:33.051Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:24:33.052Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:25:03.052Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:25:03.059Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:25:03.061Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:25:03.061Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:25:03.061Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:25:26.767Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:25:26.768Z||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-05-10T03:25:26.769Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:25:26.788Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:25:26.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652152988687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652152981876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152984812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652152999848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652153000003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153000059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "cds",
  "timestamp": 1652153001006,
  "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-05-10T03:25:26.811Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
2022-05-10T03:25:26.811Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36cb4d3-71ef-493f-a6ec-ad9cccc5528a 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-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652152992514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153001712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652152993284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153002077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652153002250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652152993903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153002753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652153002980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153003081,
  "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-05-10T03:25:26.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
2022-05-10T03:25:26.821Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36cb4d3-71ef-493f-a6ec-ad9cccc5528a 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-05-10T03:25:26.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652152994913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153003599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153003791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652153003984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153004640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153004866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "policy-id",
  "timestamp": 1652153004987,
  "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-05-10T03:25:26.830Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
2022-05-10T03:25:26.830Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36cb4d3-71ef-493f-a6ec-ad9cccc5528a 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-05-10T03:25:26.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153005678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153005908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:25:26.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:25:26.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:25:26.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:25:26.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:25:33.061Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:25:33.069Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:25:33.070Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:25:33.070Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:25:33.070Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:26:03.070Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:26:03.080Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:26:03.082Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:26:03.083Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:26:03.083Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:26:26.767Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:26:26.768Z||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-05-10T03:26:26.768Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:26:27.287Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:26:27.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153006713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:26:27.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153007001,
  "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-05-10T03:26:27.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:26:27.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153007750,
  "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-05-10T03:26:27.293Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
2022-05-10T03:26:27.293Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36cb4d3-71ef-493f-a6ec-ad9cccc5528a 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-05-10T03:26:27.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153008003,
  "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-05-10T03:26:27.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153008754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652153009006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153009008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "aai-ml",
  "timestamp": 1652153010009,
  "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-05-10T03:26:27.303Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
2022-05-10T03:26:27.303Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36cb4d3-71ef-493f-a6ec-ad9cccc5528a 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-05-10T03:26:27.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153010014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:26:27.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153011018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153012023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:26:27.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153005736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153023317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153025326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:26:27.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "clamp",
  "timestamp": 1652153026329,
  "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-05-10T03:26:27.311Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
2022-05-10T03:26:27.311Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c36cb4d3-71ef-493f-a6ec-ad9cccc5528a 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-05-10T03:26:33.083Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:26:33.090Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:26:33.092Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:26:33.092Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:26:33.092Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:26:33.092Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:26:33.092Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:26:33.092Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:26:33.093Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:26:33.093Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:26:33.093Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:26:33.093Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:26:33.093Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:26:33.096Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:27:03.096Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a 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-05-10T03:27:03.100Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c36cb4d3-71ef-493f-a6ec-ad9cccc5528a and serviceModelVersionId: 58cd2079-7702-4463-afe0-468931d5a02f
2022-05-10T03:27:03.100Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7e83012-898c-4e95-9ab7-6a8a03e2b552
2022-05-10T03:27:03.101Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0
2022-05-10T03:27:03.108Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:27:03.135Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0|INFO|500||Invoke
2022-05-10T03:27:03.135Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c36cb4d3-71ef-493f-a6ec-ad9cccc5528a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c0e7613-500a-4fda-beb0-84ae5055314a], X-ECOMP-RequestID=[c36cb4d3-71ef-493f-a6ec-ad9cccc5528a], X-TransactionId=[], X-ONAP-RequestID=[c36cb4d3-71ef-493f-a6ec-ad9cccc5528a], Content-Type=[application/merge-patch+json]}
2022-05-10T03:27:03.153Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:27:03.216Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?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/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220510-03:27:03:161-95370], vertex-id=[446592], Content-Length=[0], Date=[Tue, 10 May 2022 03:27:03 GMT], Content-Type=[application/json]}
2022-05-10T03:27:03.216Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:27:03.217Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7e83012-898c-4e95-9ab7-6a8a03e2b552/model-vers/model-ver/58cd2079-7702-4463-afe0-468931d5a02f?depth=0|INFO|500||InvokeReturn
2022-05-10T03:27:03.217Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:27:03.218Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:27:03.224Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:27:03.225Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c36cb4d3-71ef-493f-a6ec-ad9cccc5528a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:27:03.225Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:27:03.225Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:27:03.227Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:27:03.227Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153223225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:27:03.327Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:27:03.328Z||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-05-10T03:27:03.328Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:27:03.343Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:27:03.343Z||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-05-10T03:27:04.235Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:27:04.236Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:27:04.236Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:27:15.697Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:27:15.698Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:27:15.698Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:27:15.698Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:27:25.229Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:27:25.230Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:27:25.230Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:27:25.230Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:27:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:27:26.767Z||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-05-10T03:27:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:27:27.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:27:27.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-10T03:27:27.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c36cb4d3-71ef-493f-a6ec-ad9cccc5528a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153223225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:27:27.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:27:34.760Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:27:34.761Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:27:34.761Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:27:34.762Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:27:44.292Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:27:44.293Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:27:44.294Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:27:44.294Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:27:53.824Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:28:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:28:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:28:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:28:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:28:26.767Z||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-05-10T03:28:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:28:36.296Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:28:36.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:29:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:29:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:29:26.766Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:29:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:29:26.766Z||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-05-10T03:29:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:29:36.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:29:36.301Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:30:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:30:26.766Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:30:26.766Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:30:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:30:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:30:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:30:36.300Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:30:36.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:31:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:31:26.766Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:31:26.766Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:31:26.766Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:31:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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-05-10T03:31:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:31:36.298Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:31:36.298Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:32:26.765Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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-05-10T03:32:26.766Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:32:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:32:26.767Z||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-05-10T03:32:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:32:26.957Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:32:27.386Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:27.387Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-10T03:32:27.387Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e4b79b6-a876-4f76-b900-15ebcf7b5a01","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7f2d9602-2147-45d9-b191-c7d491bbb6c0","serviceDescription":"service","serviceInvariantUUID":"784af331-366d-4b83-a71d-59a04fe91765","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f297be39-df2e-4ba2-94ad-8b3b56f0f0b2","resourceInvariantUUID":"b2f1ff5a-268c-43f9-9d44-391c495b598d","resourceCustomizationUUID":"d6acc20b-e466-4f21-b871-b650cda26d41","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":"Nzk3MWU3NDg4ZjEwOTg1NTFmYjdlOGQ3YTZmYzQ4Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2a3c851-d527-4f6e-8ca5-5dff5bea0b5d","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":"NTg4YzgyNzc5MGQ3Nzg4MjViZWJkYWZkZWRkMGViN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d0ff3b4-aaf2-4226-b244-603f83cbf5e0","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":"ccabacba-e8c2-4080-91ea-f281fc005e24","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":"d80d5521-1518-462b-bba9-2f9f69bc9699","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":"f2fd63d9-09e7-447a-9e25-1f376b889a23","artifactVersion":"2","generatedFromUUID":"ccabacba-e8c2-4080-91ea-f281fc005e24"},{"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":"YTcyMTMyMjI2NDY0ODY0MTlhOTUyMTE4ZGUwZWJiYWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7650b2af-9534-4629-8194-8d1efc6e25fb","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":"ODQwOWExOGEzYWM1NWE3MjkyNjBlZGNkNjMzOGI3ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44a91386-3aa0-4ed3-ae38-f5e5694aeead","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2Y2NzlhYTY1ZDkzNDY3OTMwNzkxMTAxZDAyOTcyMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0b4e2c4-062a-4e2e-a19b-f9354d2dda73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:32:27.389Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:27.389Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:27.392Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:27.392Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:27.492Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:27.493Z||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-05-10T03:32:27.493Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:27.503Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:27.503Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:28.392Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:28.393Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:28.395Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:28.395Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:32:28.495Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:28.496Z||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-05-10T03:32:28.496Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:28.506Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:28.506Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:29.396Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:29.397Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:29.399Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:29.399Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:32:29.499Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:29.499Z||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-05-10T03:32:29.500Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:29.509Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:29.510Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:30.400Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:30.401Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:30.403Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:30.403Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:30.503Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:30.504Z||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-05-10T03:32:30.504Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:30.515Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:30.515Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:31.404Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:31.405Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:31.407Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:31.407Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-10T03:32:31.507Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:31.507Z||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-05-10T03:32:31.508Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:31.517Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:31.517Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:32.407Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:32.408Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:32.410Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:32.411Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:32.511Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:32.512Z||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-05-10T03:32:32.512Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:32.521Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:32.521Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:33.411Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:33.413Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:33.415Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:33.415Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:32:33.515Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:33.516Z||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-05-10T03:32:33.516Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:33.525Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:33.526Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:34.416Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:32:34.417Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:34.419Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:34.419Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:32:34.519Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:34.520Z||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-05-10T03:32:34.520Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:34.531Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:34.531Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:35.421Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7f2d9602-2147-45d9-b191-c7d491bbb6c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "784af331-366d-4b83-a71d-59a04fe91765",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d6acc20b-e466-4f21-b871-b650cda26d41",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f297be39-df2e-4ba2-94ad-8b3b56f0f0b2",
      "resourceInvariantUUID": "b2f1ff5a-268c-43f9-9d44-391c495b598d",
      "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": "NTg4YzgyNzc5MGQ3Nzg4MjViZWJkYWZkZWRkMGViN2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d0ff3b4-aaf2-4226-b244-603f83cbf5e0",
          "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": "ccabacba-e8c2-4080-91ea-f281fc005e24",
          "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": "f2fd63d9-09e7-447a-9e25-1f376b889a23",
            "generatedFromUUID": "ccabacba-e8c2-4080-91ea-f281fc005e24"
          },
          "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": "f2fd63d9-09e7-447a-9e25-1f376b889a23",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2Y2NzlhYTY1ZDkzNDY3OTMwNzkxMTAxZDAyOTcyMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d0b4e2c4-062a-4e2e-a19b-f9354d2dda73"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:32:35.421Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:32:35.421Z|c36cb4d3-71ef-493f-a6ec-ad9cccc5528a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f2d9602-2147-45d9-b191-c7d491bbb6c0 ASDC
2022-05-10T03:32:35.422Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3e4b79b6-a876-4f76-b900-15ebcf7b5a01
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7f2d9602-2147-45d9-b191-c7d491bbb6c0
ServiceInvariantUUID:784af331-366d-4b83-a71d-59a04fe91765
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:d0b4e2c4-062a-4e2e-a19b-f9354d2dda73
ArtifactChecksum:N2Y2NzlhYTY1ZDkzNDY3OTMwNzkxMTAxZDAyOTcyMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d6acc20b-e466-4f21-b871-b650cda26d41
ResourceInvariantUUID:b2f1ff5a-268c-43f9-9d44-391c495b598d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f297be39-df2e-4ba2-94ad-8b3b56f0f0b2
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:7d0ff3b4-aaf2-4226-b244-603f83cbf5e0
ArtifactChecksum:NTg4YzgyNzc5MGQ3Nzg4MjViZWJkYWZkZWRkMGViN2Y=
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:ccabacba-e8c2-4080-91ea-f281fc005e24
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:f2fd63d9-09e7-447a-9e25-1f376b889a23
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:f2fd63d9-09e7-447a-9e25-1f376b889a23
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-10T03:32:35.422Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f2d9602-2147-45d9-b191-c7d491bbb6c0 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-05-10T03:32:35.450Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:32:35.451Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:32:35.451Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:32:35.451Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d0b4e2c4-062a-4e2e-a19b-f9354d2dda73 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-10T03:32:35.451Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:32:35.451Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-10T03:32:35.500Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:32:35.506Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d0b4e2c4-062a-4e2e-a19b-f9354d2dda73 78812
2022-05-10T03:32:35.506Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-10T03:32:35.506Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-10T03:32:35.506Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:32:35.506Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:35.508Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:35.508Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153555506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:32:35.608Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:35.609Z||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-05-10T03:32:35.609Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:35.619Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:35.620Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:36.509Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:32:36.510Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:32:36.510Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d0b4e2c4-062a-4e2e-a19b-f9354d2dda73, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-10T03:32:36.510Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-10T03:32:36.511Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-10T03:32:36.511Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-10T03:32:36.589Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3946289465401973667/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-05-10T03:32:37.366Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:32:37.366Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-BasicVmMacro-csar.csar
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.367Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:32:37.368Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-10T03:32:37.369Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-10T03:32:37.370Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:32:37.370Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.370Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:32:37.370Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.370Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:37.370Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:32:37.370Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-10T03:32:37.371Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=908f30f9-237e-4bef-9996-334208f2cc94
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.372Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:37.373Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:37.373Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:37.373Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7f2d9602-2147-45d9-b191-c7d491bbb6c0
Model Version:NULL
Model InvariantUuid:784af331-366d-4b83-a71d-59a04fe91765
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:be06c9b5-2365-4f79-a056-b0d5d2d17902
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2f1ff5a-268c-43f9-9d44-391c495b598d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6acc20b-e466-4f21-b871-b650cda26d41
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f3d593ab-a009-4cda-957e-4a4a854957cd
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:21cc28ff-643f-4b79-9117-58a8886f7000
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:908f30f9-237e-4bef-9996-334208f2cc94
ModelInvariantUuid:9d2914d2-7c40-4cd0-baa3-11e5e0158c85
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d2ad6804-5f96-45b5-ac77-e3a6d869bb56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:dd055771-857f-439a-af03-b99690ee241b
ModelInvariantUuid:456efb20-61fc-4563-a12e-1635e691c644
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:258bf395-41fa-4185-8521-69a142589d49
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-05-10T03:32:37.379Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f297be39-df2e-4ba2-94ad-8b3b56f0f0b2
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-05-10T03:32:37.382Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-05-10T03:32:37.382Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f297be39-df2e-4ba2-94ad-8b3b56f0f0b2
2022-05-10T03:32:37.382Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d0ff3b4-aaf2-4226-b244-603f83cbf5e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-10T03:32:37.382Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:32:37.382Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:37.415Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:32:37.415Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7d0ff3b4-aaf2-4226-b244-603f83cbf5e0 792
2022-05-10T03:32:37.416Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:37.416Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:37.416Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:32:37.416Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:37.418Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:37.418Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153557416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:32:37.518Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:37.519Z||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-05-10T03:32:37.519Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:37.530Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:37.530Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:38.419Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f3d593ab-a009-4cda-957e-4a4a854957cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21cc28ff-643f-4b79-9117-58a8886f7000",
    "vfModuleModelCustomizationUUID": "6890d091-0dcd-411e-930c-7a8468da9149",
    "isBase": true,
    "artifacts": [
      "ccabacba-e8c2-4080-91ea-f281fc005e24",
      "f2fd63d9-09e7-447a-9e25-1f376b889a23"
    ],
    "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-05-10T03:32:38.422Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21cc28ff-643f-4b79-9117-58a8886f7000
VfModuleModelInvariantUUID:f3d593ab-a009-4cda-957e-4a4a854957cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccabacba-e8c2-4080-91ea-f281fc005e24
,
f2fd63d9-09e7-447a-9e25-1f376b889a23

}
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-05-10T03:32:38.425Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f3d593ab-a009-4cda-957e-4a4a854957cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21cc28ff-643f-4b79-9117-58a8886f7000",
    "vfModuleModelCustomizationUUID": "6890d091-0dcd-411e-930c-7a8468da9149",
    "isBase": true,
    "artifacts": [
      "ccabacba-e8c2-4080-91ea-f281fc005e24",
      "f2fd63d9-09e7-447a-9e25-1f376b889a23"
    ],
    "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-05-10T03:32:38.425Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21cc28ff-643f-4b79-9117-58a8886f7000
VfModuleModelInvariantUUID:f3d593ab-a009-4cda-957e-4a4a854957cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccabacba-e8c2-4080-91ea-f281fc005e24
,
f2fd63d9-09e7-447a-9e25-1f376b889a23

}
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-05-10T03:32:38.425Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ccabacba-e8c2-4080-91ea-f281fc005e24 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-10T03:32:38.425Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:32:38.425Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:38.461Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:32:38.461Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ccabacba-e8c2-4080-91ea-f281fc005e24 5033
2022-05-10T03:32:38.461Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:38.462Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:38.462Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:32:38.462Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:38.464Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:38.464Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153558461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:32:38.564Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:38.564Z||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-05-10T03:32:38.565Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:38.574Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:38.575Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:39.464Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2fd63d9-09e7-447a-9e25-1f376b889a23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-10T03:32:39.465Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:32:39.465Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:39.498Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:32:39.498Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f2fd63d9-09e7-447a-9e25-1f376b889a23 903
2022-05-10T03:32:39.498Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:39.499Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:39.499Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:32:39.499Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:39.501Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:39.501Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153559498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:32:39.601Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:39.602Z||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-05-10T03:32:39.602Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:39.613Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:39.613Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:40.501Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7f2d9602-2147-45d9-b191-c7d491bbb6c0
2022-05-10T03:32:40.502Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f297be39-df2e-4ba2-94ad-8b3b56f0f0b2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:32:40.517Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55c62586, org.onap.sdc.toscaparser.api.parameters.Input@495a9992, org.onap.sdc.toscaparser.api.parameters.Input@60278b51, org.onap.sdc.toscaparser.api.parameters.Input@7e9a78fd, org.onap.sdc.toscaparser.api.parameters.Input@1a1498bd]
2022-05-10T03:32:40.518Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.518Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.518Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-10T03:32:40.519Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d6acc20b-e466-4f21-b871-b650cda26d41
2022-05-10T03:32:40.519Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6acc20b-e466-4f21-b871-b650cda26d41 matches Tosca VF Customization UUID: d6acc20b-e466-4f21-b871-b650cda26d41
2022-05-10T03:32:40.519Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d6acc20b-e466-4f21-b871-b650cda26d41  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-05-10T03:32:40.521Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.521Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.521Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d6acc20b-e466-4f21-b871-b650cda26d41: {\"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-05-10T03:32:40.522Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@764ebccf
2022-05-10T03:32:40.522Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.522Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:32:40.522Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6890d091-0dcd-411e-930c-7a8468da9149
2022-05-10T03:32:40.522Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6890d091-0dcd-411e-930c-7a8468da9149
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-05-10T03:32:40.524Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.524Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:40.524Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:32:40.524Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.524Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:40.525Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:32:40.525Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.525Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-10T03:32:40.525Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-10T03:32:40.525Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-10T03:32:40.525Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=908f30f9-237e-4bef-9996-334208f2cc94
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-05-10T03:32:40.527Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.527Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:40.527Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:32:40.527Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.527Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-10T03:32:40.527Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d6acc20b-e466-4f21-b871-b650cda26d41
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-05-10T03:32:40.529Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.529Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.530Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7f2d9602-2147-45d9-b191-c7d491bbb6c0: basic_vm_macro
2022-05-10T03:32:40.530Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.530Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.531Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.531Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.531Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.531Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.531Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.532Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.532Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:32:40.532Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:32:40.532Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:40.634Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f297be39-df2e-4ba2-94ad-8b3b56f0f0b2 1 ASDC deployResourceStructure
2022-05-10T03:32:40.634Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:40.634Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:40.634Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:32:40.634Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:40.636Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:40.636Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153560634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:32:40.736Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:40.737Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-10T03:32:40.738Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:40.749Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:40.750Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:41.637Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:41.637Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:41.637Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:32:41.638Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:41.639Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:41.640Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153561637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:32:41.740Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:41.740Z||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-05-10T03:32:41.740Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:41.752Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:41.752Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:42.640Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:42.640Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||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-05-10T03:32:42.641Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:32:42.641Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:42.642Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:42.642Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153562640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:32:42.742Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:42.743Z||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-05-10T03:32:42.743Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:42.754Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:42.754Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:43.642Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-10T03:32:43.643Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-10T03:32:43.643Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:32:43.643Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:32:43.645Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:32:43.645Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153563642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:32:43.745Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:32:43.746Z||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-05-10T03:32:43.746Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:32:43.755Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:32:43.756Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:32:44.646Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:32:44.654Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:32:44.655Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:32:44.655Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:32:44.656Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:33:14.656Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:33:14.661Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:33:14.663Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:33:14.663Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:33:14.663Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:33:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:33:26.767Z||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-05-10T03:33:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:33:26.782Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:33:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:33:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:33:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:33:44.663Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:33:44.669Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:33:44.671Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:33:44.671Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:33:44.671Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:34:14.671Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:34:14.676Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:34:14.678Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:34:14.678Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:34:14.678Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:34:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:34:26.767Z||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-05-10T03:34:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:34:26.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:34:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:34:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:34:26.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:34:44.678Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:34:44.683Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:34:44.684Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:34:44.685Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:34:44.685Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:35:14.685Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:35:14.691Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:35:14.693Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:35:14.693Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:35:14.693Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:35:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:35:26.767Z||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-05-10T03:35:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:35:26.787Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:35:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153532514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153533903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153533284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153548926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153548934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153548931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153549935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153549967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "policy-id",
  "timestamp": 1652153550938,
  "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-05-10T03:35:26.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
2022-05-10T03:35:26.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 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-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153551006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153552026,
  "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-05-10T03:35:26.810Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
2022-05-10T03:35:26.810Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 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-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153552390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153553028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153545736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153553983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153546765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "aai-ml",
  "timestamp": 1652153554986,
  "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-05-10T03:35:26.815Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
2022-05-10T03:35:26.815Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 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-05-10T03:35:26.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "cds",
  "timestamp": 1652153555416,
  "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-05-10T03:35:26.820Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
2022-05-10T03:35:26.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 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-05-10T03:35:26.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153555506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153557416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153558461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153559498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153551876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153560634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153561095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153561408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153561637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153562640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153563497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153563642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153564412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153564501,
  "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-05-10T03:35:26.828Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
2022-05-10T03:35:26.828Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 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-05-10T03:35:26.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "clamp",
  "timestamp": 1652153565415,
  "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-05-10T03:35:26.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
2022-05-10T03:35:26.833Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 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-05-10T03:35:26.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153581876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153588687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153599733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153599857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "cds",
  "timestamp": 1652153601125,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:35:26.848Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58211470-f26f-41b2-bc25-45bf9c2e3a38
2022-05-10T03:35:26.848Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58211470-f26f-41b2-bc25-45bf9c2e3a38 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-05-10T03:35:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153601681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153592514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153602684,
  "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-05-10T03:35:26.857Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58211470-f26f-41b2-bc25-45bf9c2e3a38
2022-05-10T03:35:26.857Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58211470-f26f-41b2-bc25-45bf9c2e3a38 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-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153593284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153603217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153593903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153603993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153594913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153604597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153604996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153605639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:35:26.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:35:26.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "policy-id",
  "timestamp": 1652153605999,
  "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-05-10T03:35:26.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58211470-f26f-41b2-bc25-45bf9c2e3a38
2022-05-10T03:35:26.865Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58211470-f26f-41b2-bc25-45bf9c2e3a38 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-05-10T03:35:26.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:35:26.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:35:26.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:35:44.693Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:35:44.700Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:35:44.701Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:35:44.702Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:35:44.702Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:35:44.702Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:35:44.702Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:35:44.703Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:35:44.703Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:35:44.703Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:35:44.703Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:35:44.703Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:35:44.703Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-05-10T03:35:44.706Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:36:14.706Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 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-05-10T03:36:14.711Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 and serviceModelVersionId: 7f2d9602-2147-45d9-b191-c7d491bbb6c0
2022-05-10T03:36:14.711Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 784af331-366d-4b83-a71d-59a04fe91765
2022-05-10T03:36:14.712Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/784af331-366d-4b83-a71d-59a04fe91765/model-vers/model-ver/7f2d9602-2147-45d9-b191-c7d491bbb6c0?depth=0
2022-05-10T03:36:14.718Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:36:14.742Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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/784af331-366d-4b83-a71d-59a04fe91765/model-vers/model-ver/7f2d9602-2147-45d9-b191-c7d491bbb6c0?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-05-10T03:36:14.743Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/784af331-366d-4b83-a71d-59a04fe91765/model-vers/model-ver/7f2d9602-2147-45d9-b191-c7d491bbb6c0?depth=0|INFO|500||Invoke
2022-05-10T03:36:14.756Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/784af331-366d-4b83-a71d-59a04fe91765/model-vers/model-ver/7f2d9602-2147-45d9-b191-c7d491bbb6c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:36:16.102Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/784af331-366d-4b83-a71d-59a04fe91765/model-vers/model-ver/7f2d9602-2147-45d9-b191-c7d491bbb6c0?depth=0|INFO|500||InvokeReturn
2022-05-10T03:36:16.102Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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/784af331-366d-4b83-a71d-59a04fe91765/model-vers/model-ver/7f2d9602-2147-45d9-b191-c7d491bbb6c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220510-03:36:14:766-74207], vertex-id=[225304], Content-Length=[0], Date=[Tue, 10 May 2022 03:36:14 GMT], Content-Type=[application/json]}
2022-05-10T03:36:16.103Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:36:16.103Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:36:16.103Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-05-10T03:36:16.107Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-05-10T03:36:16.107Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e4b79b6-a876-4f76-b900-15ebcf7b5a01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:36:16.107Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:36:16.108Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:16.110Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:16.110Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153776107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:36:16.210Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:16.211Z||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-05-10T03:36:16.211Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:16.225Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:16.225Z||pool-105-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-05-10T03:36:17.124Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:36:17.124Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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-05-10T03:36:17.125Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:36:23.091Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:23.092Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-10T03:36:23.092Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"58211470-f26f-41b2-bc25-45bf9c2e3a38","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fa2e5d19-9722-4802-9376-45216d742298","serviceDescription":"service","serviceInvariantUUID":"9f57e0aa-e3fe-45d8-809d-7c05aa78492c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f93cc47-bed8-4318-89e4-9326335796f6","resourceInvariantUUID":"95cdaef2-9827-45a0-bf10-f112114ffed1","resourceCustomizationUUID":"cbab3860-a364-452a-80d1-fe9ca4f0958a","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":"MWI2MDhhNTVhMTU1ZDI0NmQ4MGViMTA1YjY5MzU5OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dc93c73-73e2-458d-8fcb-cc29414bfa75","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":"ODdmYjFkMzM2MjdmMTczZWY3ODUxNjRlMDdhZGQ0M2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc83f619-0fab-4066-ab59-026217a4302f","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":"f6bb88ec-b254-4e09-8176-c08e4e831bcc","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":"c0b95d03-0c0f-40ae-affc-22db511d1261","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":"e61a703c-c084-4384-8a7e-72f1af729501","artifactVersion":"2","generatedFromUUID":"a2cf3428-26d1-4edd-9447-344187765e16"},{"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":"2b0fe6a6-5c31-4402-93fe-6ad69087b7dd","artifactVersion":"2","generatedFromUUID":"f6bb88ec-b254-4e09-8176-c08e4e831bcc"},{"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":"a2cf3428-26d1-4edd-9447-344187765e16","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":"f5b59df7-5984-4cf4-9092-a09abf132188","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":"Y2RiYWNhYjU0MzBhZDA2ODRlYmY1NjY1NGUwNmRiNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aedd44db-1611-4be1-8ceb-0e39da93bbba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmEyY2RiMzI3MjdmODFjNmY0MTVlMjhiNWYxNzNkMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9106c54-b9e6-4b62-b399-880dae5822f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:36:23.093Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:23.094Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:23.095Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:23.095Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:23.195Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:36:23.196Z||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-05-10T03:36:23.196Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:23.206Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:23.207Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:24.096Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:24.096Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:24.098Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:24.098Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:36:24.199Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-10T03:36:24.200Z||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-05-10T03:36:24.200Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:24.211Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:24.211Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:25.099Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:25.100Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:25.101Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:25.101Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:36:25.202Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:36:25.202Z||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-05-10T03:36:25.202Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:25.212Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:25.213Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:26.102Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:26.103Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:26.105Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:26.106Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.206Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:36:26.206Z||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-05-10T03:36:26.206Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:26.217Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:26.218Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:36:26.767Z||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-05-10T03:36:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:36:26.781Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153606680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:26.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:36:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:36:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153607722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:26.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:36:26.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153608556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:36:26.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:36:26.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153608844,
  "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-05-10T03:36:26.791Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58211470-f26f-41b2-bc25-45bf9c2e3a38
2022-05-10T03:36:26.792Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58211470-f26f-41b2-bc25-45bf9c2e3a38 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-05-10T03:36:26.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "aai-ml",
  "timestamp": 1652153609559,
  "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-05-10T03:36:26.806Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58211470-f26f-41b2-bc25-45bf9c2e3a38
2022-05-10T03:36:26.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58211470-f26f-41b2-bc25-45bf9c2e3a38 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-05-10T03:36:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153609847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:36:26.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:36:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:26.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153605736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153629418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153633423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:36:26.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "clamp",
  "timestamp": 1652153634426,
  "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-05-10T03:36:26.822Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58211470-f26f-41b2-bc25-45bf9c2e3a38
2022-05-10T03:36:26.822Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58211470-f26f-41b2-bc25-45bf9c2e3a38 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-05-10T03:36:27.107Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:27.108Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:27.110Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:27.110Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-10T03:36:27.212Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-10T03:36:27.213Z||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-05-10T03:36:27.213Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:27.227Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:27.227Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:28.111Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:28.112Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:28.114Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:28.115Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-10T03:36:28.215Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:28.215Z||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-05-10T03:36:28.215Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:28.226Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:28.226Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:29.115Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:29.116Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:29.118Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:29.118Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-10T03:36:29.219Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:29.219Z||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-05-10T03:36:29.219Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:29.230Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:29.230Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:30.119Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:30.120Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:30.122Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:30.122Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:30.222Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:30.223Z||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-05-10T03:36:30.223Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:30.235Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:30.236Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:31.123Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:31.124Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:31.126Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:31.126Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:36:31.226Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:36:31.227Z||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-05-10T03:36:31.227Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:31.238Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:31.239Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:32.127Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:36:32.128Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:32.130Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:32.130Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:36:32.230Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:32.231Z||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-05-10T03:36:32.231Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:32.242Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:32.242Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:33.132Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fa2e5d19-9722-4802-9376-45216d742298",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9f57e0aa-e3fe-45d8-809d-7c05aa78492c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "cbab3860-a364-452a-80d1-fe9ca4f0958a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f93cc47-bed8-4318-89e4-9326335796f6",
      "resourceInvariantUUID": "95cdaef2-9827-45a0-bf10-f112114ffed1",
      "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": "ODdmYjFkMzM2MjdmMTczZWY3ODUxNjRlMDdhZGQ0M2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bc83f619-0fab-4066-ab59-026217a4302f",
          "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": "f6bb88ec-b254-4e09-8176-c08e4e831bcc",
          "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": "2b0fe6a6-5c31-4402-93fe-6ad69087b7dd",
            "generatedFromUUID": "f6bb88ec-b254-4e09-8176-c08e4e831bcc"
          },
          "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": "e61a703c-c084-4384-8a7e-72f1af729501",
          "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": "2b0fe6a6-5c31-4402-93fe-6ad69087b7dd",
          "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": "a2cf3428-26d1-4edd-9447-344187765e16",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YmEyY2RiMzI3MjdmODFjNmY0MTVlMjhiNWYxNzNkMjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e9106c54-b9e6-4b62-b399-880dae5822f7"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:36:33.132Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:36:33.132Z|3e4b79b6-a876-4f76-b900-15ebcf7b5a01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fa2e5d19-9722-4802-9376-45216d742298 ASDC
2022-05-10T03:36:33.133Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:58211470-f26f-41b2-bc25-45bf9c2e3a38
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:fa2e5d19-9722-4802-9376-45216d742298
ServiceInvariantUUID:9f57e0aa-e3fe-45d8-809d-7c05aa78492c
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:e9106c54-b9e6-4b62-b399-880dae5822f7
ArtifactChecksum:YmEyY2RiMzI3MjdmODFjNmY0MTVlMjhiNWYxNzNkMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:cbab3860-a364-452a-80d1-fe9ca4f0958a
ResourceInvariantUUID:95cdaef2-9827-45a0-bf10-f112114ffed1
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:2f93cc47-bed8-4318-89e4-9326335796f6
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:bc83f619-0fab-4066-ab59-026217a4302f
ArtifactChecksum:ODdmYjFkMzM2MjdmMTczZWY3ODUxNjRlMDdhZGQ0M2U=
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:f6bb88ec-b254-4e09-8176-c08e4e831bcc
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:2b0fe6a6-5c31-4402-93fe-6ad69087b7dd
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:e61a703c-c084-4384-8a7e-72f1af729501
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:2b0fe6a6-5c31-4402-93fe-6ad69087b7dd
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:a2cf3428-26d1-4edd-9447-344187765e16
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-10T03:36:33.133Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa2e5d19-9722-4802-9376-45216d742298 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-05-10T03:36:33.160Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:36:33.161Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:36:33.161Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:36:33.161Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e9106c54-b9e6-4b62-b399-880dae5822f7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:33.161Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:36:33.161Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:33.244Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:36:33.256Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e9106c54-b9e6-4b62-b399-880dae5822f7 158208
2022-05-10T03:36:33.256Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-10T03:36:33.256Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:33.256Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:36:33.257Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:33.259Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:33.259Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153793256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:33.359Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:33.359Z||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-05-10T03:36:33.359Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:33.369Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:33.370Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:34.259Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:36:34.260Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:36:34.260Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e9106c54-b9e6-4b62-b399-880dae5822f7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:34.261Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-10T03:36:34.262Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:34.262Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:34.359Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6594227596184740553/Definitions/service-BasicCnfMacro-template.yml
2022-05-10T03:36:35.018Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:36:35.018Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:36:35.018Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:35.018Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-10T03:36:35.018Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|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-BasicCnfMacro-csar.csar
2022-05-10T03:36:35.019Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:35.019Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:35.019Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:35.019Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:36:35.019Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.019Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:35.019Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:35.020Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:36:35.020Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:36:35.020Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.020Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:35.020Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:35.020Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:36:35.020Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:36:35.021Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.021Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:35.021Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.021Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-10T03:36:35.021Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-10T03:36:35.021Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-10T03:36:35.022Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:36:35.022Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.022Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:36:35.022Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.022Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:35.022Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:36:35.022Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.023Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:35.023Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:36:35.023Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.023Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:35.023Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:36:35.023Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.024Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:35.024Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:36:35.024Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.024Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-10T03:36:35.024Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-10T03:36:35.024Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6e31213b-dc20-45c2-91cd-9078d5f5f980
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:35.025Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:35.026Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:fa2e5d19-9722-4802-9376-45216d742298
Model Version:NULL
Model InvariantUuid:9f57e0aa-e3fe-45d8-809d-7c05aa78492c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a1de4553-85c2-429d-95e2-fe3e762d529a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95cdaef2-9827-45a0-bf10-f112114ffed1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cbab3860-a364-452a-80d1-fe9ca4f0958a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:023fc6c5-26f2-436b-a677-14b304c9658e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9855df7e-6d70-4ebe-a3a6-639b2f632a30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:69fd65bd-bf2f-4424-a558-ccbd0eb05543
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:68360248-4e97-44b3-b6e5-2da4f3729629
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6e31213b-dc20-45c2-91cd-9078d5f5f980
ModelInvariantUuid:fe5cf2d9-dc48-454f-a074-14cea9e96329
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d4372783-3a2b-482c-b876-f5ad51f671ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:df90a370-0fad-4483-a727-5401ba957e1f
ModelInvariantUuid:697ca02e-2726-43ae-9e1e-dfea335d5a2e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:6833d5e8-f21a-46c4-870f-3ee3aae24b4e
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-05-10T03:36:35.032Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f93cc47-bed8-4318-89e4-9326335796f6
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-05-10T03:36:35.034Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-05-10T03:36:35.034Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f93cc47-bed8-4318-89e4-9326335796f6
2022-05-10T03:36:35.035Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bc83f619-0fab-4066-ab59-026217a4302f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-10T03:36:35.035Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:36:35.035Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:35.068Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:36:35.068Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json bc83f619-0fab-4066-ab59-026217a4302f 1565
2022-05-10T03:36:35.068Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:35.068Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:35.068Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:36:35.069Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:35.070Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:35.070Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153795068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:35.170Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:35.171Z||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-05-10T03:36:35.171Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:35.181Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:35.182Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:36.071Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "69fd65bd-bf2f-4424-a558-ccbd0eb05543",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68360248-4e97-44b3-b6e5-2da4f3729629",
    "vfModuleModelCustomizationUUID": "2c134229-84f0-43a4-bd49-0ca254aa3470",
    "isBase": true,
    "artifacts": [
      "f6bb88ec-b254-4e09-8176-c08e4e831bcc",
      "2b0fe6a6-5c31-4402-93fe-6ad69087b7dd"
    ],
    "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": "023fc6c5-26f2-436b-a677-14b304c9658e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9855df7e-6d70-4ebe-a3a6-639b2f632a30",
    "vfModuleModelCustomizationUUID": "e0e7bfce-63e9-413d-9093-e88f750dd6ff",
    "isBase": false,
    "artifacts": [
      "a2cf3428-26d1-4edd-9447-344187765e16"
    ],
    "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-05-10T03:36:36.074Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68360248-4e97-44b3-b6e5-2da4f3729629
VfModuleModelInvariantUUID:69fd65bd-bf2f-4424-a558-ccbd0eb05543
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6bb88ec-b254-4e09-8176-c08e4e831bcc
,
2b0fe6a6-5c31-4402-93fe-6ad69087b7dd

}
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:9855df7e-6d70-4ebe-a3a6-639b2f632a30
VfModuleModelInvariantUUID:023fc6c5-26f2-436b-a677-14b304c9658e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2cf3428-26d1-4edd-9447-344187765e16

}
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-05-10T03:36:36.077Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "69fd65bd-bf2f-4424-a558-ccbd0eb05543",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68360248-4e97-44b3-b6e5-2da4f3729629",
    "vfModuleModelCustomizationUUID": "2c134229-84f0-43a4-bd49-0ca254aa3470",
    "isBase": true,
    "artifacts": [
      "f6bb88ec-b254-4e09-8176-c08e4e831bcc",
      "2b0fe6a6-5c31-4402-93fe-6ad69087b7dd"
    ],
    "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": "023fc6c5-26f2-436b-a677-14b304c9658e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9855df7e-6d70-4ebe-a3a6-639b2f632a30",
    "vfModuleModelCustomizationUUID": "e0e7bfce-63e9-413d-9093-e88f750dd6ff",
    "isBase": false,
    "artifacts": [
      "a2cf3428-26d1-4edd-9447-344187765e16"
    ],
    "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-05-10T03:36:36.077Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68360248-4e97-44b3-b6e5-2da4f3729629
VfModuleModelInvariantUUID:69fd65bd-bf2f-4424-a558-ccbd0eb05543
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6bb88ec-b254-4e09-8176-c08e4e831bcc
,
2b0fe6a6-5c31-4402-93fe-6ad69087b7dd

}
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:9855df7e-6d70-4ebe-a3a6-639b2f632a30
VfModuleModelInvariantUUID:023fc6c5-26f2-436b-a677-14b304c9658e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2cf3428-26d1-4edd-9447-344187765e16

}
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-05-10T03:36:36.077Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6bb88ec-b254-4e09-8176-c08e4e831bcc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-10T03:36:36.078Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:36:36.078Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:36.117Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:36:36.117Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f6bb88ec-b254-4e09-8176-c08e4e831bcc 914
2022-05-10T03:36:36.117Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:36.118Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:36.118Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:36:36.118Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:36.120Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:36.120Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153796117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:36.220Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:36.221Z||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-05-10T03:36:36.221Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:36.231Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:36.232Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:37.121Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e61a703c-c084-4384-8a7e-72f1af729501 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-10T03:36:37.121Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:36:37.121Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:37.161Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:36:37.161Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e61a703c-c084-4384-8a7e-72f1af729501 12
2022-05-10T03:36:37.162Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:37.162Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:37.162Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:36:37.162Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:37.164Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:37.164Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153797162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:37.264Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:37.264Z||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-05-10T03:36:37.265Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:37.278Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:37.278Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:36:38.164Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b0fe6a6-5c31-4402-93fe-6ad69087b7dd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-10T03:36:38.165Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:36:38.165Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:38.202Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:36:38.202Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2b0fe6a6-5c31-4402-93fe-6ad69087b7dd 96
2022-05-10T03:36:38.202Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:38.202Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:38.202Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:36:38.203Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:38.204Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:38.205Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153798202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:38.305Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:38.305Z||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-05-10T03:36:38.305Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:38.316Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:38.316Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:39.205Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a2cf3428-26d1-4edd-9447-344187765e16 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-10T03:36:39.206Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:36:39.206Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:39.246Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:36:39.247Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a2cf3428-26d1-4edd-9447-344187765e16 20206
2022-05-10T03:36:39.247Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:39.248Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:39.248Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:36:39.248Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:39.250Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:39.250Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153799247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:36:39.350Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:39.351Z||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-05-10T03:36:39.351Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:39.360Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:39.361Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:40.255Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fa2e5d19-9722-4802-9376-45216d742298
2022-05-10T03:36:40.255Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2f93cc47-bed8-4318-89e4-9326335796f6 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-05-10T03:36:40.266Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@162e34ec, org.onap.sdc.toscaparser.api.parameters.Input@3ed01102, org.onap.sdc.toscaparser.api.parameters.Input@fa66e17, org.onap.sdc.toscaparser.api.parameters.Input@76bbbd57, org.onap.sdc.toscaparser.api.parameters.Input@11557e38]
2022-05-10T03:36:40.267Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.268Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.268Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-10T03:36:40.268Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cbab3860-a364-452a-80d1-fe9ca4f0958a
2022-05-10T03:36:40.268Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cbab3860-a364-452a-80d1-fe9ca4f0958a matches Tosca VF Customization UUID: cbab3860-a364-452a-80d1-fe9ca4f0958a
2022-05-10T03:36:40.268Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cbab3860-a364-452a-80d1-fe9ca4f0958a  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-05-10T03:36:40.270Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.270Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.271Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cbab3860-a364-452a-80d1-fe9ca4f0958a: {\"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-05-10T03:36:40.271Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38a3760f
2022-05-10T03:36:40.271Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.271Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:36:40.271Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0e7bfce-63e9-413d-9093-e88f750dd6ff
2022-05-10T03:36:40.271Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0e7bfce-63e9-413d-9093-e88f750dd6ff
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-05-10T03:36:40.273Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.273Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:40.274Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:36:40.274Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.274Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:40.274Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:36:40.274Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.274Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-10T03:36:40.274Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cbab3860-a364-452a-80d1-fe9ca4f0958a
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-05-10T03:36:40.276Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.276Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.276Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fa2e5d19-9722-4802-9376-45216d742298: basic_cnf_macro
2022-05-10T03:36:40.276Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.276Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:36:40.277Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:40.314Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2f93cc47-bed8-4318-89e4-9326335796f6 2 ASDC deployResourceStructure
2022-05-10T03:36:40.314Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:40.314Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:40.315Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:36:40.315Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:40.316Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:40.317Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153800314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:36:40.417Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:40.417Z||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-05-10T03:36:40.418Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:40.428Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:40.428Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:41.317Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:41.318Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:41.318Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:36:41.318Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:41.320Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:41.320Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153801317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:36:41.420Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:41.421Z||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-05-10T03:36:41.421Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:41.433Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:41.433Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:36:42.321Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:42.322Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:42.322Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-10T03:36:42.322Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:42.324Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:42.324Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153802321,
  "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-05-10T03:36:42.424Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:42.425Z||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-05-10T03:36:42.425Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:42.436Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:42.436Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:43.325Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:43.325Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:43.326Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:36:43.326Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:43.328Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:43.328Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153803325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:36:43.428Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:43.428Z||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-05-10T03:36:43.428Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:43.438Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:43.438Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:44.328Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:44.329Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||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-05-10T03:36:44.329Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-10T03:36:44.329Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:44.331Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:44.332Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153804328,
  "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-05-10T03:36:44.432Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:44.433Z||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-05-10T03:36:44.433Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:44.443Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:44.444Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:45.332Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-10T03:36:45.333Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-10T03:36:45.333Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:36:45.333Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:36:45.335Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:36:45.335Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153805332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:36:45.435Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:36:45.436Z||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-05-10T03:36:45.436Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:36:45.448Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:36:45.448Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:36:46.336Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58211470-f26f-41b2-bc25-45bf9c2e3a38
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:36:46.348Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58211470-f26f-41b2-bc25-45bf9c2e3a38
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:36:46.349Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:36:46.350Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|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-05-10T03:36:46.356Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:37:16.356Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58211470-f26f-41b2-bc25-45bf9c2e3a38 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-05-10T03:37:16.364Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58211470-f26f-41b2-bc25-45bf9c2e3a38 and serviceModelVersionId: fa2e5d19-9722-4802-9376-45216d742298
2022-05-10T03:37:16.364Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f57e0aa-e3fe-45d8-809d-7c05aa78492c
2022-05-10T03:37:16.365Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0
2022-05-10T03:37:16.370Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:37:16.394Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0|INFO|500||Invoke
2022-05-10T03:37:16.395Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58211470-f26f-41b2-bc25-45bf9c2e3a38], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04d41c01-d217-4831-83c0-c087ee2bf822], X-ECOMP-RequestID=[58211470-f26f-41b2-bc25-45bf9c2e3a38], X-TransactionId=[], X-ONAP-RequestID=[58211470-f26f-41b2-bc25-45bf9c2e3a38], Content-Type=[application/merge-patch+json]}
2022-05-10T03:37:16.409Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:37:17.503Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?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/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220510-03:37:16:417-36488], vertex-id=[503864], Content-Length=[0], Date=[Tue, 10 May 2022 03:37:16 GMT], Content-Type=[application/json]}
2022-05-10T03:37:17.503Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:37:17.504Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f57e0aa-e3fe-45d8-809d-7c05aa78492c/model-vers/model-ver/fa2e5d19-9722-4802-9376-45216d742298?depth=0|INFO|500||InvokeReturn
2022-05-10T03:37:17.504Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:37:17.504Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|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-05-10T03:37:17.511Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|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-05-10T03:37:17.511Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58211470-f26f-41b2-bc25-45bf9c2e3a38 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:37:17.511Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:37:17.511Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:17.513Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:17.513Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153837511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:37:17.613Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:17.614Z||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-05-10T03:37:17.614Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:17.633Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:17.634Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:37:18.526Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-10T03:37:18.526Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dde3712a-fe1c-4079-921b-54e5454af80a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7cc5ccdb-72e1-403c-9f7a-7e9e43edf415","serviceDescription":"service","serviceInvariantUUID":"fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b","resourceInvariantUUID":"68dcb3f1-7220-497e-904b-e28a5c5d9a5b","resourceCustomizationUUID":"42fc5dee-1e93-4834-a214-8ce252e1bd2a","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":"M2Y4ZTI5NDYyMTk3ODEzMjljMjgxZWVhZTJkZTllZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3dea25f5-7cfb-4a22-9b07-a394de30f4f8","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":"3ac8aea0-2674-4365-a674-680685ebc04a","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":"b46c29c9-7258-428c-8680-001e4caef746","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":"MjViZDZhNzNhNzdjMDNlMGUyMjg2N2U5OGUzMDc2Nzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"349ae3f2-3beb-41be-95db-6f7989e436ed","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":"7ecbbc9a-85da-4792-bb83-9bb010a751ba","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":"906c85e5-6f9f-4dc1-a05e-5a3c736e227e","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":"564fd97c-8e09-4628-b53d-8be4ed7cd136","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":"ODNlMmFlM2UzMzY1YzE1YjZlNzIyYTM1NGFlYjg4NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88a1e4fd-cadf-42d6-8923-8f7a30cb621e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWMxM2JkYjIxNDRjNThkYTkwZjI1ODgwMjcxNzkwZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b7cc56c-f133-49f2-97af-cad26dc99078","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:37:18.527Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:18.527Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:18.528Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:18.529Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:18.628Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:37:18.629Z||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-05-10T03:37:18.629Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:18.639Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:18.639Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:37:19.529Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:19.530Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:19.532Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:19.532Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:19.632Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:19.632Z||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-05-10T03:37:19.632Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:19.642Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:19.643Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:37:20.532Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:20.533Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:20.535Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:20.535Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:20.635Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:20.636Z||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-05-10T03:37:20.636Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:20.649Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:20.649Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:37:21.535Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:21.536Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:21.538Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:21.538Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:21.638Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:21.638Z||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-05-10T03:37:21.639Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:21.648Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:21.649Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:37:22.539Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:22.539Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:22.541Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:22.541Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:22.641Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:37:22.642Z||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-05-10T03:37:22.642Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:22.652Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:22.652Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:37:23.542Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:23.543Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:23.545Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:23.545Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:23.645Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:23.645Z||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-05-10T03:37:23.645Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:23.656Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:23.656Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:37:24.545Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:24.546Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:24.548Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:24.548Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:24.648Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:37:24.648Z||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-05-10T03:37:24.649Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:24.659Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:24.659Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:37:25.549Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:25.550Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:25.552Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:25.552Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:25.652Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:25.652Z||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-05-10T03:37:25.652Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:25.662Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:25.663Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:37:26.553Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:37:26.554Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:26.556Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:26.556Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:37:26.656Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:26.656Z||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-05-10T03:37:26.656Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:26.666Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:26.666Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:37:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:37:26.767Z||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-05-10T03:37:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:37:26.785Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:26.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:37:26.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:37:26.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:37:27.557Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7cc5ccdb-72e1-403c-9f7a-7e9e43edf415",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "42fc5dee-1e93-4834-a214-8ce252e1bd2a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b",
      "resourceInvariantUUID": "68dcb3f1-7220-497e-904b-e28a5c5d9a5b",
      "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": "MWMxM2JkYjIxNDRjNThkYTkwZjI1ODgwMjcxNzkwZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b7cc56c-f133-49f2-97af-cad26dc99078"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:37:27.558Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:37:27.558Z|58211470-f26f-41b2-bc25-45bf9c2e3a38|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7cc5ccdb-72e1-403c-9f7a-7e9e43edf415 ASDC
2022-05-10T03:37:27.558Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dde3712a-fe1c-4079-921b-54e5454af80a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:7cc5ccdb-72e1-403c-9f7a-7e9e43edf415
ServiceInvariantUUID:fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8
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:7b7cc56c-f133-49f2-97af-cad26dc99078
ArtifactChecksum:MWMxM2JkYjIxNDRjNThkYTkwZjI1ODgwMjcxNzkwZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:42fc5dee-1e93-4834-a214-8ce252e1bd2a
ResourceInvariantUUID:68dcb3f1-7220-497e-904b-e28a5c5d9a5b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-10T03:37:27.558Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cc5ccdb-72e1-403c-9f7a-7e9e43edf415 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-05-10T03:37:27.582Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:37:27.583Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:37:27.583Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:37:27.583Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7b7cc56c-f133-49f2-97af-cad26dc99078 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-10T03:37:27.583Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:37:27.583Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-10T03:37:27.635Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:37:27.642Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7b7cc56c-f133-49f2-97af-cad26dc99078 105651
2022-05-10T03:37:27.642Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-10T03:37:27.642Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-10T03:37:27.643Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:37:27.643Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:27.644Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:27.645Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153847642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:37:27.744Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:37:27.745Z||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-05-10T03:37:27.745Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:27.755Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:27.756Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:37:28.645Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:37:28.646Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:37:28.647Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7b7cc56c-f133-49f2-97af-cad26dc99078, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-10T03:37:28.647Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-10T03:37:28.647Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-10T03:37:28.648Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-10T03:37:28.717Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11239802682336573573/Definitions/service-TestPnfMacro-template.yml
2022-05-10T03:37:29.219Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-TestPnfMacro-csar.csar
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-TestPnfMacro-csar.csar
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||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-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-TestPnfMacro-csar.csar
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-TestPnfMacro-csar.csar
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-TestPnfMacro-csar.csar
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-TestPnfMacro-csar.csar
2022-05-10T03:37:29.220Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:37:29.221Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:29.222Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:7cc5ccdb-72e1-403c-9f7a-7e9e43edf415
Model Version:NULL
Model InvariantUuid:fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8
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-05-10T03:37:30.187Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b
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-05-10T03:37:30.192Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-05-10T03:37:30.192Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b
2022-05-10T03:37:30.193Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 7cc5ccdb-72e1-403c-9f7a-7e9e43edf415
2022-05-10T03:37:30.193Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7cc5ccdb-72e1-403c-9f7a-7e9e43edf415
2022-05-10T03:37:30.193Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b 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-05-10T03:37:30.197Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10c62b87, org.onap.sdc.toscaparser.api.parameters.Input@105edaa5, org.onap.sdc.toscaparser.api.parameters.Input@3ab7786, org.onap.sdc.toscaparser.api.parameters.Input@42a9afad, org.onap.sdc.toscaparser.api.parameters.Input@63922e6c]
2022-05-10T03:37:30.198Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:30.198Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:30.198Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7cc5ccdb-72e1-403c-9f7a-7e9e43edf415: test-pnf
2022-05-10T03:37:30.199Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||Processing PNF resource: d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b
2022-05-10T03:37:30.199Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:37:30.199Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:37:30.199Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||Resource customization UUID: 42fc5dee-1e93-4834-a214-8ce252e1bd2a is the same as notified resource customizationUUID: 42fc5dee-1e93-4834-a214-8ce252e1bd2a
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-05-10T03:37:30.242Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d02d1a9a-6f36-4ff0-8e49-7abe257e8d7b 0 ASDC deployResourceStructure
2022-05-10T03:37:30.242Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-10T03:37:30.242Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-10T03:37:30.242Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:37:30.242Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:37:30.244Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:37:30.244Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153850242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:37:30.344Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:37:30.345Z||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-05-10T03:37:30.345Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:37:30.356Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:37:30.356Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:37:31.245Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dde3712a-fe1c-4079-921b-54e5454af80a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:37:31.256Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dde3712a-fe1c-4079-921b-54e5454af80a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:37:31.258Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:37:31.258Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:37:31.258Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:38:01.258Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dde3712a-fe1c-4079-921b-54e5454af80a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:38:01.268Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dde3712a-fe1c-4079-921b-54e5454af80a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:38:01.270Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:38:01.270Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:38:01.270Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:38:26.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:38:26.767Z||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-05-10T03:38:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:38:26.785Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:38:26.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153723687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153725736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153735816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "cds",
  "timestamp": 1652153737031,
  "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-05-10T03:38:26.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dde3712a-fe1c-4079-921b-54e5454af80a
2022-05-10T03:38:26.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde3712a-fe1c-4079-921b-54e5454af80a 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-05-10T03:38:26.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153731876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153733284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153742046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153742437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153733903,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153734913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153743748,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153743808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153744447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:38:26.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153744751,
  "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-05-10T03:38:26.820Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dde3712a-fe1c-4079-921b-54e5454af80a
2022-05-10T03:38:26.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde3712a-fe1c-4079-921b-54e5454af80a 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-05-10T03:38:26.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153744811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:38:26.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153745291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "clamp",
  "timestamp": 1652153745451,
  "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-05-10T03:38:26.834Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dde3712a-fe1c-4079-921b-54e5454af80a
2022-05-10T03:38:26.834Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde3712a-fe1c-4079-921b-54e5454af80a 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-05-10T03:38:26.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "policy-id",
  "timestamp": 1652153745813,
  "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-05-10T03:38:26.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dde3712a-fe1c-4079-921b-54e5454af80a
2022-05-10T03:38:26.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde3712a-fe1c-4079-921b-54e5454af80a 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-05-10T03:38:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153746310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153747312,
  "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-05-10T03:38:26.862Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dde3712a-fe1c-4079-921b-54e5454af80a
2022-05-10T03:38:26.862Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde3712a-fe1c-4079-921b-54e5454af80a 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-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153742514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153752253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153755922,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "aai-ml",
  "timestamp": 1652153756925,
  "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-05-10T03:38:26.877Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dde3712a-fe1c-4079-921b-54e5454af80a
2022-05-10T03:38:26.877Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde3712a-fe1c-4079-921b-54e5454af80a 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-05-10T03:38:26.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e4b79b6-a876-4f76-b900-15ebcf7b5a01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153776107,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:38:26.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:38:26.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:38:26.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:26.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-10T03:38:26.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:38:26.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:38:31.271Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dde3712a-fe1c-4079-921b-54e5454af80a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:38:31.284Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dde3712a-fe1c-4079-921b-54e5454af80a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:38:31.286Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:38:31.287Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:38:31.288Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:38:31.288Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-05-10T03:38:31.315Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:39:01.316Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dde3712a-fe1c-4079-921b-54e5454af80a 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-05-10T03:39:01.320Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dde3712a-fe1c-4079-921b-54e5454af80a and serviceModelVersionId: 7cc5ccdb-72e1-403c-9f7a-7e9e43edf415
2022-05-10T03:39:01.321Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8
2022-05-10T03:39:01.322Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0
2022-05-10T03:39:01.326Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:39:01.344Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0|INFO|500||Invoke
2022-05-10T03:39:01.345Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dde3712a-fe1c-4079-921b-54e5454af80a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8fea18c2-0b15-4f41-9566-7b82178b931c], X-ECOMP-RequestID=[dde3712a-fe1c-4079-921b-54e5454af80a], X-TransactionId=[], X-ONAP-RequestID=[dde3712a-fe1c-4079-921b-54e5454af80a], Content-Type=[application/merge-patch+json]}
2022-05-10T03:39:01.359Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-10T03:39:01.421Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?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/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220510-03:39:01:367-96209], vertex-id=[258120], Content-Length=[0], Date=[Tue, 10 May 2022 03:39:01 GMT], Content-Type=[application/json]}
2022-05-10T03:39:01.422Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:39:01.422Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd975ac7-adec-49c2-a2e7-7c7ad2ab90f8/model-vers/model-ver/7cc5ccdb-72e1-403c-9f7a-7e9e43edf415?depth=0|INFO|500||InvokeReturn
2022-05-10T03:39:01.423Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:39:01.423Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-05-10T03:39:01.429Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-05-10T03:39:01.430Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dde3712a-fe1c-4079-921b-54e5454af80a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-10T03:39:01.430Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:39:01.430Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:01.432Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:01.432Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153941430,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:39:01.531Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:39:01.532Z||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-05-10T03:39:01.532Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:01.545Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:01.545Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-10T03:39:02.446Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:39:02.447Z|dde3712a-fe1c-4079-921b-54e5454af80a|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-05-10T03:39:02.447Z|dde3712a-fe1c-4079-921b-54e5454af80a|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:39:07.433Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:07.433Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-10T03:39:07.433Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"59ef3c9c-e610-4d8c-a000-6115024287a5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"47aedb0c-f924-4fc0-bf95-421ecee03b53","serviceDescription":"service","serviceInvariantUUID":"82e94187-44e0-4f12-a24b-adf6c4fde1b6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab164e59-ff29-4dc7-8020-3d7bf83ce9e5","resourceInvariantUUID":"93f0684e-f819-441b-a2bb-dc4929253ebc","resourceCustomizationUUID":"399deb48-03cd-4af8-8a73-197e9cb22fc4","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":"aa75c92d-3043-4a91-bd71-70f4c2174ba1","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":"NTBjNTE0YzBiNzg0MmEzZDZlZjhkNGVjMmFjNDZmYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bcd4fda-f6d3-4a93-98f9-4817ea8a397b","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":"ZjZmMTE4MDg5OTE3M2U1OWRjM2MxYmJmOGU3YTJmMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fbd902d-4442-40d3-a58f-1398f1c4edb8","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":"7d51ab44-2167-43bc-bec0-f9a051804bab","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":"1658099f-4f02-4376-8424-b7e1db5c020f","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":"725853be-fc72-4b62-8393-3da67d58f3f4","artifactVersion":"2","generatedFromUUID":"7d51ab44-2167-43bc-bec0-f9a051804bab"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmZjZTI2OWQzODc0YTQ3NzViNzRlNTBlYjAzY2QxYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01511a42-a9f6-4a53-96b5-4c3810836b4b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGIyNDg3ZWIyZGY1MDQzOTdlYzY4MzYzYTYzYWE4MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46987988-1716-429b-ae3d-45923e951dca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-10T03:39:07.434Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:07.435Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:07.436Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:07.436Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:07.536Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:07.536Z||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-05-10T03:39:07.536Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:07.573Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:07.573Z||pool-141-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:08.436Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:08.437Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:08.439Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:08.439Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:08.539Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:08.539Z||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-05-10T03:39:08.539Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:08.549Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:08.550Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:09.439Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:09.440Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:09.442Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:09.442Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:39:09.542Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:09.543Z||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-05-10T03:39:09.543Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:09.555Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:09.555Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:10.443Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:10.443Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:10.445Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:10.445Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:39:10.545Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:39:10.546Z||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-05-10T03:39:10.546Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:10.556Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:10.556Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:39:11.446Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:11.447Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:11.449Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:11.449Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:11.549Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:39:11.549Z||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-05-10T03:39:11.549Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:11.559Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:11.560Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:12.449Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:12.451Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:12.453Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:12.453Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-10T03:39:12.552Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:39:12.553Z||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-05-10T03:39:12.553Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:12.563Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:12.563Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:13.453Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:13.454Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:13.456Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:13.456Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:13.556Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:13.556Z||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-05-10T03:39:13.557Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:13.566Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:13.567Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:14.457Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-10T03:39:14.458Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:14.460Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:14.460Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:14.559Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:39:14.560Z||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-05-10T03:39:14.560Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:14.571Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:14.571Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:15.461Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "47aedb0c-f924-4fc0-bf95-421ecee03b53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82e94187-44e0-4f12-a24b-adf6c4fde1b6",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "399deb48-03cd-4af8-8a73-197e9cb22fc4",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ab164e59-ff29-4dc7-8020-3d7bf83ce9e5",
      "resourceInvariantUUID": "93f0684e-f819-441b-a2bb-dc4929253ebc",
      "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": "ZjZmMTE4MDg5OTE3M2U1OWRjM2MxYmJmOGU3YTJmMDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0fbd902d-4442-40d3-a58f-1398f1c4edb8",
          "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": "7d51ab44-2167-43bc-bec0-f9a051804bab",
          "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": "725853be-fc72-4b62-8393-3da67d58f3f4",
            "generatedFromUUID": "7d51ab44-2167-43bc-bec0-f9a051804bab"
          },
          "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": "725853be-fc72-4b62-8393-3da67d58f3f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MGIyNDg3ZWIyZGY1MDQzOTdlYzY4MzYzYTYzYWE4MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "46987988-1716-429b-ae3d-45923e951dca"
    }
  ],
  "workloadContext": "Production"
}
2022-05-10T03:39:15.461Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-10T03:39:15.462Z|dde3712a-fe1c-4079-921b-54e5454af80a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47aedb0c-f924-4fc0-bf95-421ecee03b53 ASDC
2022-05-10T03:39:15.462Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:59ef3c9c-e610-4d8c-a000-6115024287a5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:47aedb0c-f924-4fc0-bf95-421ecee03b53
ServiceInvariantUUID:82e94187-44e0-4f12-a24b-adf6c4fde1b6
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:46987988-1716-429b-ae3d-45923e951dca
ArtifactChecksum:MGIyNDg3ZWIyZGY1MDQzOTdlYzY4MzYzYTYzYWE4MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:399deb48-03cd-4af8-8a73-197e9cb22fc4
ResourceInvariantUUID:93f0684e-f819-441b-a2bb-dc4929253ebc
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ab164e59-ff29-4dc7-8020-3d7bf83ce9e5
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:0fbd902d-4442-40d3-a58f-1398f1c4edb8
ArtifactChecksum:ZjZmMTE4MDg5OTE3M2U1OWRjM2MxYmJmOGU3YTJmMDk=
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:7d51ab44-2167-43bc-bec0-f9a051804bab
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:725853be-fc72-4b62-8393-3da67d58f3f4
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:725853be-fc72-4b62-8393-3da67d58f3f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-10T03:39:15.462Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47aedb0c-f924-4fc0-bf95-421ecee03b53 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-05-10T03:39:15.496Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:39:15.496Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:39:15.496Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:39:15.497Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 46987988-1716-429b-ae3d-45923e951dca from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-10T03:39:15.497Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:39:15.497Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-10T03:39:16.402Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:39:16.407Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 46987988-1716-429b-ae3d-45923e951dca 73677
2022-05-10T03:39:16.407Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-10T03:39:16.407Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-10T03:39:16.407Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:39:16.408Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:16.409Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:16.410Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153956407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:16.509Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:39:16.510Z||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-05-10T03:39:16.510Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:16.519Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:16.520Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:17.410Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-10T03:39:17.411Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-10T03:39:17.411Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 46987988-1716-429b-ae3d-45923e951dca, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-10T03:39:17.412Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-10T03:39:17.412Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-10T03:39:17.412Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-10T03:39:17.521Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17891381629638981199/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-05-10T03:39:18.219Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-Basicclamp-csar.csar
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:39:18.220Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:39:18.221Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.221Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:18.221Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:18.221Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-10T03:39:18.221Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:18.228Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c91f1f2-7354-4cfd-aeca-03db3b52886a
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:18.229Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.230Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:18.230Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:18.230Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:18.230Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:47aedb0c-f924-4fc0-bf95-421ecee03b53
Model Version:NULL
Model InvariantUuid:82e94187-44e0-4f12-a24b-adf6c4fde1b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fda65d37-6f68-4f44-ac5e-c28eaf555154
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:93f0684e-f819-441b-a2bb-dc4929253ebc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:399deb48-03cd-4af8-8a73-197e9cb22fc4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e985c05b-8ae0-49b5-b5c9-5b91837cee97
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:f5fe3bc4-d2e0-481a-80de-24842ee71f30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c91f1f2-7354-4cfd-aeca-03db3b52886a
ModelInvariantUuid:61c77935-9275-4480-ab65-2e1873441779
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:579abe2d-d582-4d62-8152-9aa742d3af72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:72dae2a4-4e97-4119-ae5d-5a1b7ffcfdb4
ModelInvariantUuid:3c103866-d34a-4011-96ea-10c9746b540a
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:de01714e-89dd-46bb-9d8f-b60193c09319
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-05-10T03:39:18.236Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ab164e59-ff29-4dc7-8020-3d7bf83ce9e5
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-05-10T03:39:18.238Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||basicclamp 0
2022-05-10T03:39:18.238Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab164e59-ff29-4dc7-8020-3d7bf83ce9e5
2022-05-10T03:39:18.238Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0fbd902d-4442-40d3-a58f-1398f1c4edb8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-10T03:39:18.238Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:39:18.238Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-10T03:39:18.641Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:39:18.642Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0fbd902d-4442-40d3-a58f-1398f1c4edb8 790
2022-05-10T03:39:18.642Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:18.642Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:18.642Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:39:18.642Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:18.644Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:18.644Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153958642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:18.744Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-10T03:39:18.745Z||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-05-10T03:39:18.745Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:18.755Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:18.756Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:19.645Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e985c05b-8ae0-49b5-b5c9-5b91837cee97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5fe3bc4-d2e0-481a-80de-24842ee71f30",
    "vfModuleModelCustomizationUUID": "868a25ee-6c7e-46ab-a2a8-6ceb34928317",
    "isBase": true,
    "artifacts": [
      "7d51ab44-2167-43bc-bec0-f9a051804bab",
      "725853be-fc72-4b62-8393-3da67d58f3f4"
    ],
    "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-05-10T03:39:19.648Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5fe3bc4-d2e0-481a-80de-24842ee71f30
VfModuleModelInvariantUUID:e985c05b-8ae0-49b5-b5c9-5b91837cee97
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d51ab44-2167-43bc-bec0-f9a051804bab
,
725853be-fc72-4b62-8393-3da67d58f3f4

}
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-05-10T03:39:19.651Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e985c05b-8ae0-49b5-b5c9-5b91837cee97",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f5fe3bc4-d2e0-481a-80de-24842ee71f30",
    "vfModuleModelCustomizationUUID": "868a25ee-6c7e-46ab-a2a8-6ceb34928317",
    "isBase": true,
    "artifacts": [
      "7d51ab44-2167-43bc-bec0-f9a051804bab",
      "725853be-fc72-4b62-8393-3da67d58f3f4"
    ],
    "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-05-10T03:39:19.651Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5fe3bc4-d2e0-481a-80de-24842ee71f30
VfModuleModelInvariantUUID:e985c05b-8ae0-49b5-b5c9-5b91837cee97
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d51ab44-2167-43bc-bec0-f9a051804bab
,
725853be-fc72-4b62-8393-3da67d58f3f4

}
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-05-10T03:39:19.651Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d51ab44-2167-43bc-bec0-f9a051804bab from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-10T03:39:19.651Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:39:19.651Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-10T03:39:19.759Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:39:19.760Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 7d51ab44-2167-43bc-bec0-f9a051804bab 5033
2022-05-10T03:39:19.760Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:19.760Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:19.760Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:39:19.760Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:19.762Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:19.762Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153959760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:19.862Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:19.862Z||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-05-10T03:39:19.862Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:19.873Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:19.873Z||pool-151-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:20.762Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 725853be-fc72-4b62-8393-3da67d58f3f4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-10T03:39:20.763Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-10T03:39:20.764Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-10T03:39:20.797Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-10T03:39:20.798Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 725853be-fc72-4b62-8393-3da67d58f3f4 909
2022-05-10T03:39:20.798Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:20.798Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:20.798Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-10T03:39:20.798Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:20.799Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:20.799Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153960798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:20.899Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:20.899Z||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-05-10T03:39:20.899Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:20.910Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:20.910Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:21.799Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 47aedb0c-f924-4fc0-bf95-421ecee03b53
2022-05-10T03:39:21.800Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ab164e59-ff29-4dc7-8020-3d7bf83ce9e5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-10T03:39:21.814Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65a6a464, org.onap.sdc.toscaparser.api.parameters.Input@51ddacd8, org.onap.sdc.toscaparser.api.parameters.Input@3d92dc51, org.onap.sdc.toscaparser.api.parameters.Input@71f5355c, org.onap.sdc.toscaparser.api.parameters.Input@21a03a82]
2022-05-10T03:39:21.816Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.816Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.816Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-10T03:39:21.816Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 399deb48-03cd-4af8-8a73-197e9cb22fc4
2022-05-10T03:39:21.816Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 399deb48-03cd-4af8-8a73-197e9cb22fc4 matches Tosca VF Customization UUID: 399deb48-03cd-4af8-8a73-197e9cb22fc4
2022-05-10T03:39:21.816Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 399deb48-03cd-4af8-8a73-197e9cb22fc4  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-05-10T03:39:21.819Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.819Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.819Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 399deb48-03cd-4af8-8a73-197e9cb22fc4: {\"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-05-10T03:39:21.820Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6efb52e5
2022-05-10T03:39:21.820Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.820Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-10T03:39:21.820Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 868a25ee-6c7e-46ab-a2a8-6ceb34928317
2022-05-10T03:39:21.820Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 868a25ee-6c7e-46ab-a2a8-6ceb34928317
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-05-10T03:39:21.822Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.822Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:21.822Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:39:21.822Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.823Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:21.823Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:39:21.823Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.823Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-10T03:39:21.823Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-10T03:39:21.823Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-10T03:39:21.823Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c91f1f2-7354-4cfd-aeca-03db3b52886a
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-05-10T03:39:21.824Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.825Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:21.825Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-10T03:39:21.825Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.825Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-10T03:39:21.825Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=399deb48-03cd-4af8-8a73-197e9cb22fc4
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-05-10T03:39:21.826Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.826Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.826Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 47aedb0c-f924-4fc0-bf95-421ecee03b53: basicclamp
2022-05-10T03:39:21.826Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.826Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.826Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-10T03:39:21.827Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:21.928Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ab164e59-ff29-4dc7-8020-3d7bf83ce9e5 1 ASDC deployResourceStructure
2022-05-10T03:39:21.928Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:21.928Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:21.929Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:39:21.929Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:21.931Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:21.931Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153961928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:22.031Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:22.031Z||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-05-10T03:39:22.031Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:22.042Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:22.042Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:22.931Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:22.932Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:22.932Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:39:22.932Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:22.934Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:22.934Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153962931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:23.034Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:23.034Z||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-05-10T03:39:23.035Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:23.045Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:23.045Z||pool-154-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:23.935Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:23.935Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:23.935Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:39:23.935Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:23.937Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:23.937Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153963934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:24.037Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:24.037Z||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-05-10T03:39:24.037Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:24.063Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:24.063Z||pool-155-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-05-10T03:39:24.938Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-10T03:39:24.938Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-10T03:39:24.938Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-10T03:39:24.938Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:39:24.940Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:39:24.940Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153964937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:25.040Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:39:25.040Z||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-05-10T03:39:25.041Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:39:25.050Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:25.050Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:39:25.941Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59ef3c9c-e610-4d8c-a000-6115024287a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:39:25.951Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59ef3c9c-e610-4d8c-a000-6115024287a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:39:25.953Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:39:25.953Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-10T03:39:25.953Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-10T03:39:26.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:39:26.767Z||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-05-10T03:39:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:39:26.782Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153793256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153795068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153796117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153797162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153798202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153799247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153800314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153783687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153785736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153791876,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153793284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153801317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153793903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153802321,
  "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-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153802406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652153794913,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153802608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153802816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153803325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "cds",
  "timestamp": 1652153803414,
  "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-05-10T03:39:26.799Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59ef3c9c-e610-4d8c-a000-6115024287a5
2022-05-10T03:39:26.799Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59ef3c9c-e610-4d8c-a000-6115024287a5 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-05-10T03:39:26.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153803643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153803820,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153804328,
  "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-05-10T03:39:26.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153804643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "policy-id",
  "timestamp": 1652153804822,
  "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-05-10T03:39:26.812Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59ef3c9c-e610-4d8c-a000-6115024287a5
2022-05-10T03:39:26.812Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59ef3c9c-e610-4d8c-a000-6115024287a5 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-05-10T03:39:26.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153805332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652153805647,
  "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-05-10T03:39:26.824Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59ef3c9c-e610-4d8c-a000-6115024287a5
2022-05-10T03:39:26.824Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59ef3c9c-e610-4d8c-a000-6115024287a5 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-05-10T03:39:26.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153805687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153807607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153808630,
  "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-05-10T03:39:26.841Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59ef3c9c-e610-4d8c-a000-6115024287a5
2022-05-10T03:39:26.841Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59ef3c9c-e610-4d8c-a000-6115024287a5 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-05-10T03:39:26.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153809449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652153809637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153802514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153810453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153811199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153811832,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153812836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-10T03:39:26.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "clamp",
  "timestamp": 1652153813840,
  "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-05-10T03:39:26.853Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 59ef3c9c-e610-4d8c-a000-6115024287a5
2022-05-10T03:39:26.853Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59ef3c9c-e610-4d8c-a000-6115024287a5 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-05-10T03:39:26.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153816142,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:39:26.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "aai-ml",
  "timestamp": 1652153817145,
  "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-05-10T03:39:26.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59ef3c9c-e610-4d8c-a000-6115024287a5
2022-05-10T03:39:26.866Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59ef3c9c-e610-4d8c-a000-6115024287a5 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-05-10T03:39:26.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58211470-f26f-41b2-bc25-45bf9c2e3a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153837511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:39:26.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:39:26.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:39:26.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153777124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:39:26.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:39:55.954Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59ef3c9c-e610-4d8c-a000-6115024287a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-10T03:39:55.966Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59ef3c9c-e610-4d8c-a000-6115024287a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-10T03:39:55.968Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-10T03:39:55.968Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-10T03:39:55.968Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-10T03:39:55.968Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-10T03:39:55.969Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:39:55.969Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-10T03:39:55.969Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-10T03:39:55.969Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||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-05-10T03:39:55.974Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-10T03:40:25.974Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59ef3c9c-e610-4d8c-a000-6115024287a5 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-05-10T03:40:25.981Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59ef3c9c-e610-4d8c-a000-6115024287a5 and serviceModelVersionId: 47aedb0c-f924-4fc0-bf95-421ecee03b53
2022-05-10T03:40:25.981Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82e94187-44e0-4f12-a24b-adf6c4fde1b6
2022-05-10T03:40:25.982Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82e94187-44e0-4f12-a24b-adf6c4fde1b6/model-vers/model-ver/47aedb0c-f924-4fc0-bf95-421ecee03b53?depth=0
2022-05-10T03:40:25.987Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-10T03:40:26.015Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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/82e94187-44e0-4f12-a24b-adf6c4fde1b6/model-vers/model-ver/47aedb0c-f924-4fc0-bf95-421ecee03b53?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-05-10T03:40:26.015Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e94187-44e0-4f12-a24b-adf6c4fde1b6/model-vers/model-ver/47aedb0c-f924-4fc0-bf95-421ecee03b53?depth=0|INFO|500||Invoke
2022-05-10T03:40:26.026Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e94187-44e0-4f12-a24b-adf6c4fde1b6/model-vers/model-ver/47aedb0c-f924-4fc0-bf95-421ecee03b53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-10T03:40:26.104Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e94187-44e0-4f12-a24b-adf6c4fde1b6/model-vers/model-ver/47aedb0c-f924-4fc0-bf95-421ecee03b53?depth=0|INFO|500||InvokeReturn
2022-05-10T03:40:26.104Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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/82e94187-44e0-4f12-a24b-adf6c4fde1b6/model-vers/model-ver/47aedb0c-f924-4fc0-bf95-421ecee03b53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220510-03:40:26:033-70056], vertex-id=[258072], Content-Length=[0], Date=[Tue, 10 May 2022 03:40:26 GMT], Content-Type=[application/json]}
2022-05-10T03:40:26.105Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-05-10T03:40:26.105Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-10T03:40:26.105Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:40:26.111Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:40:26.111Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59ef3c9c-e610-4d8c-a000-6115024287a5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-10T03:40:26.112Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-10T03:40:26.112Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-10T03:40:26.114Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-10T03:40:26.114Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652154026112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-10T03:40:26.214Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-10T03:40:26.214Z||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-05-10T03:40:26.214Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UToODZe4JRjig9Y5) ...
2022-05-10T03:40:26.228Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:40:26.228Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-10T03:40:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:40:26.767Z||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-05-10T03:40:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:40:26.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:40:26.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-10T03:40:26.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153847642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:40:26.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:40:26.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-10T03:40:26.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153850242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:40:26.781Z||pool-2-thread-3|||||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-05-10T03:40:27.127Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:40:27.127Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:40:27.128Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:40:36.660Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:40:36.660Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:40:36.660Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:40:36.660Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:40:46.189Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:40:46.189Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:40:46.189Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:40:46.189Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:40:55.715Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:40:55.716Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:40:55.716Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:40:55.716Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:41:05.255Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:41:05.256Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:41:05.256Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:41:05.256Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:41:14.785Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:41:14.786Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:41:14.786Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:41:14.786Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:41:24.314Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:41:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:41:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:41:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:41:26.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:41:26.766Z||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-05-10T03:41:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde3712a-fe1c-4079-921b-54e5454af80a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153941430,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-10T03:41:26.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153942446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153956407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153958642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153959760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153960798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153961928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153962931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153963934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-10T03:41:26.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652153964937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-10T03:41:26.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:41:36.299Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:42:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:42:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:42:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:42:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:42:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:42:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:42:27.283Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:42:27.283Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-10T03:42:27.283Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59ef3c9c-e610-4d8c-a000-6115024287a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652154026112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-10T03:42:27.283Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-10T03:42:36.304Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:43:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:43:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:43:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:43:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:43:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:43:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:43:36.300Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:43:36.301Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:44:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:44:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:44:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:44:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:44:26.767Z||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-05-10T03:44:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:44:36.300Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:44:36.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:45:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:45:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:45:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:45:26.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:45:26.767Z||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-05-10T03:45:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:45:36.298Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:45:36.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:46:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:46:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:46:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:46:26.766Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:46:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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-05-10T03:46:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:46:36.298Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:46:36.301Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:47:26.772Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:47:26.772Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:47:26.774Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:47:26.774Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:47:26.774Z||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-05-10T03:47:26.774Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:47:36.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:47:36.307Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:48:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:48:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:48:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:48:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:48:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:48:26.767Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:48:36.299Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:48:36.300Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:49:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:49:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:49:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:49:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:49:26.767Z||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-05-10T03:49:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:49:36.300Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:49:36.300Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:50:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:50:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:50:26.767Z||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-05-10T03:50:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:50:26.768Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:50:26.768Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:50:36.305Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:50:36.305Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:51:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:51:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:51:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:51:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:51:26.766Z||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-05-10T03:51:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:51:36.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:51:36.307Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:52:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:52:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:52:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:52:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:52:26.767Z||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-05-10T03:52:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:52:36.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:52:36.301Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:53:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:53:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:53:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:53:26.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:53:26.767Z||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-05-10T03:53:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:53:36.300Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:53:36.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:54:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:54:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:54:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:54:26.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:54:26.766Z||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-05-10T03:54:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:54:36.296Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:54:36.296Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:55:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:55:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:55:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:55:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:55:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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-05-10T03:55:26.766Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:55:36.297Z|c8b5ede1-6e47-4d38-b40d-d9c65c22bbdc|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:55:36.300Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:56:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:56:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:56:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:56:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:56:26.766Z||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-05-10T03:56:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:56:36.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:56:36.301Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:57:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:57:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:57:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:57:26.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:57:26.767Z||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-05-10T03:57:26.767Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:57:36.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:57:36.303Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:58:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:58:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:58:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:58:26.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:58:26.766Z||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-05-10T03:58:26.766Z||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 UToODZe4JRjig9Y5) ...
2022-05-10T03:58:36.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:58:36.303Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:59:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:59:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T03:59:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:59:26.766Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T03:59:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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-05-10T03:59:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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 UToODZe4JRjig9Y5) ...
2022-05-10T03:59:36.301Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T03:59:36.301Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T04:00:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T04:00:26.765Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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-05-10T04:00:26.766Z|59ef3c9c-e610-4d8c-a000-6115024287a5|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 UToODZe4JRjig9Y5) ...
2022-05-10T04:00:26.766Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-10T04:00:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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-05-10T04:00:26.767Z|6de4aec2-f764-4f89-a357-134785f6c0fd|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 UToODZe4JRjig9Y5) ...
2022-05-10T04:00:36.299Z|59ef3c9c-e610-4d8c-a000-6115024287a5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-10T04:00:36.300Z|6de4aec2-f764-4f89-a357-134785f6c0fd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK